-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Operating System and Recovery
- I have a issue were is say a require device isn’t connected ...

Create an account on the HP Community to personalize your profile and ask a question
04-22-2024 07:47 AM
Hi @Kirex,
Welcome to HP Support Community.
Thank you for posting your query, I will be glad to help you.
The error code 0xc000000f on an HP laptop typically indicates a problem with the Boot Configuration Data (BCD) file, which is essential for the operating system to start up properly. Here are some steps you can try to resolve this issue.
Automatic Repair
- Restart your laptop and let it try to boot.
- When the error appears, it should prompt you to "Repair your computer." If it doesn't, you might need to force it to boot into the recovery environment:
- For Windows 10/11: Power off the laptop while it's booting up a few times (power off as it's loading the Windows logo). This should trigger the recovery environment.
- For Windows 8.1/8: There might be a specific key combination like Shift + F8 or Shift + F11 during boot to enter the recovery environment.
- In the recovery environment, choose "Troubleshoot" > "Advanced options" > "Startup Repair." Let it run and see if it fixes the issue.
Using Command Prompt
- Follow the steps to enter the recovery environment as mentioned above.
- Instead of Startup Repair, choose "Command Prompt."
- In the Command Prompt, type the following commands one by one, pressing Enter after each.
bootrec /scanos
bootrec /rebuildbcd
- If prompted to add the installation to the boot list, type "Y" for Yes.
- If it finds Windows installations, you can also try.
bootrec /fixmbr
bootrec /fixboot
After running these commands, restart your laptop and see if it boots properly.
Rebuild BCD Manually
- Boot into the Command Prompt as described above.
- Type the following commands one by one, pressing Enter after each.
diskpart
list disk
Select disk X
list volume
- Note down the volume letter of the Windows installation (it's usually "C:").
- Assuming "C:" is the Windows volume, continue with.
exit
cd /d C:\EFI\Microsoft\Boot\
attrib BCD -s -h -r
ren BCD BCD.old
bootrec /rebuildbcd
- When asked to add the installation to the boot list, type "Y" for Yes.
- Restart your laptop.
System Restore
- If you have a restore point created, you can try to restore your system to a previous working state.
- In the recovery environment, choose "System Restore" and follow the on-screen instructions.
Check Hardware
Sometimes, this error can also be caused by faulty hardware. You might want to check your hard drive or SSD for any issues. If you have a spare hard drive, you can also try installing Windows on that to see if the error persists.
Notes
- Always back up important data if possible before attempting these fixes.
- If none of these methods work, you might need to consider reinstalling Windows, especially if the issue seems to be with the operating system files.
I hope this helps.
Take care and have a good day.
Please click “Accepted Solution” if you feel my post solved your issue, it will help others find the solution. Click the “Kudos/Thumbs Up" on the bottom right to say “Thanks” for helping!
Alden4
HP Support
HP Support Community Moderator