[Bug 292123] vt(4) doesn't respect font specified in loader.conf(5) on raspberry pi 4 aarch64 uefi boot
Date: Fri, 02 Jan 2026 17:27:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292123
--- Comment #5 from Toomas Soome <tsoome@me.com> ---
are you sure your loader is up to date? could you try: chain
/boot/loader_lua.efi and see if settin font still fails?
Second thing is, loadfont wants file name without .gz - loader file read will
uncompressed it on the fly. You are supposed to get meaningful error:
if (insert_font(name, FONT_MANUAL) == false) {
printf("loadfont error: failed to load: %s\n", name);
return (CMD_ERROR);
}
Anyhow, my test vm does not crash on it... need to investigate more.
--
You are receiving this mail because:
You are the assignee for the bug.