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

2024-02-05 Thread Morten Hein Tiljeset
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 @@

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

2024-02-02 Thread Mate Kukri
Thanks for bisecting, appreciate that. Having boot crashes like that by default still looks really bad, I would rather revert that commit given that it's new and no one had the opportunity to rely on it yet. On Fri, Feb 2, 2024 at 12:44 PM Morten Hein Tiljeset wrote: > > So I spent an evening

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

2024-02-02 Thread Morten Hein Tiljeset
So I spent an evening bisecting the issue from upstream sources. The problem was introduced with > 7b192ec4c term/ns8250: Use ACPI SPCR table when available to configure serial The old behaviour can be regained by setting the unit explicitly grub.cfg > serial --unit=0 --speed=115200 This solves