📖 ~1 min read
Table of contents
Symptom & Impact
Host fails to boot after kernel patching and drops to `grub rescue>`, halting production workloads.
Environment & Reproduction
Reported after `zypper patch` installs a new kernel and Btrfs snapshot pre-state is missing.
Root Cause Analysis
Bootloader configuration was not refreshed or the new kernel was installed into the wrong /boot partition.
Quick Triage
Boot the previous snapshot via the GRUB Btrfs menu to restore service before deeper analysis.
Step-by-Step Diagnosis
Inspect `/boot/grub2/grub.cfg`, run `ls (hd0,gpt2)/`, and verify EFI entries with `efibootmgr -v`.

Solution – Primary Fix
Boot a working snapshot, run `grub2-mkconfig -o /boot/grub2/grub.cfg`, and reinstall the kernel package.
Still having issues? Our Server Management team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Re-run `shim-install` and `grub2-install` for EFI hosts, or rebuild initrd with `mkinitrd`.
Verification & Acceptance Criteria
System boots the latest kernel successfully and `uname -r` matches the installed package.
Rollback Plan
Roll back to the prior Btrfs snapshot using `snapper rollback` and reboot.
Prevention & Hardening
Always update bootloader after kernel changes and protect /boot from disk pressure.
Automate patch management and compliance across your fleet with our DevOps services.
Related Errors & Cross-Refs
Related to `error: file ‘/boot/…’ not found` and missing initrd images.
Related tutorial: View the step-by-step tutorial for sles-15.
View all sles-15 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
SUSE kernel update and GRUB2 bootloader configuration documentation.
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.