[SOLVED] Failed start to start session in Ubuntu 14.04 - When will login using dekstop mode, maybe one of you ever experienced that sort of thing on UBUNTU is "Failed to start session". When showing the text, so you can't for login to desktop mode on Ubuntu, because the package which working for create a session on Ubuntu Machine was failed for create the login session.
Usually the problem because after update or upgrade the ubuntu to ubuntu 14.04 Trusty. To overcame the "Failed to start session", so you must try this ways :
1. Type Ctrl+Alt+F2 for change to Command Line Mode
2. Intall a ubuntu session package via this command :
2. Type this command for installing ubuntu-desktop
source : ubuntuforums.org tsfoss.com
Paper 4Share - [SOLVED] Fixing Failed start to start session in Ubuntu 14.04
source : itsfoss.com |
1. Type Ctrl+Alt+F2 for change to Command Line Mode
2. Intall a ubuntu session package via this command :
sudo apt-get install ubuntu-session3. Reinstall that package of ubuntu session
sudo apt-get install --reinstall ubuntu-session4. Reboot your computer for applying effect of that package
sudo reboot
Alternative method 1:
1. Change into Command Line (CLI) Mode using press Ctrl+Alt+F22. Type this command for installing ubuntu-desktop
sudo apt-get install ubuntu-desktop3. After it, try reinstalling that package
sudo apt-get install --reinstall ubuntu-desktop4. Reboot and look that will working
sudo reboot
Alternative method 2:
Simple action if you has trying an above method. Do reconfigure all of package using this commandsudo dpkg-reconfigure -aAfter reinstalling all of package, maybe one of you still not yet fix "failed to start session". And than the way must doing is installing a Gnome instead using a command like below :
sudo apt-get install gnome-shell ubuntu-gnome-desktopWait until that process finish, than reboot your computer. And now try to login to your desktop. I hope that ways will fix your problem about "Failed to start session". Thanks for your visit.
source : ubuntuforums.org tsfoss.com
Paper 4Share - [SOLVED] Fixing Failed start to start session in Ubuntu 14.04
Comments
Post a Comment