In the RE (recovery environment) X:\ is the temporary RAM drive, and it does not have Windows on it, Same with the SFC command, you must change the drive letter to your Windows Partition, it may not be C: or F:
1– Boot from the Windows Disc/USB
2- Go to Repair Your Computer, Or Press Shift + F10 to go directly to the Command Prompt
3- In the RE (recovery environment) choose command prompt
At command prompt (x: sources) type this exactly as written:
bcdedit |find “osdevice” (Must inc ” and the |), the | before Find is the Upper case \ key) press enter. This will tell you what drive letter the OS is on.It may not be on the C: drive.
Now use the returned as the drive letter for OS, for this example, assume C: or whatever drive letter is the OS device.
To run SFC type:
sfc /scannow /OFFBOOTDIR=C:\ /OFFWINDIR=C:\windows (change the drive letter to whatever Drive letter is returned in the previous command).
To type the other commands at X:\Sources type C: (or whatever drive letter) and Press Enter.
Now type then press enter and try booting normally after each of the commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /RebuildBCD
1– Boot from the Windows Disc/USB
2- Go to Repair Your Computer, Or Press Shift + F10 to go directly to the Command Prompt
3- In the RE (recovery environment) choose command prompt
At command prompt (x: sources) type this exactly as written:
bcdedit |find “osdevice” (Must inc ” and the |), the | before Find is the Upper case \ key) press enter. This will tell you what drive letter the OS is on.It may not be on the C: drive.
Now use the returned as the drive letter for OS, for this example, assume C: or whatever drive letter is the OS device.
To run SFC type:
sfc /scannow /OFFBOOTDIR=C:\ /OFFWINDIR=C:\windows (change the drive letter to whatever Drive letter is returned in the previous command).
To type the other commands at X:\Sources type C: (or whatever drive letter) and Press Enter.
Now type then press enter and try booting normally after each of the commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /RebuildBCD