1. Please describe the problem: Kernel panic while booting: KERNEL PANIC! Please reboot your computer. Attempted to kill init! exitcode=0x00007f00 2. What is the Version-Release number of the kernel: kernel-6.12.7-200.fc41.x86_64 3. Did it work previously in Fedora? If so, what kernel version did the issue *first* appear? Old kernels are available for download at https://koji.fedoraproject.org/koji/packageinfo?packageID=8 : First appears with 6.12.7. 6.12.6 is working fine 4. Can you reproduce this issue? If so, please provide the steps to reproduce the issue below: Just boot this version of kernel 5. Does this problem occur with the latest Rawhide kernel? To install the Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by ``sudo dnf update --enablerepo=rawhide kernel``: 6. Are you running any modules that not shipped with directly Fedora's kernel?: Yes, "xorg-x11-drv-nvidia-565.77-3.fc41.x86_64" 7. Please attach the kernel logs. You can get the complete kernel log for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the issue occurred on a previous boot, use the journalctl ``-b`` flag. I tried to boot with debug kernel 6.12.7, but it seems that no block devices are present, so I cannot copy something on an USB device. Reproducible: Always
Created attachment 2064404 [details] No block devices Seems that there are no block devices. (Sorry for the bad quality)
Created attachment 2064405 [details] Bootup screen What is on my bootup screen in debug mode.
Created attachment 2064406 [details] Part of dmesg Seems modules cannot be loaded (?)
Uninstalling and reinstalling solved the problem. Reason unclear.