1GRUB-SWITCH-TO-BLSCFG(1) General Commands Manual GRUB-SWITCH-TO-BLSCFG(1)
2
3
4
6 grub-switch-to-blscfg — Switch to using BLS config files.
7
8
10 grub-switch-to-blscfg [--grub-directory=DIR] [--config-file=FILE]
11 [--grub-defaults=FILE]
12
13
15 grub-switch-to-blscfg reconfigures grub-mkconfig to use BLS-style con‐
16 fig files, and then regenerates the GRUB configuration.
17
18
20 --grub-directory=DIR
21 Search for grub.cfg under DIR. The default value is
22 /boot/efi/EFI/VENDOR on UEFI machines and /boot/grub2 elsewhere.
23
24
25 --config-file=FILE
26 The grub config file to use. The default value is
27 /etc/grub2-efi.cfg on UEFI machines and /etc/grub2.cfg else‐
28 where. Symbolic links will be followed.
29
30
31 --grub-defaults=FILE
32 The defaults file for grub-mkconfig. The default value is
33 /etc/default/grub.
34
35
36 --bls-directory=DIR
37 Create BootLoaderSpec fragments in DIR. The default value is
38 /boot/loader/entries on BIOS machines and /boot/efi/EFI/VEN‐
39 DOR/loader/entries on UEFI machines.
40
41
42 --backup-suffix=UFFIX
43 The suffix to use for saved backup files. The default value is
44 .bak.
45
46
48 info grub
49
50
51
52 Wed Feb 26 2014 GRUB-SWITCH-TO-BLSCFG(1)