1BOOTCTL(1) bootctl BOOTCTL(1)
2
3
4
6 bootctl - Control the firmware and boot manager settings
7
9 bootctl [OPTIONS...] {COMMAND}
10
12 bootctl may be used to query or (in the future) change the firmware and
13 boot manager settings.
14
15 Firmware information is available only on EFI systems.
16
17 Currently, only the gummiboot(8) boot manager implements the required
18 boot loader interface to provide complete boot manager information.
19
21 The following options are understood:
22
23 -h, --help
24 Print a short help text and exit.
25
26 --version
27 Print a short version string and exit.
28
29 The following commands are understood:
30
31 status
32 Show firmware and boot manager information about the system,
33 including secure boot mode status and selected firmware entry
34 (where available).
35
37 On success, 0 is returned, a non-zero failure code otherwise.
38
40 Boot loader interface[1], Boot loader specification[2], gummiboot[3]
41
43 1. Boot loader interface
44 http://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface
45
46 2. Boot loader specification
47 http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
48
49 3. gummiboot
50 http://www.freedesktop.org/wiki/Software/gummiboot/
51
52
53
54systemd 219 BOOTCTL(1)