[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that
Date: Mon, 27 May 2024 15:27:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=bbb6bfeaae460ae1be5218d4456e47dfd86fa62d commit bbb6bfeaae460ae1be5218d4456e47dfd86fa62d Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-24 21:45:14 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-05-27 15:25:28 +0000 vt(4): add note about sc/UEFI incompatibility syscons is not compatible with UEFI boot. This is noted in syscons(4), but not mentioned in vt(4) where the kern.vty tunable (used to select vt or sc) is documented. Add a note so that if someone reads vt(4) but not sc(4) they are not surprised by having no usable console. PR: 276206 Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45357 (cherry picked from commit f52481f3b8a377e336ecba1b5150023a344ec189) (cherry picked from commit 03d3230d51529a38e0c90ff324145dbfe209307d) share/man/man4/vt.4 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.