📖 ~1 min read
Table of contents
Symptom & Impact
uname -r after reboot still shows an older kernel, leaving security fixes unapplied at runtime.
Environment & Reproduction
RHEL 8 systems with multiple installed kernels, custom grub configuration, or snapshot-based rollback tooling.
Root Cause Analysis
Incorrect GRUB default entry, bootloader env mismatch, or manual pinning to prior kernel release.
Quick Triage
Check rpm -q kernel, grubby –default-kernel, and grub2-editenv list for active and default boot entries.
Step-by-Step Diagnosis
Capture bootloader settings and previous reboot evidence from journalctl -b -1.

Solution – Primary Fix
Set correct default with grubby –set-default /boot/vmlinuz-, regenerate grub config if needed, then reboot.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
After reboot, confirm uname -r matches intended kernel and required modules load normally.
Verification & Acceptance Criteria
If regressions occur, select known-good kernel from GRUB menu and set as temporary default.
Rollback Plan
Integrate post-patching boot validation and kernel-default checks into maintenance procedures.
Prevention & Hardening
Runtime kernel version must align with approved patch baselines for compliance reporting.
Related Errors & Cross-Refs
Use script logic to compare latest installed kernel versus default kernel and alert on mismatch.
Related tutorial: View the step-by-step tutorial for rhel-8.
View all rhel-8 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
grubby(8), grub2 tools documentation, and RHEL 8 kernel update lifecycle guidance.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.