问题描述:
使用虚拟机安装Ubuntu过程中一直停留在“PLEASE WAIT! Vmware Tools is currently
being installed on your system”如下图:
软件环境
VMWare 8
Ubuntu 12.10
解决方案
做下面三步操作后重启系统 :
-
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
Then reboot.