Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I wanted to know if it is possible to disable the splashscreen at boot. The one where is says Ubuntu and it has the orange dots moving. I want to remove that and be able to see the commands like what you can see when it shuts down like stopping devices and stuff. Anyway this is is possible? Thanks!

share|improve this question

1 Answer

up vote 12 down vote accepted

Edit grub, paste this at a terminal: gksu gedit /etc/default/grub

Look for the line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

and change it to

GRUB_CMDLINE_LINUX_DEFAULT=""

save.

Then at terminal paste this: sudo update-grub

share|improve this answer
Thanks for the help! Works just fine. – user49191 May 2 '12 at 1:24
# Wellcome :-) # – desgua May 2 '12 at 1:48
Thnx - saved 5s on boot. – Praveen Sripati May 24 '12 at 4:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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