Boot into console/command line when startup Ubuntu 9.10
This post was written by admin on December 12, 2009
Posted Under: General
Posted Under: General
This tutorial shows how to configure your ubuntu 9.10 and make it directly boot into console/command line instead of X-window.
Step1:Just edit /etc/default/grub with your favourite editor:
sudo gedit /etc/default/grub
find out this line:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
change it to:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”
Step2:
Update grub and done!
sudo update-grub
Related posts:
- Add a Grub2 Entry for Ubuntu booting into console/command line
- feh – lightweight command-line (command console) image viewer for Linux
- StartUp Manager-An GUI tool for managing Grub,Usplash and Splashy
- How to setup Boot password protection for Grub2 Entries
- Decorate Grub 2 boot loader using BURG
Tags: ubuntu 9.10

Reader Comments
Hello. I am following this instructions and I’m getting the text based console as I want but before getting it I am watching a graphical splash screen (black background with the Ubuntu’s logo in the middle).
Does it means that its loading GDM and then killing it ? I would like to avoid any automatic load of X/Gnome and only load it when I ask it using startx or service commands.
Thank you for helping me.
jimezam.
[Reply]
I experimented a little more by myself and I found that the “splash screen” wasn’t from GDM but the Grub’s splash screen activated by the second parameter of GRUB_CMDLINE_LINUX_DEFAULT.
Thank you.
[Reply]
When I do this, sound no longer works in X.
[Reply]
lol! I first thought “what a moron” but he is absolutely right…I have no sound either anymore
…
open “terminal”, type “sudo users-admin”, select your user, click “properties”, change to tab “user priviliges”, check “use audio devices”.
Logout, login or reboot.
[Reply]
I tried this and it does nothing, no difference at all, I double checked and the line I changed is still there.
[Reply]
how can i use pchar (ubunto)?& java ?
[Reply]
helo guys , help me . i want command to run pchar in ubuntu ? and code java to take some values from pchar to java . 10x for all
[Reply]
./ltib -m config command doesnt work on ubuntu 9.10
[Reply]
i av a problem, i use Ubuntu 10.10. i tried changing the config on grub jst has u instructed bt when i tried updating using sudo update-grub, dis is wt i noticed:
/etc/default/grub: 9: splash: not found
pls i need help cos i fear i most av deleted a command line or smfin.
[Reply]
Does not work in Ubuntu 11.04. “grub” is not found on the specified location.
[Reply]