1GRUB-SET-DEFAULT(1) General Commands Manual GRUB-SET-DEFAULT(1)
2
3
4
6 grub-set-default — Set the default boot menu entry for GRUB.
7
8
10 grub-set-default [--boot-directory=DIR] MENU_ENTRY
11
12
14 grub-set-default sets the default boot menu entry for all subsequent
15 boots. This command only works for GRUB configuration files created
16 with GRUB_DEFAULT=saved in /etc/default/grub.
17
18
20 --boot-directory=DIR
21 Find GRUB images under DIR/grub. The default value is /boot,
22 resulting in grub images being search for at /boot/grub.
23
24
25 MENU_ENTRY
26 A number, a menu item title or a menu item identifier.
27
28
30 info grub
31
32
33
34 Wed Feb 26 2014 GRUB-SET-DEFAULT(1)