Reverting to RHEL 9.4 Kernel Version (After Upgrade to RHEL 9.5)

Steps to Revert to a RHEL 9.4 Kernel Version:

  1. Install Desired Kernel Version from RHEL 9.4:
   sudo dnf install kernel-5.14.0-427.33.1.el9_4
  1. Reboot the System to Apply the New Kernel:
sudo reboot
  1. Verify the Kernel Version
uname -r

Written by A.M. Rinas