Skip to content

Instantly share code, notes, and snippets.

@kbdharun
Last active September 1, 2024 20:51
Show Gist options
  • Save kbdharun/abb86b637c64deea13498f9961e054eb to your computer and use it in GitHub Desktop.
Save kbdharun/abb86b637c64deea13498f9961e054eb to your computer and use it in GitHub Desktop.
Downgrading Kernel in Fedora

Steps

  • List kernel versions:
dnf list kernel --showduplicates
  • Now, install/modify/reinstall the latest kernel:
sudo dnf install kernel
sudo dnf reinstall kernel
  • Regenerate the GRUB Bootloader configuration:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment