BitLocker 在每次啟動後要求恢復金鑰(雙啟動系統)

BitLocker 在每次啟動後要求恢復金鑰(雙啟動系統)

我雙啟動 Windows 10 Pro 和 Ubuntu。我最近重新安裝了 W10 並安裝了可信任平台模組,它直接使我能夠加密 C:(和 D:)並在啟動時自動解密。

然而,我在重新安裝 Windows 時丟失了 grub。沒有問題,因為我可以從 BIOS 強制啟動到 linux,運行 update-grub 然後它就回來了。但是,現在每次啟動 Windows 時都會要求我提供復原金鑰。

如何停止需要恢復密鑰?

我嘗試過的事情:

  • 解密並重新加密C:
  • 透過故障排除程序擦除 TPM(Windows 在沒有恢復金鑰的情況下重新啟動,但下次重新啟動時會再次詢問)
  • 刪除並新增保護器(按照建議這裡):
  1. manage-bde -protectors -get C:尋找 TPM ID
  2. manage-bde -protectors -delete C: -ID {XXXXX}
  3. manage-bde -protectors -add C: -TPM

基本資訊:

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

相關內容