【精品博文】解决安装Ubuntu14.04不弹出图像界面的问题
今天遇到一个糗事,不写出来不足以解恨。
暑期开始了,给一个辅导班做嵌入式系统的讲座。
问题就出在讲完以后系统的安装这个环境。
班里面好些同学安装好以后进入不了图像界面,举手问我啊,oh,mygod!
就到了这个界面:
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:_
没有遇到过啊,怎么办呢,百度啊,没有解决的方法
找了很多方法都不行,最后终于发现了问题,
把虚拟机光驱里的 linux.iso 换掉(取消其挂载);
如果无效,那个界面下方应该有个 Ubuntu login: 的,输入你的用户名和密码登录。然后依次执行:
sudo mv /etc/issue.backup /etc/issue
sudo mv /etc/rc.local.backup /etc/rc.local
sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
然后重启。
解决了,希望后来的人不要走我的弯路。