Ubuntu – Installing 12.04 Ubuntu Studio on VMware Workstation 7, won’t install VMware Tools

12.04installationtoolsubuntu-studiovmware

I'm attempting to install Ubuntu Studio 12.04 on my laptop by using VMware Workstation 7.1.5, and I've encountered a problem. The install goes well until the installation of Ubuntu has completed and the installation of VMware Tools starts; after that it just stops. I have waited about an hour and a half and nothing has changed.

The installation is on VMware Easy Install, and I am running Windows Vista 32-bit with 3 GB system RAM and 2 GB of RAM on the virtual machine.

Any help is greatly appreciated, thank you!

Best Answer

install Ubuntu Studio 12.04 on my laptop by using VMware Workstation 7.1.5

The problem is that the VMWare Tools included with 7.1.5 is fairly old at this point and is not compatible with the Linux 3.2 kernel that Ubuntu 12.04 runs on. The latest VMWare Workstation is 8.x, and I can confirm that it works fine with Ubuntu 12.04, including VMWare Tools.

Other than upgrading VMWare Workstation to v8.x, you can try the following:

  • Install WITHOUT Easy Install - it will install OK and you can try installing VMWare Tools later.
  • Download and install the latest Tools for Linux for Workstation 7.1.5 on Windows from here and see if those install.
  • Finally (and note that this is totally unsupported): try the patch for 7.1.5 here intended to make it compatible with Linux Kernels 3.2 and 3.3, and then try installing Tools again.

(You can always run sudo vmware-config-tools.pl to try to recompile the modules).