Skip to content

Commit 3066ebc

Browse files
committed
change wording
1 parent feae06f commit 3066ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/troubleshooting/troubleshoot-bitlocker-boot-error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To resolve this problem, stop and deallocate the VM, and then restart it. This o
4444
If this method does not the resolve the problem, follow these steps to restore the BEK file manually:
4545

4646
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).
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.
4848

4949
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:
5050

@@ -116,7 +116,7 @@ If this method does not the resolve the problem, follow these steps to restore t
116116
[System.IO.File]::WriteAllBytes($path,$bekFileBytes)
117117
```
118118
119-
7. To unlock the attached disk by using the BEK file, run the following command. To use the [manage-bde](https://docs.microsoft.com/windows-server/administration/windows-commands/manage-bde) command, the **BitLocker Drive Encryption** feature must be enabled in the recovery VM.
119+
7. To unlock the attached disk by using the BEK file, run the following command.
120120
121121
```powershell
122122
manage-bde -unlock F: -RecoveryKey "C:\BEK\EF7B2F5A-50C6-4637-9F13-7F599C12F85C.BEK

0 commit comments

Comments
 (0)