diff --git a/pages/linux/bootctl.md b/pages/linux/bootctl.md index ceebb32743..f0659ad498 100644 --- a/pages/linux/bootctl.md +++ b/pages/linux/bootctl.md @@ -1,6 +1,7 @@ # bootctl > Control EFI firmware boot settings and manage boot loader. +> See also: `kernel-install`. > More information: . - 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`