今天在vmware workstation上重装ubuntu12,系统装完之后卡在Vmware Easy Install界面一个多小时都不动,根据界面的提示,是要你等到桌面自动启动的,但等等实在觉得有问题,网上查了一下,果然有人遇到同样的问题。有解决方案,但貌似没写原因(也有可能是我没看懂)。
以下是问题画面
******************************************************************
******************************************************************
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. Otherwise, please wait for the
graphical environment to launch. Thank you.
******************************************************************
******************************************************************
ubuntu login:_
以下是解决方案
用安装时的帐户密码登录,执行以下三行命令:
- 还原
/etc/issuefile:sudo mv /etc/issue.backup /etc/issue - 还原
/etc/rc.localfile:sudo mv /etc/rc.local.backup /etc/rc.local - 还原
/etc/init/lightdm.conffile:sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
执行完成后重启直接进入桌面