39

I have a Mac OS X and VMware Fusion. I did a fresh install of 12.04. I do not have VMware Tools installed.

I read that I do not have to log in at the command window, that I have to wait for VMware Tools to get installed. It seems like something is wrong.

Braiam
  • 69,112
IamJoe
  • 401

6 Answers6

51

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.

erenon
  • 105
jtanium
  • 611
4

I've used the following method before and it works:

  1. Login at the prompt.
  2. Enter this command to install GDM:

    sudo apt-get install gdm
    
  3. Enter your password and install.
  4. Reboot
  5. Login at GDM.
  6. Install VMware Tools.
jokerdino
  • 41,732
4

For me the solution has been removing the images mounted in the floppy drive and the DVD drive that make the easy install start automatically. The system boots and then you have to set a password for the root user and use that to login.

Then you install the VMware tools manually and everything works as expected, finally!

Peachy
  • 7,235
  • 10
  • 40
  • 47
Franajnko
  • 41
  • 1
2

I got past this screen by pressing: Alt+Left arrow (twice).

snoop
  • 4,110
  • 9
  • 41
  • 58
Don
  • 21
1

Log in at the prompt and type startx, then hit Enter.

Eliah Kagan
  • 119,640
Rick
  • 19
1

Since this is basically a messed up install, one approach would be to restart the install from scratch -- this time without VMware's "help".

Set the CD/DVD to point to the installation ISO and hit 'esc' when the BIOS screen appears so that you can tell it to boot from the ISO instead of the existing broken installation.