On Tue, Aug 29, 2023 at 6:06 AM ToddAndMargo via users users@lists.fedoraproject.org wrote:
Fedora 38
My rescue kernel is FC30.
How do I install the FC38 rescue kernel?
# dnf whatprovides kernel* | grep -i rescue
<nothing>
Make sure you have dracut-config-rescue installed. Then run:
sudo rm /boot/*rescue* sudo /usr/lib/kernel/install.d/51-dracut-rescue.install add "$(uname -r)" /boot "/boot/vmlinuz-$(uname -r)"
That will make the currently running kernel, with a suitable initramfs, be your rescue kernel.