After an upgrade from 5.18.11-200.fc36.x86_64 to 5.18.13-200.fc36.x86_64
My system does not prompt me the password to decrypt my drives at boot.
So I cannot boot to my system, it just display my motherboard logo (usually the password prompt is just under the logo).
I am currently still able to boot into 5.18.11 without any problems at all.
Similar problem than that post from 2019 which did not get any answer
https://discussion.fedoraproject.org/t/no-luks-password-prompt-after-fedora-dnf-upgrade/62899
My grub config (if it does anything to help) is
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Fedora"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
my drives are as such (if it helps):
sdb 8:16 0 447.1G 0 disk
├─sdb1 8:17 0 1G 0 part /boot
├─sdb2 8:18 0 512M 0 part /boot/efi
└─sdb3 8:19 0 445.6G 0 part
└─luks 253:0 0 445.6G 0 crypt
├─vgSSD450-Games 253:1 0 400G 0 lvm /mnt/games
├─vgSSD450-Fedora 253:2 0 40G 0 lvm /
└─vgSSD450-Swap 253:3 0 5.6G 0 lvm
nvme0n1 259:0 0 232.9G 0 disk
└─nvme0n1p1 259:1 0 232.9G 0 part
└─luks 253:4 0 232.9G 0 crypt /home/REDACTED
Any pointers (kind of new to linux) on what it could be? settings to check? something changed in the new kernel that make it not prompt for the LUKS password which result in the drive not being decrypted and so no boot.