LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is it possible to remove the Ubuntu splashscreen? (https://www.linuxquestions.org/questions/linux-newbie-8/is-it-possible-to-remove-the-ubuntu-splashscreen-942816/)

Squerl101 05-01-2012 08:04 PM

Is it possible to remove the Ubuntu splashscreen?
 
Hey guys, dont ask why, but i'd like to remove the Ubuntu splashscreen (when it says ubuntu and has the orange dots), and be able to see the command line and the stuff being started, like you can see it saying that its stopping the devices and unmounting the filesystems when you shut it down. Is this possible? If so, please tell me how to do it. Thanks in advance.

towheedm 05-01-2012 08:16 PM

Ypu can it by editing your /etc/default/grub file. From a terminal, enter:
Code:

gksudo gedit /etc/default/grub
At the beginning of the file, look for the line:
Code:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change it to:
Code:

GRUB_CMDLINE_LINUX_DEFAULT=""
Save and close gedit. Now update GRUB's boot configuration script. From the terminal, enter:
Code:

sudo update-grub
Reboot and you will now see the kernel messages.

Hope it helps.

Squerl101 05-01-2012 08:23 PM

Thanks for the help!


All times are GMT -5. The time now is 10:45 PM.