[Bug 289007] Slow boot on AMD Framework 13/16 with FreeBSD main
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289007] Slow boot on AMD Framework 13/16 with FreeBSD main"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Sep 2025 02:09:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289007
--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f834384fdad98c60b47ac182f2e8863c4384bc58
commit f834384fdad98c60b47ac182f2e8863c4384bc58
Author: Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2025-09-05 19:50:39 +0000
Commit: Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-09-11 02:05:50 +0000
stand: Remove Spleen 32x64 fonts from INDEX
The Spleen 32x64 fonts cause some systems such as the AMD Framework 16
to boot extremely slowly. Adding screen.font="16x32" to
/boot/loader.conf is a partial workaround, but text displayed before the
boot menu still takes ~30 seconds to render on that laptop. With this
change, the same text renders immediately.
By leaving the font files in place but removing them from the INDEX,
users who want to use them can still load them manually. Once pending
work is committed to allow normal booting with these fonts, they can be
added back to the INDEX.
PR: 289007
Reviewed by: emaste, kevans, tsoome, ziaee
Fixes: 1ec2c8b2f364 (stand: Enable Spleen 32x64 font in the
bootloader)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52402
(cherry picked from commit 5e82eeccd252e96370e8b73603b609622497000c)
stand/fonts/INDEX.fonts | 3 ---
1 file changed, 3 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.