Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ubuntu intallation is stuck at vmware tools installation [closed]

Tags:

ubuntu

vmware

I 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?

like image 630
Zhigong Li Avatar asked May 24 '12 15:05

Zhigong Li


People also ask

Why Ubuntu installation is stuck?

An issue with your display driver might cause the Ubiquity to get stuck during the installation prompts. To resolve the issue, you will have to launch Ubuntu in Safe Graphics mode which edits the boot parameters. This has been reported as working by a user who was facing a similar issue.

How do I fix VMware tools not installing?

Select the VM in the inventory. Right click on the VM and select Edit Settings. select add a new device and select the CD-ROM under Disk, Driver and storage. once completed again right click on the VM and select Guest --> install vmware tools.

How long does Ubuntu take to install on VMware?

Definitely less than two hours though, as that's how long my laptop will wait before going to sleep. So anyway, here's how I got Ubuntu 12.04 running on Windows 7 (64bit) using VMware player.


2 Answers

Follow the 3 Steps ...

  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.

like image 113
Kazi Sabbir Ibna Ataur Avatar answered Oct 17 '22 18:10

Kazi Sabbir Ibna Ataur


I just had the same issue with Worksattion 7 and Ubuntu 12.04.

I tried the suggested solutions, however they did not work.

What worked for me was Creating the VM first by choosing the option "I will install the OS later"

then mount the iso on the CDROM through the settings window and boot it up.

Worked 1st time.

also once its finished copying the files disconnect the cd rom at reboot

like image 40
Arturski Avatar answered Oct 17 '22 19:10

Arturski