VMware安装Ubuntu 12.04过程中可能选择了自动安装,所以安装完成后启动系统时会出现vmware easy install的界面导致无法进入UI桌面,解决办法如下:
-
Restore the
/etc/issuefile:sudo mv /etc/issue.backup /etc/issue -
Restore the
/etc/rc.localfile:sudo mv /etc/rc.local.backup /etc/rc.local -
Restore the
/etc/init/lightdm.conffile:sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
sudo reboot) or run
sudo start lightdm to see the greeter.
注:可能第三步没有lightdm.conf文件,那就不用执行第三步,执行完前两步也是可以重新进入UI桌面的。
原链接地址:http://askubuntu.com/questions/126229/12-04-stuck-at-vmware-easy-install
或者参考:http://blog.csdn.net/puweilan/article/details/8609952
本文介绍了解决Ubuntu12.04在VMware中安装后启动时卡在vmwareeasyinstall界面的问题。通过恢复/etc/issue、/etc/rc.local文件,并根据实际情况恢复/etc/init/lightdm.conf文件,即可恢复正常UI桌面。

3046

被折叠的 条评论
为什么被折叠?



