vmware上安装ubuntu12卡在Vmware Easy Install上的解决方案

今天在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:_

以下是解决方案
用安装时的帐户密码登录,执行以下三行命令:

  1. 还原 /etc/issue file:

    sudo mv /etc/issue.backup /etc/issue

  2. 还原 /etc/rc.local file:

    sudo mv /etc/rc.local.backup /etc/rc.local

  3. 还原 /etc/init/lightdm.conf file:

    sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init

执行完成后重启直接进入桌面

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注