grub2-mkconfig -o /boot/grub/grub.cfg
.
Change the boot menu (and kernel parameters) in /boot/grub/grub.cfg
, then run command
update-grub
Reinstallation of boot loader in the MBR can be forced by:
grub-install --recheck /dev/sda
Change kernel parameters in /etc/default/grub
, then run command update-grub
.1) Verify after reboot with:
cat /proc/cmdline
grub2-mkconfig -o /boot/grub/grub.cfg
.