System restore error: Specify which Windows installation to restore

Reading time icon 3 min. read


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission. Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Every time files get corrupted on your PC, or you make an irreversible change you wish you didn’t, you can always count on using System restore.

The problem is that not even the System Restore feature is foolproof, and errors can be encountered along the way.

One good example is when a corrupted system file is detected during the restore process.

If that happens, you might be prompted with an error message labeled: To use System Restore, you must specify which Windows installation to restore.

What causes this error?

  • Corrupted system files caused by mishandling of your files, faulty installation and even malware.
  • BCD corruption, a.k.a. a Boot Configuration Data corruption, can be the cause of the error since this is where all the boot data is being stored.

FIX: Specify which Windows installation to restore

1. Perform a CHKDSK

  1. Perform a system boot
  2. When the Windows logo appears, press F8, taking you to the Recovery Options
  3. In the Recovery Options, select Troubleshoot
  4. From here, choose Advanced Options
  5. Select Command Prompt.
  6. Check the integrity of your volumes.
  7. You will need to scan the Primary Partition type volumes
  8. Type in the following command (replace C: accordingly): chkdsk C: /offlinescanandfix

2. Perform a SFC scan

  1. Click Start
  2. Type Run in the search bar
  3. If you don’t already know which partition is your system drive, when the command prompt appears type in the following:
    • Cd /
    • Dir
  4. If you see the Users folder in the list, this means that that is your system drive. If you don’t see the folder, change your drive by typing alphabets of your volumes, for example G:
  5. After you’ve found your system volume, in the command prompt, type in the following, (where C: is your system drive.):
    • sfc /scannow /offbootdir=C: /offwindir=C:Windows

3. Use Deployment Image Servicing and Management

  1. Click Start
  2. Type Run in the search bar
  3. When the command prompt appears, type in the following (here, C: is your system volume):
    • DISM /Image:C:Windows /Cleanup-Image /RestoreHealth/Source:C:WindowsWinSxS
  4. If an error is shown,  insert a windows bootable USB or DVD and then type in the following:
    • DISM /Image:C:Windows /Cleanup-Image /RestoreHealth /Source:esd:E:SourcesInstall.esd:1 /limitaccess
  5. In this line, E: is the removable drive meaning USB drive or DVD drive
  6. In a few cases, the install.esd may be install.wim. If that’s the case, enter the following command:
    • DISM /Image:C:Windows /Cleanup-Image /RestoreHealth /Source:wim:E:SourcesInstall.wim /limitaccess

4. Use Bootrec

  1. Click Start
  2. Type Run in the search bar
  3. When the command prompt appears, type in the following:
    • BootRec /Fixmbr
    • BootRec /FixBoot
    • BootRec /RebuildBCD
  1. Reboot your system (make sure a bootable USB or DVD is inserted into your system before running the commands.)

5. Run your basic Windows Repair

  1. Insert your bootable USB or DVD.
  2. Boot from the USB or DVD.
  3. Select Repair your computer

RELATED STORIES YOU SHOULD CHECK OUT:

More about the topics: error, system restore