1

I am unable to login to Ubuntu in the GUI interface using my username. It keeps returning to the login page once I enter the password. I can however login as a guest.

I had just manually installed Ubuntu 14.10 with a 500mb partition for /boot, a 2gb partition for swap, a 30gb partition for /, 50mb for EFI as a logical partition, 100gb for /home and 3 other logical partitions of 100 GB each which were given /d, /e and /f mount points respectively. If otherwise unspecified, all partitions were primary.

Device for installing Ubuntu was the entire hard disk.

I had to specify that at boot up that the EFI was to be turned off.

I could login normally after that. I then turned on the options for automatically mount for each of the 100gb hard disk partitions. I restarted my laptop after that and now I am unable to login.

Please help!

1 Answers1

0

I had a similar problem in another distro based on ubuntu (elementaty OS). Turns out it was caused by an .Xauthority lock file that was not deleted when I did an unsafe shutdown. You can see the problem if you go to tty and try to startx, the error says it times out while waiting for the lock.

To resolve the problem I logged in to terminal Ctrl + Alt + F1 and navigated to my home folder and deleted the .Xauthority files.

When I returned to GUI Ctrl + Alt + F7, I was able to log in successfully