On Tue, 29 Aug 2023 04:14:03 -0700
ToddAndMargo via users <users@lists.fedoraproject.org> wrote:

> Hi All,
> 
> Fedora 38
> 
> My rescue kernel is FC30.
> 
> How do I install the FC38 rescue kernel?

There isn't one, it is just an ordinary kernel with all drivers
available.

> 
> # dnf whatprovides kernel\* | grep -i rescue
> <nothing>

Always built locally.

> And my search engine is not helping.

I think you need to look at dracut.


The next time you are going to install a new kernel, delete the rescue
vmlinuz and initramfs.  The install will automatically build a rescue
kernel from the new kernel you are installing (or maybe the kernel you
are running, can't remember which).

Or, do the delete step, and run
/usr/lib/kernel/install.d/51-dracut-rescue.install add $(uname -r) "" 
/lib/modules/$(uname -r)/vmlinuz
_______________________________________________
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