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.
-- 
Jerry James
http://www.jamezone.org/
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to