Kernel Parameter
Table of Contents
1. Grub
Edit /etc/default/grub and append your kernel options between the quotes in the GRUB_CMDLINE_LINUX_DEFAULT
line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And then automatically re-generate the grub.cfg file with:
grub-mkconfig -o /boot/grub/grub.cfg