Last active
December 16, 2015 21:39
-
-
Save stephanetimmermans/5501502 to your computer and use it in GitHub Desktop.
******************************************************************
******************************************************************
Vmware Easy Install PLEASE WAIT! VMware Tools is currently being installed on your system. Depending on the version of Ubuntu you are installing, you may log in below and use the system during intallation. Otherwi…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#http://stackoverflow.com/questions/10740243/ubuntu-intallation-is-stuck-at-vmware-tools-installation | |
sudo mv /etc/issue.backup /etc/rc.local | |
sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init | |
sudo reboot | |
#http://www.liberiangeek.net/2013/03/how-to-quickly-install-vmware-tools-in-ubuntu-13-04-raring-ringtail/ | |
sudo apt-get update && sudo apt-get install build-essential linux-headers-$(uname -r) | |
tar -xzvf /media/username/"VMware Tools"/VMwareTools-*.tar*.gz | |
sudo ./vmware-tools-distrib/vmware-install.pl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment