|
From: | Pascal Hambourg |
Subject: | Re: [EXT]Re: Converted MBR to GPT and menu is gone, can't use grub-reboot either |
Date: | Wed, 22 Feb 2023 20:06:40 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 22/02/2023 at 17:33, Chandler wrote:
Pascal Hambourg wrote on 2/21/23 9:13 AM:GRUB_SERIAL_COMMAND="serial --unit=1 --speed=115200" GRUB_TERMINAL=serialAlright! this has got to be the key... Yes! It worked! ...for the most part... I actually got to see the menu, but for some reason my keyboard input wasn't recognized. I tried pushing down arrow to move the menu selector but it didn't do anything.
What about the <enter> key ?Maybe you need to pass options about the serial terminal features. The GRUB documentation mentions a --dumb option for non-VT100 compatible terminals, but it is not clear which command it applies to.
<https://www.gnu.org/software/grub/manual/grub/grub.html#Serial-terminal>
Does it matter that I set GRUB_TERMINAL="console gfxterm serial"?
gfxterm is only valid as terminal_output, so you may need to split in two: GRUB_TERMINAL_INPUT="console serial" GRUB_TERMINAL_OUTPUT="console gfxterm serial"
[Prev in Thread] | Current Thread | [Next in Thread] |