zoukankan      html  css  js  c++  java
  • VMvare成功安装Ubuntu12.04之前,无法安装vmware tools的解决方案:

                 VMvare成功安装Ubuntu12.04之前,无法安装vmware tools的解决方案:

                                 Ubuntu12.04 intallation is stuck at vmware tools installation

    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.

    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.


    相关链接:

    http://askubuntu.com/questions/126229/12-04-stuck-at-vmware-easy-install

    http://stackoverflow.com/questions/10740243/ubuntu-intallation-is-stuck-at-vmware-tools-installation

  • 相关阅读:
    料理phpMyAdmin2.6以上版本数据乱码结果
    mysql 中字符集的选择
    关于MySQL中的mysqldump饬令的运用
    一些Mysql的优化经验
    MYSQL数据库初学者操作指南1
    MySQL 5.0 新特性教程 存储历程:第三讲
    Windows下MySQL PHP5的设置配备部署与phpBB2论坛的架设
    MySQL 5.0新特征教程 存储历程:第一讲
    MySQL 5.0 新特征教程 存储过程:第二讲
    Linux Apache Mysql PHP典范设置装备摆设1
  • 原文地址:https://www.cnblogs.com/enjoy233/p/3029810.html
Copyright © 2011-2022 走看看