Skip to content

Instantly share code, notes, and snippets.

@darkmavis1980
Created March 25, 2020 21:29
Show Gist options
  • Save darkmavis1980/ee5a8b994f01b6b993a73a0db88ab357 to your computer and use it in GitHub Desktop.
Save darkmavis1980/ee5a8b994f01b6b993a73a0db88ab357 to your computer and use it in GitHub Desktop.
Fix ubuntu login loop

If you get stuck with the login loop, press ctrl + alt + F3 to access to the shell. Login with your account, then run these commands:

sudo apt purge gdm3
sudo apt install gdm3

Restart and you should be able to login now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment