I'm trying to recover from the black screen/blinking cursor of death, and have come to the bcd fixing stage. Looks like this, from a few sources on the net:
Bootrec.exe
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
bootrec /fixmbr
bootrec /fixboot
However I don't seem to have a c:/boot folder! What gives? Machine is Windows 7 Pro 64-bit installed on a 64-bit SSD with a 500gb normal hdd as backup storage (currently unplugged).
Thanks in advance
Bootrec.exe
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
bootrec /fixmbr
bootrec /fixboot
However I don't seem to have a c:/boot folder! What gives? Machine is Windows 7 Pro 64-bit installed on a 64-bit SSD with a 500gb normal hdd as backup storage (currently unplugged).
Thanks in advance