grub-efi
GRand Unified Boot loader (UEFI version)
GRUB is a multiboot bootloader. It is used for initially loading the kernel of an operating system and then transferring control to it. The kernel then goes on to load the rest of the operating system. As a multiboot bootloader, GRUB handles the presence of multiple operating systems installed on the same computer; upon booting the computer, the user is presented with a menu to select one of the installed operating systems.
- Versions: 2.12
- Website: https://www.gnu.org/software/grub/
- Licenses: GPL 3+
- Package source: gnu/packages/bootloaders.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of grub-efi
as follows:
guix install grub-efi
Or install a particular version:
guix install grub-efi@2.12
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.
Badge code
You can use the following badge to inform users of grub-efi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/grub-efi'><img src='https://packages.guix.gnu.org/packages/grub-efi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/grub-efi)
Example Org:
[[https://packages.guix.gnu.org/packages/grub-efi][https://packages.guix.gnu.org/packages/grub-efi/badges/latest-version.svg]]