CURRENT: EFI boot failure

Ed Maste emaste at freebsd.org
Wed Sep 17 14:16:19 UTC 2014


On 16 September 2014 17:50, O. Hartmann <ohartman at zedat.fu-berlin.de> wrote:
> ...
>
> hw.vga.textmode=1
> hw.vty=sc
>
> (tried also hw.vty=vt).
> ...

One clarification for the archives: there's no tunable "hw.vty", it's
"kern.vty".  From vt(4):

     kern.vty
             When both vt and sc(4) have been compiled into the kernel, the
             one to use for the system console can be selected by setting this
             value to ‘vt’ or ‘sc’.  If this value is not set, sc(4) is used.

Although I see that needs an update, since the situation is now:

If this value is not set, sc(4) is used, unless the system is booted
via UEFI.  In the UEFI-boot case vt(4) is used.

(Tracked in PR 193710)


More information about the freebsd-current mailing list