Gorillapond Dot Com

Technology, Education, IT, and Internets
  • rss
  • Home
  • About
    • Contact
  • Desktop Deployment
    • Links
    • Sysprep and Ghost
      • Sysprep.inf
    • Bart PE
      • Windows Install Autorun
      • Build Bart PE Ghost Image
    • Unattended Installation
      • WinNT.sif
      • Installing Ghost
      • Driver Index Spreadsheet
      • Mass Storage Drivers
  • Virtualization
  • Contact

Install VMware Tools on Ubuntu

Matt Jones | July 31, 2006

I’ve had a really hard time trying to find the way to get VMware Tools on Linux virtual machines, but I’ve got it down to just a few steps. If you’re using a ‘big name’ distribution with a graphical interface, it’s not hard to install. But, I like to use Debian or Ubuntu, without X11 (the aforementioned “graphical interface”), so it’s a pain in the butt.

How to install Vmware Tools on Ubuntu without X11:

  1. Install Ubuntu Server
  2. Login
  3. Create a root shell:sudo bash
  4. Update your sources:apt-get update
  5. Upgrade your installed packages (dist-upgrade to force kernel upgrade):apt-get dist-upgrade
  6. Reboot
  7. Create a root shell again:sudo bash
  8. Install packages VMware Tools needs:apt-get install linux-headers-server build-essential
  9. Install VMware tools
  10. Mount the VMware Tools CD ISO:mount /cdrom
  11. Copy VMware Tools to home:cp /cdrom/VmwareTools-x.x.x-xxxxx.tar.gz ~
  12. Go home:cd ~
  13. Untar/Gzip the install:tar -zxf VmwareTools-x.x.x-xxxxx.tar.gz
  14. Go into the resulting directory:cd vmware-tools-distrib
  15. Start the installer:./vmware-install.pl
  16. Install will ask you questions, the defaults should work fine.
  17. Remove the basic AMD PCnet module (if you get errors about building the ethernet driver, run this command and start at step 14 again):rmmod pcnet32
  18. Rebuild module dependancies:depmod -a
  19. Install the VMware accelerated network interface:modprobe vmxnet
  20. Restart network service:/etc/init.d/networking restart
  21. Reboot
Comments
5 Comments »
Categories
Best Of, Information Technology, Linux, Virtualization
Comments rss Comments rss
Trackback Trackback

Navigation

  • Best Of
  • Blogging
  • Computing
    • Apple
  • Education
    • Instructional Technology
  • General
  • Humor
  • Information Technology
    • Desktop Deployment
    • Linux
    • System Administration
    • Virtualization
  • Photography
  • Review
  • Technology

Best Of

  • Foot Wounds
  • Install VMware Tools on Ubuntu
  • P2V of HP StorageWorks NAS b2000
  • The Result of P2V: A Possible Fix

Recent Posts

  • Catching Up
  • One Laptop Per Child: Part 1
  • Photography Revived
  • iPhone Thoughts
  • iPhone First Impressions

Calendar

November 2008
S M T W T F S
« Aug    
 1
2345678
9101112131415
16171819202122
23242526272829
30  
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox