Post #2345987
2026-05-10 07:13 UTC
After recent excitement you might want to check that your fedora kernel is
$ uname -r
7.0.4-100.fc43.x86_64
Now undo whatever module loading prevention you had in place for the recent issues. You might need to reboot.
--
You might want to update the system rescue kernel.
Find the files with
$ sudo find /boot -name '*rescue*'
and delete them.
Remove an older kernel, anything 6.9 is old enough.
Now recreate the rescue kernel with
$ sudo dnf reinstall kernel kernel-core
If this has no effect look into 02-rescue.conf in /usr/lib/dracut/dracut.conf.d or /etc/dracut/dracut.conf.d to make sure the recue kernel is enabled.
#linux
Replies (0)
No replies.