Hello,
As the title suggests, recently I have got a 0xc0000098 error message at startup on my laptop (Windows 7 Home Premium SP 1) after an inexpected shutdown.
Looking for advice on the net, I have found that I have to rebuild the BCD, but following that doesn't seem to help, namely:
I am able to get to a command prompt booting from recovery media I have, however, once there:
bootrec /fixmbr and
bootrec /fixboot
report operation completed successfully,
chkdsk c: runs quite fast and finds no errors, but
sfc /scannow reports pending restart (I don't remember the exact message word-for-word), and
bootrec /rebuild bcd, while too displaying a successful operation message, shows a "Total identified Windows installations: 0".
I went through
attrib c:\boot\bcd -h -r -s
ren c:\boot\bcd bcd.old
bootrec /rebuildbcd
but the identified installations remained at 0.
Then, using Diskpart, I looked at what discs/volumes were listed - there was only one disc (disk 0), with 5 volumes on it, all with letters assigned.
Of those, 2 were listed as Type DVD-ROM, I assume they must be the internal and the external optical drives I had attached, one with status No Media, and the other one Healthy.
The other 3 were type Partition, all Healthy, one with Label HDDRECOVERY, one System, and one (the "big" one, with most space assigned to it) with no label. The former 2 had file system NTFS, and the last one - well - RAW. The System partition was hidden.
While from inside Windows, C: was the letter for the - I take it - "big" partition, here C was assigned to HDDRECOVERY, and going into it, sure enough, the bcd.old file was there, that is, I assume all I did from command prompt was done in this partition.
Now, I am not sure whether to try to do something with System next, or with the RAW partition, and what exactly.
Thanks in advance for any helpful suggestions.