Hi! I’ve been using Qubes succesfuly for over a year but seems I need some help now.
After the 4.3 upgrade I can no longer get past the grub uefi screen to the luks encryption screen. Screen goes black and resets the machine. The problem seems to be fedora 41 version of Dom0. Using kernel 6.19.5-1.fc37 allows me to enter Qubes as normal. Everything else is seemingly ok. The VMs are working normally while using 6.19.5-1.fc41 kernel. Only Dom0 is affected with this.
I did not find a similar problem while browsing the forum.
More info:
I did in place upgrade
needed to exclude some custom (windows) templates to for the upgrade script to work
Could you try and edit the GRUB options for the default/faulty kernel and:
remove quiet from the line starting module2 /vmlinuz-..
replace console=none with console=vga vga=,keep loglvl=all guest_loglvl=all noreboot=1 earlyprintk=xen as options to Xen
and boot with this options (Ctrl-x or F10, iirc).
These options should make the machine boot in a very verbose/slow mode - and print all messages, so you can see them … and without the machine rebooting.