Forrest logo
back to context overview

bootctl

List of commands for bootctl:

  • bootctl:tldr:4d541 bootctl: Show all available bootloader entries.
    $ bootctl list
    try on your machine
    explain 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 machine
    explain this command
  • bootctl:tldr:a4161 bootctl: Install `systemd-boot` into the EFI system partition.
    $ sudo bootctl install
    try on your machine
    explain this command
  • bootctl:tldr:d7f98 bootctl: Show information about the system firmware and the bootloaders.
    $ bootctl status
    try on your machine
    explain this command
  • bootctl:tldr:e681a bootctl: Remove all installed versions of `systemd-boot` from the EFI system partition.
    $ sudo bootctl remove
    try on your machine
    explain 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 true
    try on your machine
    explain this command
back to context overview