[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Ed Maste  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

--- Comment #11 from commit-h...@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 
AuthorDate: 2024-05-24 21:45:14 +
Commit: Ed Maste 
CommitDate: 2024-05-27 15:25:28 +

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.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Ed Maste  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=03d3230d51529a38e0c90ff324145dbfe209307d

commit 03d3230d51529a38e0c90ff324145dbfe209307d
Author: Ed Maste 
AuthorDate: 2024-05-24 21:45:14 +
Commit: Ed Maste 
CommitDate: 2024-05-27 15:24:13 +

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)

 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.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f52481f3b8a377e336ecba1b5150023a344ec189

commit f52481f3b8a377e336ecba1b5150023a344ec189
Author: Ed Maste 
AuthorDate: 2024-05-24 21:45:14 +
Commit: Ed Maste 
CommitDate: 2024-05-24 23:55:10 +

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

 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.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Ed Maste  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|ema...@freebsd.org
 Status|New |In Progress

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #8 from Ed Maste  ---
https://reviews.freebsd.org/D45357 for a vt(4) man page update to note this

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org

--- Comment #7 from Ed Maste  ---
Note that this is documented in syscons(4):

 Note that the syscons driver is not compatible with systems booted via
 UEFI(8).  Forcing use of syscons on such systems will result in no usable
 console.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #6 from hym2209268...@gmail.com ---
(In reply to Maxim Konovalov from comment #3)
hw.vga.textmode=1 does not seem to work in uefi either.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #5 from hym2209268...@gmail.com ---
Maybe we should add a note to vt(4) pointing out which tunables are not
available in UEFI booted systems?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #4 from Kyle Evans  ---
syscons notably doesn't know at all how to find the efi framebuffer, so if
you're booting via efi this is expected and the machine likely isn't actually
hung (but just not drawing to the screen).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Maxim Konovalov  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #3 from Maxim Konovalov  ---
Hi,

Probably not a solution but rather a workaround: give a try to
"hw.vga.textmode=1"

Maxim

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #2 from hym2209268...@gmail.com ---
It hangs right after the loader loads the kernel, and prints the EFI
framebuffer information as usual, where the kernel should clear the screen and
print dmesg in a couple of seconds. There are no error message.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Mark Linimon  changed:

   What|Removed |Added

   Keywords||vt

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Daniel O'Connor  changed:

   What|Removed |Added

 CC||dar...@dons.net.au

--- Comment #1 from Daniel O'Connor  ---
Can you upload a photo of where it hangs?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Bug ID: 276206
   Summary: Setting kern.vty="sc" will hang the loader boot
process, but vt(4) says we can do that
   Product: Documentation
   Version: Latest
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: hym2209268...@gmail.com
CC: d...@freebsd.org

>From manpage vt(4), LOADER TUNABLES:

kern.vty
   Set this value to `vt' or `sc' to choose a specific system con-
   sole,  overriding the default.  The GENERIC kernel uses vt when
   this value is not set.

on my GENERIC kernel shipped with 14.0-RELEASE, adding a line to
/boot/loader.conf 'kern.vty="sc"' will hang the loader while loading kernel and
trying to boot.

-- 
You are receiving this mail because:
You are on the CC list for the bug.