logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GRUB Reboot - Control Boot Entry | Online Free DevTools by Hexmos

Control the GRUB boot entry with GRUB Reboot. Set a specific entry for the next system boot. Free online tool, no registration required.

grub-reboot

Set the default boot entry for GRUB, for the next boot only. More information: https://manned.org/grub-reboot.

  • Set the default boot entry to an entry number, name or identifier for the next boot:

sudo grub-reboot {{entry_number}}

  • Set the default boot entry to an entry number, name or identifier for an alternative boot directory for the next boot:

sudo grub-reboot --boot-directory /{{path/to/boot_directory}} {{entry_number}}

return

See Also