Graif
Lt. Junior Grade
- Registriert
- Dez. 2007
- Beiträge
- 410
Hallo Forum,
folgendes Problem:
ich habe eine SSD auf eine schnellere Samsung M2 SSD mit "Samsung Data Migration"geklont. Hierfür hab ich zuerst die alte SSD decrypted, dann geklont. Soweit so gut. Jetzt will ich die M2 wieder verschlüsseln.
Es ist egal, ob ich über das Control Panel --> Bitlocker --> Turn on Bitlocker gehe oder über cmd, ich bekomme immer die Meldung:
"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"
als workaround hab ich im MS Technet das gefunden:
in meinem Fall ist das Volume4. Der Befehl lief auch ohne Fehler durch, das Problem ist aber weiterhin das gleiche.
Vielleicht hat ja hier jemand noch ne Idee.
P.S. entschuldigt mein "denglisch"aber mein System läuft auf englisch und ich weiß manchmal nicht, wie das im deutschen Windows übersetzt wurde.
folgendes Problem:
ich habe eine SSD auf eine schnellere Samsung M2 SSD mit "Samsung Data Migration"geklont. Hierfür hab ich zuerst die alte SSD decrypted, dann geklont. Soweit so gut. Jetzt will ich die M2 wieder verschlüsseln.
Es ist egal, ob ich über das Control Panel --> Bitlocker --> Turn on Bitlocker gehe oder über cmd, ich bekomme immer die Meldung:
"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"
als workaround hab ich im MS Technet das gefunden:
First I opened an elevated command prompt and ran bcdedit -enum all. I could see under the bootmgr and memdiag areas that the device was unknown.
You will need to locate the System Volume number on the PC and point the system to it.
Open Command Prompt as Administrator
Type diskpart
Type Select Disk 0
type list volume
A list will appear, note what volume is the System (FAT32) Partition
In my example it was Volume 2 that was labeled System
Exit diskpart
Run Command Prompt as Administrator
Type the following (Note the volume number changes depending on the outcome of the diskpart command)
bcdedit -set {bootmgr} device partition=\Device\HarddiskVolume2
bcdedit -set {memdiag} device partition=\Device\HarddiskVolume2
Close command prompt and run Bitlocker setup again. I did not need to reboot.
in meinem Fall ist das Volume4. Der Befehl lief auch ohne Fehler durch, das Problem ist aber weiterhin das gleiche.
Vielleicht hat ja hier jemand noch ne Idee.
P.S. entschuldigt mein "denglisch"aber mein System läuft auf englisch und ich weiß manchmal nicht, wie das im deutschen Windows übersetzt wurde.