Ubuntu – vmware tools support in Ubuntu 11.04 guest OS

Ubuntuvmwarevmware-tools

I have been trying to get vmware tools support successfully configured and started in my Ubuntu 11.04 guest. I am running a current version of vmware workstation on Windows 7 64 bit Ultimate with an Ubuntu 11.04 guest install. This VM was created using the easyinstall option in vmware workstation.

I have manually reinstalled and reconfigured vmware tools with the follwoing results.

last bit of relevant output following the vmware-config-tools.pl execution.

Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-2.6.38-8-generic
initctl: Job failed to start
Unable to start services for VMware Tools

syslog output following reboot when vmware tools service fials

Jun 21 17:44:33 ubuntu tpvmlpd[17011]: bad device "/dev/**" given
Jun 21 17:44:33 ubuntu init: vmware-tools pre-start process (16816) terminated with status 1

I am hoping someone has some ideas.. Thanks,
Pat

Best Answer

Try

sudo apt-get install linux-headers-virtual
sudo apt-get install --no-install-recommends open-vm-dkms
sudo apt-get install open-vm-tools
sudo vmware-toolbox
Related Question