Help, Linux Mint Boots fine but won't let me log in session.
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Help, Linux Mint Boots fine but won't let me log in session.
I've ran FSCK so many times and my Linux Mint 11 still won't let me log in,It boots fine but on the Login screen when I type my password, it gives me a black screen and won't log in to my Desktop and asks me password over and over again. I'm 100% sure the password is corrrect and I'm sure that's not the issue, the problem is when I press Enter and the password is aunthenticated it flashes the screen and goes to terminal for a few seconds and then goes back asking me for the password again and again. Anyone has any idea what the problem might be? I'd really appreciate any help.
Can you login in a terminal?
If not you should get some error message.
Also check the /home directory:
Is there enough space, if /home is on a separate partition then is that partition mounted, do your user have write-access to home-dir?
(Log in via terminal by pressing <ctrl>+<alt>+<F1>
You can't run 'startx' because X runs already.
But when in terminal, you can check things like diskspace, your homedir and such.
Also, in GUI-login, can you change to some other environment?
Like Mate or Cinnamon or Xfce or whatever you might have.
Also check the logs, there is an .xsession-errors in your homedir, also check /var/log/Xorg.0.log & /var/log/messages
No do NOT delete the .X0-lock file.
As I said earlier, the reason for why you can't run 'startx' in terminal is because it already runs.
You could try (as root) to kill the X-server and then execute startx, it might spit out useful errors.
What you should look for is something related to logging in.
An easy way is to run "tail -f <logfile>" in terminal, switch to GUI, log in, switch to terminal to see what has been written.
What about your homedir, have you checked it like suggested?
Just in case you're not familiar with the terminal:
"df -h" will show what partitions are mounted and how much space there is left on each.
"ls -l /home" will show owner, group and permissions for all directories in /home.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.