From cdd30e0e5e4d8ae73b4fa7e8a410e83410649e47 Mon Sep 17 00:00:00 2001 From: Ing Date: Sun, 7 Sep 2025 11:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=88=E7=AB=AF=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E8=AE=BE=E7=BD=AE=EF=BC=8C=E7=A1=AE=E4=BF=9D=E5=9C=A8?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=AD=97=E4=BD=93=E5=90=8E=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=88=B0=20gfxterm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/mnt/p1/boot/grub/grub.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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