Skip to content

Add partition support to bootloader-efi

Jacob Lorentzon requested to merge 4lDO2/bootloader-efi:master into master

Adds support for both GPT and MBR partitions in the UEFI bootloader. The old format, where the main filesystem was simply appended to the FAT32 boot partition, will not work. The partition scanner is somewhat simple though; it just searches for a partition with the RedoxFS UUID or the "Linux Filesystem" UUID (since I couldn't get parted to accept arbitrary UUIDs), and boots from the first one it finds.

Merge request reports