1KERNEL-BOOTCFG(1) User Commands KERNEL-BOOTCFG(1)
2
3
4
6 kernel-bootcfg - manual page for kernel-bootcfg 23.11
7
9 usage: kernel-bootcfg [-h] [-l LEVEL] [--vars FILE] [--show] [-v]
10
11 [--add-uki FILE] [--update-uki FILE] [--remove-uki FILE]
12 [--boot-ok] [--update-csv] [--add-uri URI] [--remove-entry NNNN]
13 [--once] [--boot-order POS] [--dry-run] [--title TITLE] [--shim
14 FILE]
15
16 show and manage uefi boot entries
17
18 options:
19 -h, --help
20 show this help message and exit
21
22 -l LEVEL, --loglevel LEVEL
23 set loglevel to LEVEL
24
25 --vars FILE
26 read edk2 vars from FILE
27
28 --show print boot configuration
29
30 -v, --verbose
31 print more details
32
33 update unified kernel image (UKI) boot entries:
34 --add-uki FILE
35 add boot entry for UKI image FILE
36
37 --update-uki FILE
38 update boot entry for UKI image FILE
39
40 --remove-uki FILE
41 remove boot entry for UKI image FILE
42
43 --boot-ok, --boot-successful
44 boot is successful, update BootOrder to have current entry
45 listed first.
46
47 --update-csv
48 update BOOT.CSV
49
50 update other boot entries:
51 --add-uri URI
52 add boot entry to netboot URI
53
54 --remove-entry NNNN
55 add remove entry NNNN
56
57 options for boot entry updates:
58 --once, --boot-next
59 boot added/updated entry once (using BootNext)
60
61 --boot-order POS
62 place added/updated entry at POS in BootOrder (0 is first)
63
64 --dry-run
65 do not actually update the configuration
66
67 --title TITLE
68 label the entry with TITLE
69
70 --shim FILE
71 use shim binary FILE
72
74 Gerd Hoffmann <kraxel@redhat.com>
75
76
77
78kernel-bootcfg 23.11 November 2023 KERNEL-BOOTCFG(1)