You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/troubleshooting/troubleshoot-bitlocker-boot-error.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ To resolve this problem, stop and deallocate the VM, and then restart it. This o
44
44
If this method does not the resolve the problem, follow these steps to restore the BEK file manually:
45
45
46
46
1. Take a snapshot of the system disk of the affected VM as a backup. For more information, see [Snapshot a disk](../windows/snapshot-copy-managed-disk.md).
47
-
2.[Attach the system disk to a recovery VM](troubleshoot-recovery-disks-portal-windows.md) that is encrypted by BitLocker. This is required to run the [manage-bde](https://docs.microsoft.com/windows-server/administration/windows-commands/manage-bde) command that is available only on the BitLocker-encrypted VM.
47
+
2.[Attach the system disk to a recovery VM](troubleshoot-recovery-disks-portal-windows.md). To run the [manage-bde](https://docs.microsoft.com/windows-server/administration/windows-commands/manage-bde) command in the step 7, the **BitLocker Drive Encryption** feature must be enabled in the recovery VM.
48
48
49
49
When you attach a managed disk, you might receive a "contains encryption settings and therefore cannot be used as a data disk” error message. In this situation, run the following script to try again to attach the disk:
50
50
@@ -102,7 +102,7 @@ If this method does not the resolve the problem, follow these steps to restore t
102
102
103
103
If the **Content Type** value is **Wrapped BEK**, go to the [Key Encryption Key (KEK) scenarios](#key-encryption-key-scenario).
104
104
105
-
Now that you have the name of the BEK file for the drive, you have to create the secret-file-name.BEK file to unlock the drive.
105
+
Now that you have the name of the BEK file for the drive, you have to create the secret-file-name.BEK file to unlock the drive.
106
106
107
107
6. Download the BEK file to the recovery disk. The following sample saves the BEK file to the C:\BEK folder. Make sure that the `C:\BEK\` path exists before you run the scripts.
108
108
@@ -116,14 +116,14 @@ If this method does not the resolve the problem, follow these steps to restore t
0 commit comments