windows recovery error code 0xc0000001

jbugz

Reputable
Jul 25, 2014
10
0
4,510
i just build my gaming pc turn on find then went to install operating system after installing it it said i need to restart pc but after restart i got this msg error code
 
Solution
this may help
1. Run chkdsk
Insert your Windows install disc and restart your computer
Press any key when the message appear to boot from your install disk
When in the Microsoft Setup Menu, press R to open the Recovery Console
Enter your Administrator password
Enter the following command when command prompt appears:
chkdsk c: /F
where C: is your hard disk drive’s letter (can be different from C: used here)
2. Run sfc
Boot from the install CD
Select your language, time and keyboard method
Select Repair your computer
Select your operating system when the “System Recovery Options” box appears, but note down the drive’s letter (F:, G: etc.). In our example this will be D:
Select Command Prompt
Type the following command with your hard...
this may help
1. Run chkdsk
Insert your Windows install disc and restart your computer
Press any key when the message appear to boot from your install disk
When in the Microsoft Setup Menu, press R to open the Recovery Console
Enter your Administrator password
Enter the following command when command prompt appears:
chkdsk c: /F
where C: is your hard disk drive’s letter (can be different from C: used here)
2. Run sfc
Boot from the install CD
Select your language, time and keyboard method
Select Repair your computer
Select your operating system when the “System Recovery Options” box appears, but note down the drive’s letter (F:, G: etc.). In our example this will be D:
Select Command Prompt
Type the following command with your hard drive’s letter:
sfc /scannow /offbootdir=d:\ /offwindir=d:\windows
When scanning is complete, type exit to quit the Command Prompt:
exit
3. Windows 8 users can use Windows Startup Settings
Restart your computer
Press SHIFT + F8 when booting to open the Recovery screen
Select the Advanced repair options
Go to “Troubleshoot” and then “Advanced Options”
Select Windows Startup Settings
Click on Restart
 
Solution