When trying to resolve a /boot space issue i mistakingly deleted the rescue image. I tried reinstalling the kernel call, which didn’t create a new rescue image. Would this work instead?
sudo dnf reinstall dracut
sudo dracut --force
Thank you for your help.
Update rescue image? - #4 by vgaetera
Thank you for sharing that, i appreciate it
What ended up working for me was:
sudo dracut --force /boot/initramfs-$(uname -r)-rescue.img $(uname -r) --add "rescue"
Followed by confirming it’s creation with:
ls /boot/initramfs-*-rescue.img