Clear unused Bootloader (GRUB) entries
Steps
- First find all the Kernel packages using the following command:
shell
rpm -qa kernel-\*- Keep the latest version packages and remove other packages using:
shell
sudo dnf remove <<package name>>- If required, set
installonly_limitto2, in the file/etc/dnf/dnf.conf.
