PDA

View Full Version : Failed to start session



ron17
April 18th, 2014, 03:38 PM
After getting notified to update my ubuntu server to version 14.04 (one with graphical desktop) the upgrade procedure went without any major issues.
Restarting the server and trying to logon into my graphical desktop i get the error "Failed to start session", so something seems to went wrong with the upgrade procedure.

Anyone who can guide me how to recover from this error? Thanks in advance.

ron17
April 18th, 2014, 04:31 PM
Solved the issue by pressing CTRL+ALT+F1

Issueing the following commands reinstalling ubuntu-desktop, since couldn't reinstall it after apt-get update

sudo su
apt-get clean
cd /var/lib/apt
mv lists lists.old
mdir -p lists/partial
apt-get clean
apt-get update
sudo apt-get install ubuntu-desktop
dpkg-reconfigure ubuntu-desktop
reboot