1
My new Windows 7 installation fails to boot. At Microsoft support page, I found this howto (using the Windows 7 Recovery Disc):
bcdedit /export C:\BCD_Backup
C:
cd boot
attrib bcd -s -h -r
ren C:\boot\bcd bcd.old
bootrec /RebuildBcd
I did not tried this yet, because I want to understand it first.
Why would I have to export bcd
to BCD_Backup
, and then make a bcd.old
copy? Isn't it the same thing?