The “Error No Such Partition Grub Rescue” typically occurs when the GRUB bootloader configuration is corrupted, misconfigured, or the partition it is trying to boot from has been deleted or changed.
Here are effective fixes that work to resolve this issue:
🛠️ 1. Quick Fix Using GRUB Rescue (Manual Boot)
If you just want to boot into your system manually (for now):
🧭 Step-by-step:
At the grub rescue> prompt:
You’ll see something like:
Then, try:
Keep trying different ones until you see /boot or /grub.
Once you find the right partition:
This will try to boot into GRUB normally. If it works, boot into your system and reinstall GRUB permanently (see below).
💾 2. Fix Permanently Using a Live USB
This is the most reliable fix.
🧰 What you need:
A Linux Live USB (Ubuntu, Mint, etc.)
Internet connection (optional)
🧭 Steps:
Boot from Live USB
Insert the USB, boot into the live session (choose Try Ubuntu, etc.)
Open Terminal
Press
Ctrl + Alt + T
Find your Linux partition
Run:Look for a Linux partition, like
/dev/sda2with typeLinux.Mount your root partition:
Mount additional directories:
Chroot into your system:
Reinstall GRUB:
(Replace
/dev/sdawith your disk, not a partition like/dev/sda1)Exit and reboot:
Also Read : +1 (650) 265-6786 | Uber drivers or Uber Eats Number
🧹 3. Removing GRUB after deleting Linux (Windows Fix)
If you removed Linux and just want Windows to boot:
🧭 Use Windows Installation Media:
Boot into Windows Install USB/DVD
Click Repair your computer > Troubleshoot > Command Prompt
Run:
Reboot. GRUB will be gone, and Windows should boot directly.
🛡️ Final Tips
Back up important data before attempting these fixes.
Make sure you install GRUB to the disk (like
/dev/sda), not a partition (/dev/sda1).If you’re dual-booting, be careful not to overwrite the Windows bootloader.
Be the first to comment