I had that too. It seems that 14.04 uses something called ubuntu-session for login, while the old 12.04 used something called unity-desktop. Since I tried to upgrade from the desktop itself, there were problems deleting it, and I was barred from logging in the next time.
To fix, boot the machine, and as soon as the grub loader comes up, scroll down to "Advanced options for Ubuntu" which will probably be the 2nd entry. Hit enter. On the next page, choose "Ubuntu, with Linux 3.13.0-30 (recovery mode)" or a similar entry. It could be the 2nd entry on that page. This brings up some recovery options.
Scroll down to the thing that says "network Enable networking" and hit enter. This is IMPORTANT, otherwise Ubuntu can't find the files it needs on the internet. After networking is enabled, scroll to "dpkg Repair broken packages" and hit enter. That should install the needed ubuntu-session, delete the old unity-desktop, and fix up any other things that were missed also.
ls -l /home
). Your home directory should be owned by your user ID. – Jos Apr 24 '14 at 16:24sudo chmod -R u+w /home/[username]
– Jos Apr 24 '14 at 16:36I am going to restore the original permissions to see if it will work, but for now i'm going to see how the sytem is responding and if there is any bug.
Thanks for the help Jos.
– cesar.rickinho Apr 24 '14 at 17:08