I do not want the Gnome to load when my Ubuntu system starts, rather it just load the command line.

In older versions of Ubuntu I used to use the services utility to stop GDM from loading.

How do I do this in 11.04?

link|improve this question
feedback

1 Answer

I was able to disable GDM by entering the following command:

echo "manual" | sudo tee -a /etc/init/gdm.override
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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