0

I restarted ubuntu and now it's console only, it asks for my login (which I know). How can I go back to GUI?

This is on VMWare by the way

Lucas
  • 101

1 Answers1

0

On the Console type

sudo systemctl isolate multi-user.target

and then reboot your system. This should work in most cases but if it doesn't try if you are using gdm

sudo systemctl enable gdm

--

sudo ln -s '/usr/lib/systemd/system/gdm.service' '/etc/systemd/system/display-manager.service'

reboot.

George Udosen
  • 36,677
Jatin-CBS
  • 667