UP | HOME

Date: [2020-05-26 Tue]

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:

< Collapse code block> Expand code block
grub-mkconfig -o /boot/grub/grub.cfg

Backlinks


You can send your feedback, queries here