Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mfsbsd i386 problems FreeBSD14.0 #144

Open
rdunkle34 opened this issue Nov 27, 2023 · 0 comments
Open

mfsbsd i386 problems FreeBSD14.0 #144

rdunkle34 opened this issue Nov 27, 2023 · 0 comments

Comments

@rdunkle34
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant