mfsbsd icon indicating copy to clipboard operation
mfsbsd copied to clipboard

mfsbsd i386 problems FreeBSD14.0

Open rdunkle34 opened this issue 1 year ago • 0 comments

There appears to be some problems with building mfsbsd i386 with FreeBSD 14.0. The FreeBSD 14.0 i386 does not support efi booting which is expected.

I am adding the NO_EFIBOOT=1 to the command line.

The Makefile is attempting to copy two files that are not part of the i386 distribution:

loader_4th.efi loader_lua.efi

line 329 of Makefile: ${_v}${CP} ${_DESTDIR}/boot/loader_4th.efi ${_DESTDIR}/boot/loader_lua.efi ${WRKDIR}/cdboot/

If this line is commented out, the Makefile will create the iso or the image without problem.

Both iso and image boot OK. Both iso and image spontaneously reboot right after expanding the mfsroot.gz

rdunkle34 avatar Nov 27 '23 11:11 rdunkle34