Networknet.nl Blog

Stay Connected

Ubuntu JeOS 7.10 VMWare Tools installing issue

with one comment

Today I hit my first problem when creating a new JeOS virtual appliance based on Ubuntu. After I mount and extract the VMWare tools; I tried to run the ./vmware-install.pl script and got the warning below.

/tmp/vmware-tools-distrib/vmware-config.pl
The following VMware kernel modules have been found on your system that were
not installed by the VMware Installer.  Please remove them then run this
installer again.

vmnet
vmhgfs
vmblock
vmmon

Execution aborted.
 

I did not install any VMWare tools before, but somehow these VMWare modules were included in the ubuntu-7.10-jeos-i386.iso file. Go to following directory and remove the mentioned directories.

cd /lib/modules/2.6.22-14-virtual/ubuntu
ls
sudo rm -r vmnet/
sudo rm -r vmhgfs
sudo rm -r vmblock
sudo rm -r vmmon
 

That’s all. Rerun the install script.

Written by Ivan Versluis

May 22nd, 2008 at 4:41 pm

One Response to 'Ubuntu JeOS 7.10 VMWare Tools installing issue'

Subscribe to comments with RSS or TrackBack to 'Ubuntu JeOS 7.10 VMWare Tools installing issue'.

  1. Hey this is great, I couldn’t get my vmware to boot my XP from ubuntu and this seems to have worked, except my file path was /lib/modules/2.6.28-13-server/misc/

    Then instead of reinstalling i ran sudo vmware-config.pl

    almost done reconfigging and then we’ll test her out.

    Thanks

    grgrssll

    16 Jul 09 at 12:16 am

Leave a Reply