mmatuska / mfsbsd

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

mfsbsd i386 problems FreeBSD14.0 #144

Open rdunkle34 opened 12 months ago

rdunkle34 commented 12 months ago

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