After latest update for 14.04, cannot log in to any user account
Solution 1:
This is a known bug with lightdm
. There are ways to possibly fix it, along with ways of working around the problem. Make sure your computer is connected to the internet and enter a TTY by pressing Ctrl + ALT + F2. Log in here, then try the following:
- Purge and reinstall
lightdm
:
Runsudo apt-get remove --purge lightdm
. Once that's done, runsudo apt-get update
and thensudo apt-get install lightdm && sudo dpkg --configure lightdm
. - Reconfigure
lightdm
:
I've never had much much luck with this, but you might.
Runsudo dpkg-reconfigure lightdm
. - Install another Display Manager, such as
gdm
:
Runsudo apt-get install gdm
.
When you are asked which Display Manager to use by default, choosegdm
.
Reboot after all of these.