
bootctl
List of commands for bootctl:
-
bootctl:tldr:4d541 bootctl: Show all available bootloader entries.$ bootctl listtry on your machineexplain this command
-
bootctl:tldr:6ddf5 bootctl: Specify the path to the EFI system partition (defaults to `/efi/`, `/boot/` or `/boot/efi`).$ bootctl --esp-path=${-path-to-efi_system_partition-}try on your machineexplain this command
-
bootctl:tldr:a4161 bootctl: Install `systemd-boot` into the EFI system partition.$ sudo bootctl installtry on your machineexplain this command
-
bootctl:tldr:d7f98 bootctl: Show information about the system firmware and the bootloaders.$ bootctl statustry on your machineexplain this command
-
bootctl:tldr:e681a bootctl: Remove all installed versions of `systemd-boot` from the EFI system partition.$ sudo bootctl removetry on your machineexplain this command
-
bootctl:tldr:e7134 bootctl: 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 truetry on your machineexplain this command