\boot\BCD le démarrage de Windows a échoué.
Solved
decoferforge
Posted messages
2
Status
Member
-
MaxXter -
MaxXter -
Hello,
I am the owner of an Advent 4211, and I have a message at startup:
Windows Boot Manager
Windows failed to start
A recent hardware or software change might be the cause to fix the problem.
1- Insert your CD and restart
2- Choose your language setting and click Next
3- Click Repair your computer
File: /boot/BCD
Status: 0xc0000098
Info: The Windows Boot Configuration Data file does not contain a valid OS entry
So I would like to know how to fix it knowing that I do not have a CD drive. Can I simulate a CD drive with an external hard drive or a USB stick? Thank you for your reply.
I am the owner of an Advent 4211, and I have a message at startup:
Windows Boot Manager
Windows failed to start
A recent hardware or software change might be the cause to fix the problem.
1- Insert your CD and restart
2- Choose your language setting and click Next
3- Click Repair your computer
File: /boot/BCD
Status: 0xc0000098
Info: The Windows Boot Configuration Data file does not contain a valid OS entry
So I would like to know how to fix it knowing that I do not have a CD drive. Can I simulate a CD drive with an external hard drive or a USB stick? Thank you for your reply.
Configuration: Windows XP Opera 9.63
Related links:
- why do I need to press F1 to start
- Windows n'a pas pu démarrer...
- EFI/Microsoft/Boot/BCD Error: 0xc00000f
- Blue screen faulty hardware corrupted page
- Diagnostic matériel UEFI pour PC HP
- Gestionnaire de démarrage Windows Windows n'a pas réussi à démarrer. Un changement récent de matériel ou de logiciel
17 answers
I managed to solve this Boot Manager problem with the missing file "Boot\BCD" using the installation CD of Windows [my case regarding the upgrade from Windows Seven and dual boot with XP].
Actually, I used the installation CD to browse the files on my computer and found a BCD file in my Windows Seven partition, but I couldn't find the folder "C:\Boot\BCD" because it seems well hidden.
First, I ran CHKDSK /f /r on my hard drives.
Then, I used the command prompt provided by the installation CD to navigate to the hard drive and the Windows Seven partition where a BCD file was easy to find [D:\Boot\BCD] by typing:
cd /d D:\boot
xcopy D:\boot\BCD C:\boot\
and I restarted. Basically, I replaced my missing BCD file from Windows XP with the one from Windows Seven [it should work with Vista].
Then I restarted. From there, I accessed the XP recovery console, which allowed me to easily recover my XP session. And thanks to this, still with the Windows 7 installation CD, I repaired, and there we go ^^.
I hope to help!
Actually, I used the installation CD to browse the files on my computer and found a BCD file in my Windows Seven partition, but I couldn't find the folder "C:\Boot\BCD" because it seems well hidden.
First, I ran CHKDSK /f /r on my hard drives.
Then, I used the command prompt provided by the installation CD to navigate to the hard drive and the Windows Seven partition where a BCD file was easy to find [D:\Boot\BCD] by typing:
cd /d D:\boot
xcopy D:\boot\BCD C:\boot\
and I restarted. Basically, I replaced my missing BCD file from Windows XP with the one from Windows Seven [it should work with Vista].
Then I restarted. From there, I accessed the XP recovery console, which allowed me to easily recover my XP session. And thanks to this, still with the Windows 7 installation CD, I repaired, and there we go ^^.
I hope to help!
I APPROVE 300% OF YOUR TECHNIQUE, IT WORKED ON THE FIRST TRY!