Updating GRUB Kernel Parameters

Modified on Tue, 12 Dec 2023 at 03:48 PM

Linux GRUB parameters configure various kernel options at boot time, often these are needed to get the best performance out of a system


Add the kernel parameters to GRUB "GRUB_CMDLINE_LINUX" option: 

nano /etc/default/grub

 

Regenerate the grub files for both BIOS and UEFI bootloaders 

grub2-mkconfig -o /boot/grub2/grub.cfg 
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg


Reboot the system for changes to take affect

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article