I tried to enable Bitlocker for drive encryption on Windows10 Enterprise, on drive C, which is on a SSD. Drive C has the OS, boot is UEFI.
When trying to set up bitlocker I am facing with an error stating that:
"The path specified in the Boot Configuration Data (BCD) for a BitLocker Dive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again."
I opened a Command Prompt with admin rights, checked with diskpart which is the System partition, it was the Partition 2, the I entered:
bcdedit -set {bootmgr} device partition=\Device\HarddiskVolume2
bcdedit -set {memdiag} device partition=\Device\HarddiskVolume2
Now I am receiving another error message when trying to set up bitlocker:
“The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted.”
Sfc /scannow does not help.
Apart of this the computer works properly, it boots up, etc.
Rodolfo