Linux mint login loop SOLVED
If your Linux mint ever stuck in login loop do this:
Ctrl+Alt+F1
give your credential, your username, and your password. then command this:
sudo chown myuser:myuser /home/myuser/.Xauthority
then this:
sudo chown -R myuser:myuser /home/myuser
Reply