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.
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
If it does not work, try as follow:
or try to rebuild .Xauthority
I had the same problem, I removed the last package I had installed (Numix theme from PPA), reboot and the session could access.
This fixed it for me on 20.04. None of the ideas above did work unfortunately.
My issue was caused by a mismatch of USER ID, for more explanation see Ubuntu 20.04 - Can’t login after upgrade