1

I am running a 64 bit version of Ubuntu 12.04.1, and I when I boot up, I am thrown (Rather violently. :P) a full-sized terminal, instead of my lovely GUI login screen.. So I looked around and tried the "startx" command, which works like a charm. Only problem is that now, I have no clue how to keep it from booting to the terminal every time, and boot up into the regular GUI with all my stuff.

I did install some kernel updates the night before, though I restarted my computer twice after I had done so without a problem.

Thanks for your time!

1 Answers1

2

Check your runlevel. Look in the file /etc/init/rc-sysinit.conf

You should have the following line for graphical multiuser startup:

env DEFAULT_RUNLEVEL=2

If you have it set to 1, that means single user mode. For some distros runlevel 3 means multi user console login.

Read more at this answer and Debian and Ubuntu Linux Run Levels.

elomage
  • 1,400