Error: unknown file system; grub rescue while starting Windows 8

What is the cause of this error?

The reason for this error is due to the abnormal deletion of a partition where a second/dual OS is installed. For example, this could be a system where you were dual-booting between Windows 8 and Linux, but you deleted the Linux partition. When setting up such a system, each partition contains an MBR (Master Boot Record), which contains vital information on how to boot your operating systems. After deleting the partition or OS, the MBR still contains old boot sector values for both operating systems and booting up can give you an error such as GRUB RESCUE – No Such Partition.

How I can fix the ‘grub rescue’ error?

This article will outline the solution on a Windows 8 system, but the solution is very similar for Windows 7 as well. First you need a Windows 8 (or Windows 7) installation CD/DVD or bootable USB stick.

grub1

Booting into the Windows 8, select Repair your computer.

grub2

If you have created system restore point then use System Restore to restore it without losing your data.

grub3

You can try Automatic repair option first. If it will not work then you need to go with option Command prompt.

Then enter the following commands into the command prompt:

bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd

grub4

After executing these commands, you should be able to successfully boot into Windows 8. If you are still having issues, try re-running these steps.

Still having an issue?

If you are still not successful booting into Windows, try the following.

  1. Open the Command Prompt and type: bcdedit
  2. A list of items will appear under Windows Boot Manager and under Windows Boot Loader. Look for following items:
    • Under Windows Boot Manager, the Device item should be set to unknown.
    • Under Windows Boot Loader, the Device and OS device items should be set to unknown.
See also  Windows 8 Start Menu - Love it or Hate it

Run the following three commands to correct the settings:

bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:
bcdedit /set {bootmgr} device partition=c:

Support us & keep this site free of annoying ads.
Shop Amazon.com or Donate with Paypal

55 thoughts on “Error: unknown file system; grub rescue while starting Windows 8”

  1. Dear Sir,

    Thank you so much for your advice on the heatware website. Without the last suggestion to use bcdedit and the 3 commands shown at the end of your advice, I would not have been able to gain back the wasted space on my Samsung 5 laptop and recover 72 Gb which were still sitting unused on my 500 Gb hard drive which I had used a couple of years ago to try out Linux 14.

    Thanks again

    Roger UK from London

Leave a Comment