Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I had Ubuntu up and running very well. I then decided to update to 12.10 and the upgrade process seemed to go through very well too.

When I started the computer again, all I got with a Terminal login: The only message, which appeared on the screen was: Ubuntu quantal (development branch) ubuntu tty1. ubuntu login:

How can I start the system in the graphical mode? What must I do to use the graphical system again?

Please advise as I can't work with the terminal mode.

share|improve this question
Ubuntu +1 questions is off-topic on this site, sorry – Anwar Sep 15 '12 at 5:14
Development releases should not be used to "upgrade" your main computer or boot partition unless you are used to and like fixing a broken system. By all means install it into another partition for testing or to take part in QA, but expect things to break on a more or less regular basis. If this is indeed your main boot partition you should backup all your important data and re-install 12.04 LTS. - Chris – fabricator4 Sep 15 '12 at 5:40

closed as off topic by Anwar, Mitch, jokerdino, fossfreedom Sep 15 '12 at 10:04

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I believe your Display Manager got corrupted. Using root permissions, you could try

sudo apt-get update
sudo apt-get install aptitude
sudo aptitude reinstall lightdm

if that fails, try gdm

sudo aptitude install gdm
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.