NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:How to Build a Ubuntu Linux host under VMware

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article How to Build a Ubuntu Linux host under VMware here.

Comments on How to Build a Ubuntu Linux host under VMware


HelmutForren said ...

Regarding "Install VMware Tools" I found the following. You create a username and password as a part of installing Ubuntu. However, when you login later, you are NOT super user. After extracting the tar (or rpm) file, you need to run Applications/Accessories/Terminal and navigate to that folder first (For me, it was cd Desktop, cd vmware-tools-distrib. Next, you must get into super user mode with command "sudo su" and then provide the same password as for your regular use. The PROMPT will change from an ending $ to ending #. Now, finally, you can run ./vmware-install.pl. Note that you have to include the ./ in front. (I know a little Linux, but didn't know this.)

--HelmutForren 17:48, 4 January 2011 (CST)

Gregturne said ...

Thank you for the comments. I have added some detail above to clarify. It is also possible to type "sudo bash" to change the current terminal to a super-user terminal. And it is also possible to simple pre-pend the command with "sudo" to run the command as root. In this case it would be "sudo ./vmware-install.pl".

--Gregturne 14:55, 14 February 2011 (CST)