Bug#1062073: Re: Bug#1062073: grub-efi-amd64: GRUB 2.12 fails to boot with X64 exception

Morten Hein Tiljeset mtiljeset at uber.com
Mon Feb 5 09:07:52 GMT 2024


That makes sense. The commit doesn't revert cleanly but before finding the
option I just reverted the default:

diff --git a/grub-core/term/serial.c b/grub-core/term/serial.c
index 8260dcb7a..72a6927b4 100644
--- a/grub-core/term/serial.c
+++ b/grub-core/term/serial.c
@@ -271,7 +271,7 @@ grub_cmd_serial (grub_extcmd_context_t ctxt, int argc,
char **args)
     name = args[0];

   if (!name)
-    name = "auto";
+    name = "com0";

   port = grub_serial_find (name);
   if (!port)

I think (but please double check me on this), that it should be possible to
opt-in to the new behaviour by just setting serial=auto in grub.cfg.

/Morten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grub-devel/attachments/20240205/7f294305/attachment.htm>


More information about the Pkg-grub-devel mailing list