mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
bootctl: refer to kernel-install and add example (#22415)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# bootctl
|
||||
|
||||
> Control EFI firmware boot settings and manage boot loader.
|
||||
> See also: `kernel-install`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/bootctl.html>.
|
||||
|
||||
- Show information about the system firmware and the bootloaders:
|
||||
@@ -11,6 +12,10 @@
|
||||
|
||||
`bootctl list`
|
||||
|
||||
- Set a boot entry as the default to boot to:
|
||||
|
||||
`sudo bootctl set-default {{entry_id}}`
|
||||
|
||||
- Set a flag to boot into the system firmware on the next boot (similar to `sudo systemctl reboot --firmware-setup`):
|
||||
|
||||
`sudo bootctl reboot-to-firmware true`
|
||||
|
||||
Reference in New Issue
Block a user