This is the way it worked for me

  1. Upgrade all apps (sudo apt-get update && sudo apt-get upgrade)
  2. Reboot
  3. Upgrade the kernel (sudo apt-get dist-upgrade)
  4. Reboot
  5. Install new kernel headers ( sudo apt-get install linux-headers-`uname -r` )
  6. Choose “Install/update vmware tools” in the VI-client
  7. Mount the CD (sudo mkdir /mnt/cdrom && sudo mount /dev/cdrom /mnt/cdrom )
  8. Copy the tar to your homefolder ( cp /mnt/cdrom/VMwareTools-x.x.x-yyyyyy.tar.gz /home/username)
  9. Untar (cd /home/username && tar zxvf VMwareTools-x.x.x-yyyyyy.tar.gz)
  10. Install the upgrade (sudo /home/username/vmware-tools-distrib/vmware-install.pl)
  11. Follow the instructions on the screen
  12. Reboot

Done

Leave a Reply