mmatuska / mfsbsd

mfsBSD
http://mfsbsd.vx.sk
BSD 2-Clause "Simplified" License
494 stars 137 forks source link

This commit adds EFI boot support to mfsBSD. #132

Closed kevemueller closed 2 years ago

kevemueller commented 2 years ago

EFI boot requires an EFI SYSTEM PARTITION with an EFI compable boot loader. The Makefile is modified to extract the FreeBSD EFI loader, create a ESP and add the ESP to both the ISO as well as the disk image. Note that this allows an EFI system to boot into mfsBSD, but due to upstream limitations in FreeBSD, the resulting system will not work. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251866.

mmatuska commented 2 years ago

Implemented a slightly different way, but thanks for many hints!