Reinstall stable kernel vanilla fedora 34

I installed and updated my operating system following a guide, but I did not see the kernel version modified. And the kernel versions were updated from “vanilla-mainline”, now I have a problem because it constantly freezes on the current kernel version.

This is the list of current kernels:

kernel-5.15.0-0.rc0.20210901git9e9fb7655ed5.2.vanilla.1.fc34.x86_64
kernel-5.15.0-0.rc0.20210902git4ac6d90867a4.4.vanilla.1.fc34.x86_64
kernel-5.15.0-0.rc1.20210917gitbdb575f87217.15.vanilla.1.fc34.x86_64

The stable version in vanilla-stable is version 15.14.7 https://www.kernel.org/

Is there any way to reinstall that kernel version on fedora 34 x86_64 or revert to the stable version?

Thank you very much

Translated with DeepL Translate: The world's most accurate translator (free version)

1 Like

You can install the latest available kernel from the repo like this:

sudo dnf install $(sudo dnf repoquery kernel --available | sort -V | tail -n 1)

Or download and install the packages manually:
https://koji.fedoraproject.org/koji/packageinfo?packageID=8

thanks, it’s work, now i wait for latest kernel update, thanks.

1 Like