Using grub legacy, adding a kernel boot option was as simple as editing the respective kernel's line in the menu.lst file.
Using grub2, how can I add a kernel boot option?
Thanks in advance for any hint.
Using grub legacy, adding a kernel boot option was as simple as editing the respective kernel's line in the menu.lst file.
Using grub2, how can I add a kernel boot option?
Thanks in advance for any hint.
Edit the /etc/default/grub file and add the kernel parameter to the GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" line, then run:
Code:sudo update-grub
community/Grub2
The Grub 2 Guide
Grub 2 - 5 Common Tasks
Grub 2 Title Tweaks
Thanks a lot. Is there a way to add a kernel parameter which will not be default for all the linux systems available but only for those selected.
@ sisco311 THANK YOU
'Those who are willing to sacrifice essential liberties for temporary security deserve neither liberty nor security.' - Benjamin Franklin
Registered Linux User#407002 / Registered Ubuntu User#1806
Bookmarks