Login problem on 18.04

Fresh install of 18.04 on an Intel NUC. Worked at first but now when I get to the login screen, it takes about a minute before my keyboard and mouse respond. My password is not accepted on the first attempt but on the second it is. On finally being allowed to log in, I am presented with a purple screen with no desktop.

Edit: I managed to get back in via a hard reboot but that's not an ideal solution.

Edit 2: Complete shutdown followed by disconnecting from the mains allows me to start up normally next time. Reboot or REISUB leads to issues described above.

video from fail


I ran into a very similar issue, but even a hard reset did not allow me to log in. The last thing I had done before the issue presented itself was install the indicator-multiload package.

I was lucky, and simply logging into a console (CTRL + ALT + F2) and uninstalling the package (sudo apt remove --purge indicator-multiload) fixed the problem.

I have not dived any deeper into this issue to see why (or even whether) this package caused said issue, but I postulate that it has something to do with the package's integration with the Gnome desktop.

Maybe you can try to think what packages you might have installed recently that could have interfered with Gnome and attempt to uninstall them. If doing so works, at least you can get back into your desktop environment and troubleshoot further.


This problem could be resolved easily by following commands Go to terminal mode by CTRL + ALT + F3 and login then

sudo apt install --reinstall ubuntu-desktop
sudo apt install --reinstall ubuntu-session

If it does not work, try as follow:

chown $USER:$USER .Xauthority

or try to rebuild .Xauthority

  mv .Xauthority .Xauthority.bak