So, I just updated and got left with an issue of booting with the dracut update.. From 109 to 111. What what I saw on the boot, despite all, there was no nvme listed in the block devices?
Boot Log
This is what I saw, which I see no NVMe in there. So this is kinda curious. In /etc/dracut.conf.d/drivers.conf I do have:
force_drivers+=" amdgpu nvme ahci "
As well, so I don’t see why this happened/failed.
Manually rolling back dracut 111 back to 109 did ultimately cure the immediate problem. Booting works again.
Okay, seems it may’ve been my fault, sorta. I had left a uki-test.conf file in /etc/dracut.conf.d/ with the contents:
# cat uki-test.conf
# Enable UEFI executable generation
uefi="yes"
# Explicitly define the target path for the UKI
uefi_stub="/usr/lib/systemd/boot/efi/linuxx64.efi.stub"
# Hardcode your parameters (Replace with your actual output from /proc/cmdline)
kernel_cmdline="root=UUID=d6972f3e-0865-4440-ab3e-5de13dd60e2f rw rootflags=subvol=@ quiet splash bgrt_disable nowatchdog nvme_load=YES loglevel=3 amd_pstate=active amdgpu.ppfeaturemask=0xffffffff mitigations=off"