Skip to content

Commit 18de81f

Browse files
authored
Merge pull request #81036 from genlin/ci01
Fix 33904
2 parents cdf99f2 + 69ed0bf commit 18de81f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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) 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.
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

@@ -102,7 +102,7 @@ If this method does not the resolve the problem, follow these steps to restore t
102102
103103
If the **Content Type** value is **Wrapped BEK**, go to the [Key Encryption Key (KEK) scenarios](#key-encryption-key-scenario).
104104
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.
106106
107107
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.
108108
@@ -116,14 +116,14 @@ 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:
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
123123
```
124124
In this sample, the attached OS disk is drive F. Make sure that you use the correct drive letter.
125125
126-
- If the disk was successfully unlocked by using the BEK key. we can consider the BItLocker problem to be resolved.
126+
- If the disk was successfully unlocked by using the BEK key. we can consider the BitLocker problem to be resolved.
127127
128128
- If using the BEK key does not unlock the disk, you can use suspend protection to temporarily turn BitLocker OFF by running the following command
129129
@@ -250,7 +250,7 @@ For a Key Encryption Key scenario, follow these steps:
250250
```
251251
In this sample, the attached OS disk is drive F. Make sure that you use the correct drive letter.
252252
253-
- If the disk was successfully unlocked by using the BEK key. we can consider the BItLocker problem to be resolved.
253+
- If the disk was successfully unlocked by using the BEK key. we can consider the BitLocker problem to be resolved.
254254
255255
- If using the BEK key does not unlock the disk, you can use suspend protection to temporarily turn BitLocker OFF by running the following command
256256

0 commit comments

Comments
 (0)