zoukankan      html  css  js  c++  java
  • 在虚拟机上安装Ubutu完成后卡在VM Tool的安装上

    今天在虚拟机上装Ubuntu之后,卡在了VM Tool的安装页,点击回车后可以进入命令行模式。并出现如下提示“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”

    登录后具体解决步骤如下:

    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

    4:reboot:

    sudo shutdown -r now

  • 相关阅读:
    Python 简单总结
    Python 简单总结
    Python 简介
    Python基础题
    Python基础题
    tDQSS
    parameter–precharge, tRCD and tRAS
    parameter–key parameters
    parameter -- tWR
    命令集
  • 原文地址:https://www.cnblogs.com/xiaotianyu/p/3216494.html
Copyright © 2011-2022 走看看