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 cedb3d142c
commit 8535d695ff
No known key found for this signature in database
GPG key ID: 139B09DA5BF0D338
2 changed files with 2 additions and 4 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

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