Windows 10:休眠後的 Bitlocker 螢幕

Windows 10:休眠後的 Bitlocker 螢幕

在啟動時收到以下錯誤訊息後,我嘗試了以下連結來解決我的問題:

引導配置資料檔案缺少一些必需的信息

文件:\BCD

錯誤代碼:0xc000000d

http://blogs.catapultsystems.com/chsimmons/archive/2016/08/12/recovering-from-bcd-error-0xc000000d-with-bitlocker-and-hyper-v/

它工作得完美,但從那時起,每當我從休眠狀態恢復筆記型電腦時,我都會看到舊的類似 DOS 的 Bitlocker 螢幕。

我知道這不是一個真正的問題,因為一切都工作正常,但在我內心深處,我真的不喜歡 DOS 螢幕。

到目前為止,我嘗試了以下(顯然)但沒有成功:

  • 停用並啟用 Bitlocker
  • 透過 cmd.exe:bcdedit /set {default} bootmenupolicy 標準
  • 透過 cmd.exe:sfc /scannow

你們有人能為我提供解決方案嗎?這會很有幫助。

請原諒我的英文不完美,這不是我的母語。

謝謝你!

答案1

對於 GPT 重建 BCD 重新啟動系統 Windows 10 安裝媒體。

選擇語言 - 下一步去修復您的計算機

  1. 疑難排解 → 進階選項 → 命令提示符

  2. 從選單中選擇命令提示符

    Run the command : diskpart
    
    Run the command : sel disk 0
    
    Run the command : list vol
    

驗證 EFI 分割區是否使用 FAT32 檔案系統並為其指派磁碟機號

Run the command :sel vol <number of volume>

Run the command :assign letter=<drive letter>:

Run the command:exit

為了修復引導記錄:

    Run the command : cd /d <drive letter>:\EFI\Microsoft\Boot\
    Run the command : bootrec /FixBoot

重建 BCD 存儲

 First run the command below to backup the old BCD : ren BCD BCD.old
 Now recreate it using this command: bcdboot c:\Windows /l en-us /s <boot letter>: All

請記住, 會<boot letter>替換為您從中啟動的磁碟機的磁碟機代號。

即C:\、D:\

答案2

微軟過去曾警告過,在使用 Bitlocker 加密之前必須停用休眠模式。 Bitlocker 可以使用它,但這不是理想的做法,而且 Windows 啟動速度如此之快,以至於不需要休眠,特別是如果您注重安全的話。

在電源設定或群組原則中關閉休眠模式。然後按照上面列出的步驟操作。如果仍然失敗,我將解密、重新初始化 TPM,然後再次加密。如果再次失敗,我會全新安裝 Windows,然後再試一次。

相關內容