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
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
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.