My Toshiba netbook fell down and hasn't booted again. When I start Windows 7 it immediately says:
Windows failed to start...
Status: 0xc0000225
Info: The boot selection failed because a required device is inaccessible.
After that, there are a few things to consider:
My impression is that's all about some broken part inside, though the Linux OS starts normally.
Does anyone know a way I can fix this or at least any software for identifying the problem at all?
Apply these tips to fix blue screen error:-
Thanks
Have you checked is the active partition is the correct one? [1]
Use diskpart
to troubleshoot that. The commands are:
diskpart
and then list part
You'll see a list of partition listed. If your active partition isn't correct, you can set the correct one with these commands:
select partition x
active
quit
Reboot.
[1] https://neosmart.net/wiki/0xc0000225/#Fix_2_Manually_configuring_the_active_partition
Finally I found that the problem is the Hard Drive is damaged and some sectors are not working. I changed the HDD for another one with Windows installed and it started correctly.
Thanks for your help.
User contributions licensed under CC BY-SA 3.0