Super UEFIinSecureBoot Disk v2
Super UEFIinSecureBoot Disk v2 includes:
- Signed x86_64 Shim v13 with MokManager v13 from Fedora
- Signed i386 Shim v15 with MokManager v13 from Fedora
- Insecure PreLoader
- Insecure GRUB2
Why use older shim and MokManager? Newer versions have bugs 1, 2.
Super-UEFIinSecureBoot-Disk_minimal.zip
is a bare minimal GRUB2. Choose this if you need just a bootloader for your project.
Super-UEFIinSecureBoot-Disk.zip
contains everything in minimal + Super Grub2 Disk + GRUB Live ISO Multiboot + One File Linux + a bunch of efi programs and drivers.
modules-source.zip
contains unpacked x86_64-efi
, i386-efi
and i386-pc
module directories suitable for rebuilding grub.efi or BIOS image using grub2-mkimage
command.
grub2-2.02-62.fc29.src.rpm
is the exact source RPM used to compile this GRUB.
Changes since v1:
- Replaced i386 EFI shim with proper version signed by Microsoft
- Replaced MokManager 15 with MokManager 13, to workaround bug
- GRUB .efi files have been rebuilt with less embedded modules, decreasing file size
- GRUB
linux
andlinuxefi
modules has been split, allowing to boot 32-bit only kernels from 64-bit UEFI - Added locales
- Added GRUB2 file manager
- Added UEFI Tetris
- Added EFI filesystem and NVMe/XHCI drivers from rEFInd and Clover projects