Ubuntu intallation卡在vmware工具安装

前端之家收集整理的这篇文章主要介绍了Ubuntu intallation卡在vmware工具安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在VMware工作站7.0中安装了unbuntu 12.04 LTS,VMware使用了“简易模式”。
当我完成装配时,VMware自动安装了VMware Tools,它被困在这个场景。
场景是这样的:
******************************************************************
******************************************************************
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:_

我可以登录和使用命令“sudo /etc/init.d/lightdm start”去图形界面,但我必须这样做每次我使用这个系统。

我已经等了很长时间,VMware仍然让我等待…..

任何解决方案?

按照3个步骤…

>恢复/ etc / issue文件

sudo mv /etc/issue.backup / etc / issue
>恢复/etc/rc.local文件

sudo mv /etc/rc.local.backup /etc/rc.local
>恢复/etc/init/lightdm.conf文件

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

然后重新启动。

原文链接:https://www.f2er.com/ubuntu/351945.html

猜你在找的Ubuntu相关文章