GUI does not start

Alt+F2 keystroke which started the terminal session for me and I was able to login.

sudo apt purge gdm gdm3
sudo apt install gdm3 ubuntu-desktop

Then choose your display manager in the menu that opens (for Ubuntu 16.10+ the default is GDM, for 16.04 and earlier the default is LightDM), or use sudo dpkg-reconfigure gdm3 to choose GDM.

systemctl restart gdm

This should work


There appears to be other people having this issue as well. A bug report was also made on this. It appears to be a bug with version 3.16. A temporary fix would be to use LightDM instead, so (in a VT, eg Ctrl+Alt+F1:

sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm

Press enter to get past the "Configuring lightdm" screen, and then navigate to LightDM in the list of options and press Enter. Restart, and you should be using LightDM. This should work temporarily until the GDM bug is fixed.


I solved this issue like this:

  1. Press CtrlAltF7
  2. Press AltF2
  3. Log in via terminal
  4. Go to /etc/X11 and delete xorg.conf (or rename for backup)

Tags:

Gnome

Boot