You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: