Backup GRUB
sudo cp /etc/default/grub /etc/default/grub.bak
Edit and change the index or name or the default
GRUB_DEFAULT=0
To view the current entries, check /boot/grub/grub.cfg
menuitem ???
Commit the changes
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Tags linux