Gary Kildall

导航

关于VMWARE 上对于不小心VMWare Tools Easy Install 后卡死的解决方法

PS 要想修改首先开机的时候会进入命令行,输入用户名,密码后,可以用startx来进入图形界面(也有人将/etc/init.d/ligtmd start可以懂事本人那次是不行的)

 

通常网上人们的解决办法是

**选择floppy--setting---use physical drive(在弹出界面的右半部分).再把鼠标点回虚拟系统,就直接安装TOOLS了 

**如图

 

但是这样是解决不来了的,看了一部分外国的文章,这个ubuntu官网讨论的有高手这样讲,试着做是可以的

I don't know exactly why it fails, but there are three things you need to get things back to normal.

  1. Restore the /etc/issue file:

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

  2. Restore the /etc/rc.local file:

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

  3. Restore the /etc/init/lightdm.conf file:

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

Then reboot (sudo reboot) or run sudo start lightdm to see the greeter.

posted on 2013-11-26 14:38  Gary Kildall  阅读(699)  评论(0)    收藏  举报