Open mightycolony opened 2 months ago
The issue was with Bootloader 3.0. When I tried setting it to Bootloader 1.0 from FreeBSD 13.3, it worked. However, when I tried installing FreeBSD 13.4 via iso, it used Bootloader 3.0, and I’m not sure why it’s not working with the mfsBSD image.
Since FreeBSD 13.4, gzip support is not used by default (stand/i386/loader/Makefile) : LOADER_GZIP_SUPPORT=no and kernel can't be unzip... Add loader_gzip_support on your src.conf
I tried creating a mfbsd image from the 13.4 ISO, and the process completed successfully with no issues. However, when I attempted to boot the image, it showed an error stating "unable to load kernel," even though the kernel is available. Please help me figure this out.