Use console as grub's terminal_output

configs/{baseline,releng}/grub/grub.cfg:
Use `console` as grub's `terminal_output`, as with `gfxterm` only a blank screen is shown on some hardware.

Fixes #212
This commit is contained in:
David Runge 2023-02-27 19:31:45 +01:00
parent 5a45ac52ed
commit c376dc24c5
1 changed files with 1 additions and 2 deletions

View File

@ -12,10 +12,9 @@ insmod udf
insmod all_video
insmod font
if loadfont "${prefix}/fonts/unicode.pf2" ; then
insmod gfxterm
set gfxmode="auto"
terminal_input console
terminal_output gfxterm
terminal_output console
fi
# Enable serial console