https://github.com/Neverous/efibooteditor
Boot Editor for (U)EFI based systems
https://github.com/Neverous/efibooteditor
boot boot-manager editor efi gui linux macos qt uefi windows
Last synced: 3 months ago
JSON representation
Boot Editor for (U)EFI based systems
- Host: GitHub
- URL: https://github.com/Neverous/efibooteditor
- Owner: Neverous
- License: lgpl-3.0
- Created: 2020-03-28T20:25:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T23:03:19.000Z (3 months ago)
- Last Synced: 2025-04-02T00:18:53.923Z (3 months ago)
- Topics: boot, boot-manager, editor, efi, gui, linux, macos, qt, uefi, windows
- Language: C++
- Homepage:
- Size: 67.1 MB
- Stars: 309
- Watchers: 9
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EFI Boot Editor
Boot Editor for (U)EFI based systems.



## Command-line interface
There is also a command-line interface for quick backup/restore functionality:
```shell
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 Export configuration.
-d, --dump Dump raw EFI data.
-i, --import Import configuration from JSON (either from export or
raw dump).
-f, --force Force import, don't ask for confirmation.
```## Requirements
* [Qt](//www.qt.io/) (>=5.12)
* [zlib](//github.com/madler/zlib) (>=1.2)
* [efivar](//github.com/rhboot/efivar) (>=37) on linux## Installation
See [INSTALL](INSTALL.md) instructions.
## Localization
You can help localize this project on [Weblate](https://hosted.weblate.org/engage/efibooteditor/).
[](//hosted.weblate.org/engage/efibooteditor/)
## License
This project is licensed under the LGPLv3 License -
see the [LICENSE](LICENSE.txt) file for details