π ~1 min read
Table of contents
Symptom & Impact
Host fails to boot and stops at grub rescue prompt, causing service outage.
Environment & Reproduction
Happens after interrupted bootloader updates or disk mapping changes.
sudo apt upgrade grub-efi-amd64
Root Cause Analysis
GRUB files or boot entries are missing, stale, or point to the wrong partition.
Quick Triage
Boot from live media and identify root and EFI partitions.
lsblk -f
sudo fdisk -l
Step-by-Step Diagnosis
Mount target filesystem and inspect bootloader paths.
sudo mount /dev/ /mnt
sudo mount /dev/ /mnt/boot/efi
ls /mnt/boot/grub

Solution – Primary Fix
Chroot into installed system, reinstall GRUB, and regenerate config.
Still having issues? Our Server Management team can diagnose and resolve this for you. Get in touch for a free consultation.
sudo grub-install --boot-directory=/mnt/boot /dev/
sudo chroot /mnt update-grub

Solution – Alternative Approaches
Use Boot-Repair from Ubuntu live session where policy allows it.
Verification & Acceptance Criteria
System boots to Ubuntu without rescue prompt and services start normally.
Rollback Plan
Restore previous disk snapshot or boot entry configuration if boot remains unstable.
Prevention & Hardening
Keep /boot free space healthy and avoid rebooting during bootloader package updates.
Related Errors & Cross-Refs
Can overlap with initramfs failures and missing kernel image errors.
Related tutorial: View the step-by-step tutorial for Ubuntu 26.04 LTS.
View all Ubuntu 26.04 LTS tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu GRUB recovery and EFI troubleshooting references.
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.