0

I like my machine to boot quietly, if only for aestethic reasons. Sometimes, however, things go wrong, and then I would like to see the boot messages. Can I switch them on during boot, i. e. without rebooting and modifying the GRUB entry?

2 Answers2

3

if you don't see your grub menu press shift during a boot. if you see grub, go to the line/kernel you want to boot. press e to edit the config of that kernel. remove quiet and press ctrl+x to boot.

Joris
  • 101
1

Pressing Escape key while the system boots will hide the plymouth splash screen and show you the boot messages.

More information can be found here.