zoukankan      html  css  js  c++  java
  • 无法安装vmware tools的解决方PLEASE WAIT! VMware Tools is currently being installed on your system. Dependin

    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.

  • 相关阅读:
    Javascript与数据结构系列(一)——栈的实现
    css页面布局
    你不知道的Console
    EMV/PBOC 解析(一) 卡片文件结构
    javascript中的事件委托
    css中的浮动以及清除浮动
    npm以及gulp相关操作
    node环境配置安装(nvm)
    ajax详解
    jQuery中的事件机制深入浅出
  • 原文地址:https://www.cnblogs.com/mfrbuaa/p/5130959.html
Copyright © 2011-2022 走看看