0

I have set up Ubuntu 16.04 LTS (64bit) on Virtualbox (on Windows 8.1) for many days but this morning, while I was using Ubuntu, the computer became very slow and lag, the memory came up to 90% so I quickly shutdown the machine. After that, I started it again but there was an error.

I cannot login to that machine anymore. I can assure that this is not Virtualbox's errors because I can still login into another tty by using Ctrl + Alt + F1 => F6. But when I typed Ctrl + Alt + F7, it just appeared a dark screen, so I think that is GUI error. I have typed this command: `

sudo apt-get reinstall unity-desktop

but it said:

Invalid operation reinstall

Does anyone know this error, please help me, thanks a lot.

Below is some images:

enter image description here

enter image description here

1 Answers1

0

The following command worked for me.

sudo apt-get install --reinstall ubuntu-desktop
drmaa
  • 363
  • 5
  • 13