Chinaunix首页 | 论坛 | 博客
  • 博客访问: 626321
  • 博文数量: 37
  • 博客积分: 106
  • 博客等级: 民兵
  • 技术积分: 993
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-30 18:26
个人简介

来自汉江北邻的IT男一枚,专注于PHP和C#开发... 最常更新的技术Blog → https://enjoy233.cnblogs.com/

文章分类

全部博文(37)

文章存档

2013年(36)

2012年(1)

我的朋友

分类: 服务器与存储

2013-04-19 00:01:53


                      VMvare成功安装Ubuntu12.04之前,无法安装vmware tools的解决方案~
                                               Ubuntu12.04 intallation is stuck at vmware tools installation

VMware安装unbuntu 12.04 LTS时,当你使用VMware的Easy Mode安装时,提示需要安装VMware Tools,屏幕会出现下方的文字:

installed unbuntu 12.04 LTS in VMware workstation 7.0 and the VMware used the "Easy Mode".
When I finish the intallation, the VMware automatically installed the VMware Tools, and it was stuck at this scene. The scene is like this:


 ******************************************************************
******************************************************************
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:_ 
I can login and use the command "sudo /etc/init.d/lightdm start" to go to the graphical interfaces, but I have to do it every time I use this system.


And I have waited for a very long time and VMware still told me to wait.....


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

Restore the /etc/issue file:
sudo mv /etc/issue.backup /etc/issue

Restore the /etc/rc.local file:
sudo mv /etc/rc.local.backup /etc/rc.local

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.



相关链接:
 
http://blog.csdn.net/jingjing2009/article/details/12573945 


阅读(7321) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~