mmatuska / mfsbsd

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

FreeBSD13.4 image using mfsbsd not working #150

Open mightycolony opened 2 months ago

mightycolony commented 2 months ago

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.

image image

mightycolony commented 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.

Ossalois commented 1 month ago

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