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 Set Default - Control Boot Entry | Online Free DevTools by Hexmos

Control boot entry with GRUB Set Default. Configure default boot option using name, number or identifier. Free online tool, no registration required.

grub-set-default

Set the default boot entry for GRUB. More information: https://manned.org/grub-set-default.

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

sudo grub-set-default {{entry_number}}

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

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

See Also