This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
v0.1.2-usbfix
This release fixes a small issue which would make a UEFI image booted from usb not load the grub menu correctly.
Manual mitigation for this is to write the following once you are in the grub shell:
search --no-floppy --file --set=root /boot/kernel
set prefix=($root)/boot/grub2
configfile $prefix/grub.cfg
That should load the install media grub menu
Full Changelog: v0.1.2...v0.1.2-usbfix