<div dir="ltr">That makes sense. The commit doesn't revert cleanly but before finding the option I just reverted the default:<br><br>diff --git a/grub-core/term/serial.c b/grub-core/term/serial.c<br>index 8260dcb7a..72a6927b4 100644<br>--- a/grub-core/term/serial.c<br>+++ b/grub-core/term/serial.c<br>@@ -271,7 +271,7 @@ grub_cmd_serial (grub_extcmd_context_t ctxt, int argc, char **args)<br>     name = args[0];<br><br>   if (!name)<br>-    name = "auto";<br>+    name = "com0";<br><br>   port = grub_serial_find (name);<br>   if (!port)<br><br>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.<br><br>/Morten</div>