GRUB2 default boot menu entry
Q: How to change the default boot menu entry in GRUB2 used widely on Linux systems?
A: You can do it easily as root in three following steps:
-
Run
update-grubprogram and copy entry name that you want to make default. -
Edit
/etc/default/gruband add or modify existingGRUB_DEFAULT="your_menu_entry_here". - Run
update-grubprogram again to update the grub bootloader configuration.