grub-qemu 2.12
GRand Unified Boot loader (qemu 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.
- Outputs:
out - 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 grub-qemu 2.12 as follows:
guix install grub-qemu@2.12
Or install the latest version:
guix install grub-qemu
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.