Date: Fri, 02 Jan 2026 17:27:34 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 292123] vt(4) doesn't respect font specified in loader.conf(5) on raspberry pi 4 aarch64 uefi boot Message-ID: <bug-292123-227-Kcge45iro9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-292123-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292123-227-Kcge45iro9>
