1GRUB-REBOOT(8) System Administration Utilities GRUB-REBOOT(8)
2
3
4
6 grub-reboot - set the default boot entry for GRUB, for the next boot
7 only
8
10 grub-reboot [OPTION] MENU_ENTRY
11
13 Set the default boot menu entry for GRUB, for the next boot only.
14
15 -h, --help
16 print this message and exit
17
18 -V, --version
19 print the version information and exit
20
21 --boot-directory=DIR
22 expect GRUB images under the directory DIR/grub2 instead of the
23 /boot/grub2 directory
24
25 MENU_ENTRY is a number, a menu item title or a menu item identifier.
26 Please note that menu items in submenus or sub-submenus require speci‐
27 fying the submenu components and then the menu item component. The ti‐
28 tles should be separated using the greater-than character (>) with no
29 extra spaces. Depending on your shell some characters including > may
30 need escaping. More information about this is available in the GRUB
31 Manual in the section about the 'default' command.
32
33 NOTE: In cases where GRUB cannot write to the environment block, such
34 as when it is stored on an MDRAID or LVM device, the chosen boot menu
35 entry will remain the default even after reboot.
36
38 Report bugs to <bug-grub@gnu.org>.
39
41 grub-set-default(8), grub-editenv(1)
42
43 The full documentation for grub-reboot is maintained as a Texinfo man‐
44 ual. If the info and grub-reboot programs are properly installed at
45 your site, the command
46
47 info grub-reboot
48
49 should give you access to the complete manual.
50
51
52
53GRUB 2.06 May 2022 GRUB-REBOOT(8)