From f6e2dcc13d4717268fc21c199cfc35d0797f839d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 13 May 2026 14:44:38 +0300 Subject: [PATCH] bootctl: refer to kernel-install and add example (#22415) --- pages/linux/bootctl.md | 5 +++++ 1 file changed, 5 insertions(+) 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`