使用虚拟机VM安装Ubuntu12.04LTS过程中一直停留在“PLEASE WAIT! Vmware Tools is currently being installed on your system”如下图:

解决方法:
//Restore the /etc/issue file: sudo mv /etc/issue.backup /etc/issue //Restore the /etc/rc.local file: sudo mv /etc/rc.local.backup /etc/rc.local //Restore the /etc/init/lightdm.conf file sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init //reboot sudo shutdown -r now