BitLocker fragt nach jedem Booten nach dem Wiederherstellungsschlüssel (Dual-Boot-System)

BitLocker fragt nach jedem Booten nach dem Wiederherstellungsschlüssel (Dual-Boot-System)

Ich verwende einen Dualboot von Windows 10 Pro und Ubuntu. Ich habe W10 kürzlich neu installiert und ein Trusted Platform Module installiert, mit dem ich C: (und D:) direkt verschlüsseln und beim Booten automatisch entschlüsseln konnte.

Allerdings habe ich bei der Neuinstallation von Windows mein Grub verloren. Das war kein Problem, da ich einfach das Booten von Linux aus dem BIOS erzwingen, update-grub ausführen und es war wieder da. Allerdings werde ich jetzt bei jedem Booten von Windows nach dem Wiederherstellungsschlüssel gefragt.

Wie kann ich verhindern, dass der Wiederherstellungsschlüssel benötigt wird?

Dinge, die ich versucht habe:

  • Entschlüsseln und erneutes Verschlüsseln von C:
  • Löschen Sie das TPM über die Problembehandlung (Windows startet ohne Wiederherstellungsschlüssel neu, fragt aber beim nächsten Neustart erneut danach)
  • löschen und fügen Sie den Protektor hinzu (wie vorgeschlagenHier):
  1. manage-bde -protectors -get C:um die TPM-ID zu finden
  2. manage-bde -protectors -delete C: -ID {XXXXX}
  3. manage-bde -protectors -add C: -TPM

Allgemeine Information:

C:\Windows\system32>manage-bde -status C:
BitLocker Drive Encryption: Configuration Tool version 10.0.19041
Copyright (C) 2013 Microsoft Corporation. All rights reserved.

Disk volumes that can be protected with
BitLocker Drive Encryption:
Volume C: []
[OS Volume]

    Size:                 445,54 GB
    BitLocker Version:    2.0
    Conversion Status:    Used Space Only Encrypted
    Percentage Encrypted: 100,0%
    Encryption Method:    XTS-AES 128
    Protection Status:    Protection On
    Lock Status:          Unlocked
    Identification Field: Unknown
    Key Protectors:
        TPM
        Numerical Password

verwandte Informationen