How to correct path to turn on BitLocker?

Anonymous
2025-01-21T19:50:28+00:00

Just recently reimaged my laptop to move up from Win10 to Win11. I go to turn on Bitlocker and save key like I have on all other machines I've reimaged, but for some reason on this machine, I get the following error message: "The Path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again." How do I correct this to turn on BitLocker?

***Moved from Windows / Windows 11 / Performance and system failures***

Windows for business | Windows Client for IT Pros | Devices and deployment | Recovery key

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-01-24T23:36:32+00:00

    17ebe158-d39f-11ef-b04f-9134321139ea is the unique GUID of the resume from Resume from Hibernate Identifier.

    BCDEDIT.exe /enum all from a admin cmd. Then get the GUID for Resume from Hibernate change it in the cmd below and run

    bcdedit -set {current} device partition=c:
    bcdedit -set {current} osdevice partition=c:
    bcdedit -set {memdiag} device partition=\Device\HarddiskVolume1
    bcdedit -set {17ebe158-d39f-11ef-b04f-9134321139ea} device partition=c:

    0 comments No comments