#1036041 upgrade-reports: Dell XPS 9550 fails to boot after bullseye to bookworm upgrade - grub/bios interaction bug?

#1036041#5
Date:
2023-05-14 08:52:11 UTC
From:
To:
My previous release is: bullseye
I am upgrading to: bookworm
Upgrade date: 2022-05-06
Method: apt dist-upgrade

Contents of /etc/apt/sources.list:


deb http://deb.debian.org/debian/ bookworm main non-free non-free-firmware contrib
deb-src http://deb.debian.org/debian/ bookworm main non-free non-free-firmware contrib

# Security updates
deb http://security.debian.org bookworm-security main contrib non-free non-free-firmware
deb-src http://security.debian.org bookworm-security main contrib non-free non-free-firmware

# bookworm-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware


deb http://deb.debian.org/debian-debug/ bookworm-debug main
# for security updates
deb http://deb.debian.org/debian-debug/ bookworm-proposed-updates-debug main

- Were there any problems with the system after upgrading?

System fails to boot after upgrade - hangs after loading initramfs.

On enabling debug within grub, the hang occurs at:

kern/verifiers.c:88: file: /boot/initrd.img-6.1.0-8-amd64 type: 131076
kern/verifiers.c:103: trying verifier pgp
kern/verifiers.c:103: trying verifier tpm


Can be worked around with:

GRUB_TERMINAL=console

... with this setting in place the system boots as expected.

#1036041#10
Date:
2023-05-14 17:37:25 UTC
From:
To:
Hi Tim,

Thanks for reporting the issues your facing. The comments in the report
suggest this is an issue with GRUB, so I'm reassigning it to that
package for further triaging.

Paul

#1036041#19
Date:
2023-05-20 05:41:04 UTC
From:
To:
Hi,

This seems to have happened to me too. But I just upgraded my Debian
unstable around the 5th of May and got a grub update. After the upgrade
I could not boot into Debian again. When I tried it just failed into
memory check and reboot.

I have an Dell XPS 15 9560.

Setting GRUB_TERMINAL=console and running grub-install and update-grub
got the system up and running again.

Jens