Table of contents
No headersThis worked with the Itasca 1.9.0a VM and VMware Workstation 6.0.3. It should be similar for the Hayes VM or VMware Server, but with different version numbers.
- Take a snapshot of the VM in case it doesn't work. (VM | Snapshot | Take Snapshot)
- Edit the VM's settings in the VMware GUI to add a CD-ROM drive with default settings. (VM | Settings | Hardware | Add)
- Power on the VM and log in as root.
- Install GCC and the kernel headers:
apt-get install gcc
apt-get install linux-headers-2.6.18-5-686
- Load the VMware Tools image into the CD-ROM drive. (VM | Install VMware Tools)
- Extract the VMware Tools installation onto the VM:
cd ~
mount /dev/cdrom /mnt/cdrom
tar zxpf /mnt/cdrom/VMwareTools-6.0.3-80004.tar.gz
umount /mnt/cdrom
- Install the VMware Tools:
cd ~/vmware-tools-distrib
./vmware-install.pl
- Accept the default settings (just press Enter) for everything.
- Reboot the VM:
reboot
petee 21 February 2008 TODO: complete this documentation
Thanks.
DekiWiki VM login is 'root', password is 'password'
At this point you'll see a line that starts out like this: "Linux dekiwiki 2.6.18-6-686 #1 SMP". This is the version number for the linux-headers you need to download.
Next, type 'apt-get update' at the command line and hit the enter key. Let the update finish.
Now you can start with the instructions above.
After running 'mount /dev/cdrom /mnt/cdrom' you can type in 'dir /mnt/cdrom' and
you'll see a listing of 2 files, one of which will look like the following, i.e. ending with .tar.gz
"VMwareTools-1.0.5-80187.tar.gz"
This is the name of the file you need to extract with the tar command.
You can go here for additional instructions:
http://pubs.vmware.com/server1/vm/wwhelp/wwhimpl/common/html/wwhelp.htm?context=vm&file=tools_server.4.3.html edited 04:06, 20 Jun 2008