Thursday 26 July 2018

Remove splash screen in Fedora Core

Just a reminder of mine on how to remove the Splash screen from Fedora Core to make it more obvious if something is going wrong.

Edit /etc/default/grub and replace

GRUB_CMDLINE_LINUX="rhgb quiet"

with

GRUB_CMDLINE_LINUX=""

After that, we need to run grub2-mkconfig:

[root@localhost ~]# grub2-mkconfig -o /boot/grub2/grub.cfg

Yes, that's right, I'm still using BIOS instead of UEFI. One of these days (years, decades), I'm going to have to upgrade my machine.

References

Re: What is "rhgb" on the grub, kernel line?
https://www.redhat.com/archives/rhl-list/2004-May/msg07775.html
Fedora Official Docs - Working with the GRUB 2 Boot Loader
https://docs.fedoraproject.org/f28/system-administrators-guide/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.html

No comments:

Post a Comment