+ Reply to Thread
Results 1 to 6 of 6

Thread: Installing VMware Tools in Ubuntu

  1. #1
    ehh...what's up, doc?
    RHochstenbach will become famous soon enough RHochstenbach's Avatar
    Join Date
    Nov 2006
    Location
    The Southern Netherlands
    Age
    21
    Posts
    2,286
    0 0

    Default Installing VMware Tools in Ubuntu

    I've noticed that people are installing Linux distributions in virtual machines. Especially the virtualization products of VMware are popular. The most installed distribution in VMware seems to be Ubuntu, as this one of the most user friendly Linux environments available. After installing it, you need to install VMware Tools, as these contain the drivers for the virtual machine. This can be challenging to new users, so I'll write a tutorial for Ubuntu 9.10. It should also work with other versions and distributions.

    1. From the menu 'Virtual Machine' in any VMware product, choose 'Install VMware Tools'.
    2. A CD icon should now appear on your Ubuntu desktop. Open it if it doesn't do this by itself.
    3. There should be two files. A manifest.txt and an archive. Open the archive.



    4. Extract the folder 'vmware-tools-distrib' to your home folder. If your username is 'john', you should extract it to the folder 'john' (/home/john).



    5. Open a Terminal window.



    6. Now enter the following lines. Pressing the ENTER/Return key after each line:

    First we go to the 'vmware-tools-distrib'-folder that you've extracted.
    Code:
    cd ~/vmware-tools-distrib
    Now we'll load the installation program with Root privileges.
    Code:
    sudo ./vmware-install.pl
    You should be asked to enter the root password. In Ubuntu this is the same password as you used during the installation.

    7. The installation program is now going to ask questions. Press the ENTER/Return key at each line to accept the default answers. Meanwhile the drivers are getting built. You'll see all kinds of rubbish text showing up on the screen. Just let it do everything for you.
    8. At the end of the process when the installation is finished, enter the following 4 lines in the Terminal:
    Code:
    /etc/init.d/networking stop
    rmmod pcnet32
    rmmod vmxnet
    modprobe vmxnet
    /etc/init.d/networking start
    That's it! Now you can change the screen resolution and enjoy your virtual Ubuntu installation

    Fixing build errors

    If you're getting error messages about not finding kernel headers or the GCC compiler, then enter the following line in the Terminal:
    Code:
    sudo apt-get install gcc build-essential
    When you're attempting to install VMware Tools on a different Linux Distribution, then the above command might be required in order to install VMware Tools in the first place.

    Good luck
    Last edited by RHochstenbach; 04-11-2009 at 10:22 AM.
    "There are only 10 types of people in the world - Those who understand binary, and those who don't."

  2. #2
    Post-Wh0re donkey42 is on a distinguished road donkey42's Avatar
    Join Date
    Mar 2006
    Location
    home, west yorks
    Age
    36
    Posts
    6,363
    0 0

    Default Re: Installing VMware Tools in Ubuntu

    even though i personally haven't used VMware stuff for years i tend to use VBox as i personally find it better & easier to use

    however it makes a very different approach than VMware but after using it for a while i'm sure you'll agree

    i'm not saying VMware is bad, i actually started my first "virtualisation" on VMware

    Edit: BTW: VMware & VBox are free for evaluation or personal use
    Last edited by donkey42; 04-11-2009 at 02:47 PM. Reason: spell

  3. #3
    Geek Trainee maminej is on a distinguished road
    Join Date
    Nov 2009
    Posts
    2
    0 0

    Default Re: Installing VMware Tools in Ubuntu

    Hi everyone ,

    I tried installing the VMware tools in Ubunto 9.10 running under vmware fusion 3.0 on Mac OSX 10.6.
    I am still having this error message :

    Could not find expected packages
    Make sure you are using the correct update repository and that it is configured correctly.

    Any idea will be much appreciated
    Attached Thumbnails Attached Thumbnails Installing VMware Tools in Ubuntu-message.png  

  4. #4
    ehh...what's up, doc?
    RHochstenbach will become famous soon enough RHochstenbach's Avatar
    Join Date
    Nov 2006
    Location
    The Southern Netherlands
    Age
    21
    Posts
    2,286
    0 0

    Default Re: Installing VMware Tools in Ubuntu

    Do you get this message when you attempt to click on Install VMware Tools, or after you've installed the tools?
    "There are only 10 types of people in the world - Those who understand binary, and those who don't."

  5. #5
    Geek Trainee maminej is on a distinguished road
    Join Date
    Nov 2009
    Posts
    2
    0 0

    Default Re: Installing VMware Tools in Ubuntu

    Yes, i got this message when i attempt to click on Install VMware Tools !!!
    I tried some tutorials on manually install VmWare tools on ubuntu but i gave up after severals hours attenpting that.

  6. #6
    ehh...what's up, doc?
    RHochstenbach will become famous soon enough RHochstenbach's Avatar
    Join Date
    Nov 2006
    Location
    The Southern Netherlands
    Age
    21
    Posts
    2,286
    0 0

    Default Re: Installing VMware Tools in Ubuntu

    Quote Originally Posted by maminej View Post
    Yes, i got this message when i attempt to click on Install VMware Tools !!!
    I tried some tutorials on manually install VmWare tools on ubuntu but i gave up after severals hours attenpting that.
    That looks more like an issue with Fusion itself. Run the installation program for Fusion and choose 'Uninstall VMware Fusion'. After that, reinstall it again.
    "There are only 10 types of people in the world - Those who understand binary, and those who don't."

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. free net tools
    By donkey42 in forum Windows OS's
    Replies: 10
    Last Post: 08-05-2009, 09:35 PM
  2. Vmware tools in Kubuntu
    By RHochstenbach in forum Linux and Other OSes
    Replies: 5
    Last Post: 16-03-2007, 08:44 PM
  3. Ubuntu + VMWare on Windows?
    By Kastang in forum Linux and Other OSes
    Replies: 9
    Last Post: 16-03-2007, 02:11 AM
  4. Toshiba HDD tools
    By zeus in forum Storage Devices
    Replies: 6
    Last Post: 28-08-2006, 06:29 PM
  5. Installing a firewall on Ubuntu
    By megamaced in forum Linux and Other OSes
    Replies: 7
    Last Post: 03-07-2006, 07:17 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts