Topics about unsupported FreeBSD versionsFreeBSD 15.0-CURRENT
If it's BIOS the loader BIOS is text only from 14.2 upwards, including stable/13 : https://cgit.freebsd.org/src/commit/?id=4d3b05a8530eIt is BIOS but what difference does it make if it was working on 14.1, note that this problem appeared after upgrade?
src/share/mk/src.opts.mk
@@ -129,6 +129,7 @@ __DEFAULT_YES_OPTIONS = \
+ LOADER_BIOS_TEXTONLY \
@@ -206,7 +207,6 @@ __DEFAULT_NO_OPTIONS = \
- LOADER_BIOS_TEXTONLY \
sysctl machdep.bootmethod
show? # cd /usr/src/stand
# make install
I did this:Change isn't in the kernel, it's in gptboot(8)/gptzfsboot(8).
stable/13 hasn't the modification merged, yet. From the commit logI will install STABLE. Sorry.
This should be merged back into stable/14 and stable/13 so it's in the
next release for each of these. That way we have only one release (13.4)
with the other defaults.