How To Have Startup (Boot Up) Messages Visible?

I’m not sure what the official name is but I would like to see all the messages about start up between GRUB and login. There isn’t anything wrong, I just like to watch them go by.

I don’t mind messing with GRUB or anything else, I’d just prefer to be sure that I’m doing the right thing before I try.

Welcome to the forum! :slight_smile:

Open up the file /etc/default/grub and look for a line that reads like this… :arrow_down:

GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"

Remove the word quiet from that line, save the file, and then run… :arrow_down:

sudo update-grub

That should do the trick. :wink:

4 Likes

Worked perfectly, thank you very much.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.