How do I enable verbose mode at boot?

How to make natty boot in verbose mode. Changing option GRUB_CMDLINE_LINUX_DEFAULT="splash quiet to GRUB_CMDLINE_LINUX_DEFAULT="" in /etc/default/grub doesn't effect in natty.

3

3 Answers

Try nosplash debug. If you want output from upstart too, add --verbose

3

Changing

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT=""

in /etc/default/grub is correct, but you also need to run update-grub for it to take effect.

0

Hit Esc any time to see the text. For permanent changes, uninstall all plymouth themes, including text ones, and in /etc/grub/default uncomment the line to enable console.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like