Fixed: Problems Installing VMWare Tools in Ubuntu 8.04 (Hardy Heron) Server as Guest in VMWare Server
Posted by Mr. IT Guy | Filed under IT in General
I tried to install Ubuntu 8.04 (Hardy Heron) Server edition as a guest system in my VMWare Server and got into a problem installing the vmware tools. I mostly follow the instructions given here with some changes with regards to the lack of GUI (X11).
Install the Basic Build Tools
-
sudo apt-get install build-essential linux-headers-`uname -r`
-
sudo apt-get install libproc-dev libdumbnet-dev
Download Open VM tools and Copy the VMWare Tools
- Click on Install VMWare Tools
- Force mount the tools virtual CDROM by running
mount /dev/cdrom
- Make a folder in home directory and run as root using
sudo -s
- Assuming you created the folder ‘~/vmtools’
-
cd ~/vmtools
-
cp /cdrom/VMwareTools-1.0.5-80187.tar.gz .
-
wget http://mesh.dl.sourceforge.net/sourceforge/\ open-vm-tools/open-vm-tools-2008.04.14-87182.tar.gz
-
tar -xzvf open-vm-tools-2008.04.14-87182.tar.gz
-
tar -xzvf VMwareTools-1.0.5-80187.tar.gz
-
cd open-vm-tools-2008.04.14-87182/
-
./configure --without-x && make
-
cd modules/linux
-
for i in *; do mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; done
-
cd ../../..
-
mv -f open-vm-tools-2008.04.14-87182/modules/linux/*.tar vmware-tools-distrib/lib/modules/source/
-
cd vmware-tools-distrib/
-
./vmware-install.pl(If you didn’t run as root, you need to add sudo in front of the command)
Restart
Issue the command
init 6Tags: 8.04, hardy heron, Linux, ubuntu
Leave a Reply
You must be logged in to post a comment.






