efibooteditor icon indicating copy to clipboard operation
efibooteditor copied to clipboard

Boot Editor for (U)EFI based systems

EFI Boot Editor

Boot Editor for (U)EFI based systems.

EFIBootEditor

File path dialog

Command-line interface

There is also a command-line interface for quick backup/restore functionality:

Usage: efibooteditor [options]
Boot Editor for (U)EFI based systems.

Options:
  -h, --help           Displays help on commandline options.
  --help-all           Displays help including Qt specific options.
  -v, --version        Displays version information.
  -e, --export <FILE>  Export configuration.
  -d, --dump <FILE>    Dump raw EFI data.
  -i, --import <FILE>  Import configuration from JSON (either from export or
                       raw dump).
  -f, --force          Force import, don't ask for confirmation.

Requirements

  • Qt (>=5.12)
  • efivar (>=37) on linux

Installation

See INSTALL instructions.

Localization

You can help localize this project on Weblate.

License

This project is licensed under the LGPLv3 License - see the LICENSE file for details