A Multiboot boot loader derived from GRUB, the GRand Unified Bootloader https://www.gnu.org/software/grub/
Go to file
Silvan Calarco eeca92bca8 provide a simple sbat.csv file to be used to generate EFI images with secure boot support
update unifont to 16.0.01
fix newline typo in openmamba_boot_choices patch [release 2.12-5mamba;Sun Oct 27 2024]
2024-10-27 09:39:08 +01:00
grub2-1.97-sysconfig.patch remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
grub2-1.99-fix_saved_entry_default.patch remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
grub2-conf-failsafe remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
grub2-default merge specfile changes from 2.04: 2024-01-05 23:28:55 +01:00
grub2-sysconfig remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
grub-2.00-openmamba-conf-other remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
grub-2.00-openmamba-conf-other-linux remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
grub-2.04-custom-boot-message.patch added upstream patch for ext2 fix following e2fsprogs 1.47 [release 2.04-7mamba;Sat Mar 04 2023] 2024-01-05 23:28:54 +01:00
grub-2.06-openmamba-default-nomodeset.patch merge specfile changes from 2.04: 2024-01-05 23:28:55 +01:00
grub-2.12-openmamba_boot_choices.patch provide a simple sbat.csv file to be used to generate EFI images with secure boot support 2024-10-27 09:39:08 +01:00
grub-2.12-silent-boot.patch grub-efi-x86_64: set bootloader-id to distribution name from /etc/os-release [release 2.12-3mamba;Mon Mar 18 2024] 2024-03-19 16:57:31 +01:00
grub-sbat.csv provide a simple sbat.csv file to be used to generate EFI images with secure boot support 2024-10-27 09:39:08 +01:00
grub.spec provide a simple sbat.csv file to be used to generate EFI images with secure boot support 2024-10-27 09:39:08 +01:00
README.md remove obsoleted 30_other_linux script after fixing os-prober (since 1.62-2mamba) [release 2.00.bzr20130610-4mamba;Mon Aug 05 2013] 2024-01-05 23:28:52 +01:00
unifont-16.0.01.bdf.gz provide a simple sbat.csv file to be used to generate EFI images with secure boot support 2024-10-27 09:39:08 +01:00

grub

GNU GRUB is a Multiboot boot loader. It was derived from GRUB, GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn. Briefly, boot loader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or the Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU).