diff --git a/files/mnt/p1/boot/grub/grub.cfg b/files/mnt/p1/boot/grub/grub.cfg index 91474e12..4d6e8f15 100644 --- a/files/mnt/p1/boot/grub/grub.cfg +++ b/files/mnt/p1/boot/grub/grub.cfg @@ -49,8 +49,6 @@ else font=${prefix}/fonts/unicode.pf2 fi -terminal_output console - if loadfont ${font}; then set gfxmode=auto load_video @@ -58,9 +56,10 @@ if loadfont ${font}; then set locale_dir=$prefix/locale set lang=en_US insmod gettext - terminal_output --append gfxterm fi +terminal_output gfxterm + if serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1; then terminal_input --append serial terminal_output --append serial