Failed to finish startup of Fedora 41 since update to kernel 6.11.11

On my desktop computer, Fedora boot hangs (during display of Fedora logo).
Fedora is configured with an encrypted system, and I’m able to enter the paraphrase. But the boot process hangs before display the session login screen.
The system boot correctly with kernel 6.11.10, but failed with kernel 6.11.11 and 6.12.x

If I display the boot log, I see an error about a mounting failure on an additional disk, with a message like this :
/dev/disk/by-uuid/<uuid> dependency failed for <Mount point>
and after some time a message like this :
Job lvm2-monitor/service.start running ( ... / no limit)
with time increasing indefinitely
And If i press Ctrl + Alt + Suppr the system start to shutdown but still hangs indefinitely with a message about job lvm2-monitor/service.

I’m not sure if the message about the lvm2-monitor service is related to the problem or if it’s just a symptom.

Some can help me to get full log of failed boot process ?
And get more useful information if needed.

Thank for your help.

Check the kernel command line in grub. Do you see a resume= option?
If so delete it and see if you can now boot.

If that works you use this to fix it permanently.
replace … with what you have.

sudo grubby --remove-args=resume=... --update-kernel=ALL

Thank’s for the respond, but there is no resume=... in the kernel command line in grub.

there is the root setup (root=UUID= ro rootflags=subvol=root rd.luks.uuid=luks-
and the rhgb quiet flags

It’s seems there is a non-blocking kernel panic with :
unable to handle page fault for address : ffff...
in xhci_queue_ctrl_tx
before I’m able to enter the paraphrase of the encrypted system disk

The kernel panic hints at hardware issues.

Is your UEFI BIOS up to date?
Try reseting the BIOS.to it’s default setting.
This may help.

Yes the UEFI BIOS is up-to-date, I made the update some week ago.

And I have no particular setting in bios.

It is worth doing the reset as it may have a bad setting caused by a previous BIOS update. Yesterday we updated my son’s BIOS and the Asus installed told us to do a reset to ensure correct operation.

I just tested, no changes :frowning:

Can you install memtest?

If so reboot and pick memtest from the grub menu and run it over night to make sure that your memory is working.

I can, but to clarify, when I select kernel 6.11.10 in grub, all work fine.
If I select 6.11.11 or 6.12.x, I have the problem.

There are a two obvious possibiliies, you have a hardware issue triggered by a change in the kernel code, or there is a bug in the kernel code.

Running memtest will remove one of the possibilies.

@barryascott : good news for my hardware, memtest pass sucessfully during more than 9 hours.
Bad news for kernel, it’s seems to be a bug to examinate.

You can try raising a bug against the kernel in the Fedora bugzilla.

Ok, thank you

I have created the bug : 2336225 – startup of Fedora hang after paraphrase validated since kernel 6.11.11
I wait for help on it now.