Ubuntu terminal only at startup

1

usually when I boot into Ubuntu 9.10 nowadays, I get a terminal only (no desktop, etc) asking me to login. Once I do, I still only have terminal access. It takes somewhere between 3 - 10 restarts to get it to boot up normally. If anyone has an idea of what's going on, I'd appreciate any help.

James

Posted 2010-01-28T22:20:39.680

Reputation: 4 189

One of the times it boots into terminal, try running -sudo gdm start- to see if it loads the desktop (sounds like the manager mayh not be starting). If not, give us the error. – Zurahn – 2010-03-14T00:17:49.910

Answers

1

You need to have a look at your log files to figure out why it's not starting. Start by looking in /var/log/Xorg.0.log when it doesn't work. If you just look in the /var/log directory you'll see a number of files that follow the pattern Xorg.#.log. Each time Xorg starts it bumps all the number in these files so 0 is the most recent followed by 1 etc. So if you look back at some of these files you probably already have one or two files showing the problem. Look for lines that start with (EE) as these indicate an error. Then update your question with either the entire file or the lines that start with (EE) which indicates an error.

But this question does belong on superuser.

3dinfluence

Posted 2010-01-28T22:20:39.680

Reputation: 543

0

This may be best on superuser.com.

None the less, if you type startx after you log in can you get to a GUI mode? or does it crash. If it crashes what is the error message.

Skaughty

Posted 2010-01-28T22:20:39.680

Reputation: 137

0

Is your screen flickering a few times before displaying the console? Maybe your graphics are misconfigured. If so, you can boot in recovery mode to repair that.

Tobu

Posted 2010-01-28T22:20:39.680

Reputation: 2 584

0

It seems like it is an error with Xorg config file? Have you checked inittab to make sure default runlevel is 3?

anon31097

Posted 2010-01-28T22:20:39.680

Reputation: