In order to specify what grub entry you want to reboot into this needs to be changed from GRUB_DEFAULT=0 to GRUB_DEFAULT=saved.
After that is done sudo update-grub also needs to be run so the changes apply to /boot/grub/grub.cfg.
This will allow us to run grub-reboot <entry #, title, etc> to set the default entry that will be used on next reboot, such as windows.
In order to specify what grub entry you want to reboot into this needs to be changed from
GRUB_DEFAULT=0toGRUB_DEFAULT=saved.After that is done
sudo update-grubalso needs to be run so the changes apply to/boot/grub/grub.cfg.This will allow us to run
grub-reboot <entry #, title, etc>to set the default entry that will be used on next reboot, such as windows.