1. Please describe the problem: Today I switched my laptop on, entered the passphrase into the graphical crypt prompt and.... it sat there with the spinning icon. I managed to get to the text console and it showed the systemd saying it was waiting for the root and swap. 2. What is the Version-Release number of the kernel: 5.11.11-300.fc34 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 : 5.11.11-300 it fails (twice out of 2 goes), I switched back to 5.11.10 and it's fine. 4. Can you reproduce this issue? If so, please provide the steps to reproduce the issue below: Switch laptop on Enter luks passphrase 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``: Not sure yet. 6. Are you running any modules that not shipped with directly Fedora's kernel?: No 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. It didn't get to unlock root so it didn't store the logs.
This is not kernel related, this is a dracut bug (don't rebuild your 5.11.10 initramfs). I believe the fix is https://github.com/dracutdevs/dracut/commit/7fcc4955884355c3943d6c41e459b4b983a818f4
*** Bug 1945440 has been marked as a duplicate of this bug. ***
Same error here after upgrading from F33, using LVM for all partitions. Using old boot line on grub from F33 works fine
See also bug 1945596 and bug 1945901 and 1945950.
OK never mind, as figured out in bug 1945596, this is the fix. https://github.com/dracutdevs/dracut/commit/ba4bcf5f4f11ad624c647ddf4f566997186135e7
(In reply to Chris Murphy from comment #5) > OK never mind, as figured out in bug 1945596, this is the fix. > > https://github.com/dracutdevs/dracut/commit/ > ba4bcf5f4f11ad624c647ddf4f566997186135e7 Fixed after applying that. Complete instructions: - Boot with any old kernel (for example, the one from F33 before upgrade) - Edit file /usr/lib/dracut/modules.d/35network-manager/nm-run.service with the new line specified on the commit - Regenerate initramfs: dracut -v --force --kver 5.11.10-300.fc34.x86_64 (check the correct kernel version on your system, it could be newer) - reboot
OK, given comments above; thanks all and duping to 1945596 *** This bug has been marked as a duplicate of bug 1945596 ***