efibootmgr 18
Modify the Extensible Firmware Interface (EFI) boot manager
efibootmgr
is a user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. This application can create and destroy boot entries, change the boot order, change the next running boot option, and more.
- Website: https://github.com/rhboot/efibootmgr
- Licenses: GPL 2+
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install efibootmgr 18
as follows:
guix install efibootmgr@18
Or install the latest version:
guix install efibootmgr
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.