问题描述:
使用虚拟机安装Ubuntu过程中一直停留在“PLEASE WAIT! Vmware Tools is currently
being installed on your system”如下图:

Vmware Tools is currently being installed on your system

软件环境
VMWare 8
Ubuntu 12.10

解决方案如下

做下面三步操作后重启系统 :

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.

更新历史

why when
创建 2012年12月14日
更新 2019年12月9日

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2021-07-13
  • 2022-01-28
  • 2021-09-26
  • 2021-08-31
  • 2022-12-23
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-06-17
  • 2021-11-10
相关资源
相似解决方案