Skip to content

Commit a5105ac

Browse files
committed
Fixed errors
1 parent a9dfe40 commit a5105ac

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

articles/virtual-machines/troubleshooting/troubleshoot-boot-error-status-not-found.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,15 @@ A registry hive corruption could be due to:
7272
- The Hive fails
7373
- The Hive mounts, but is empty
7474
- The Hive was not closed properly
75-
7675
## Solution
7776

7877
### Process Overview
7978

8079
1. Create and access a Repair VM.
8180
1. Select a Solution:
82-
- [Repair the System File](#repair-the-system-file)
83-
- [Add the OSDevice Variable](#add-the-osdevice-variable)
84-
- [Create a Support Ticket](#contact-support)
81+
- [Repair the System File](#repair-the-system-file)
82+
- [Add the OSDevice Variable](#add-the-osdevice-variable)
83+
- [Create a Support Ticket](#contact-support)
8584
1. Enable serial console and memory dump collection.
8685
1. Rebuild the VM.
8786

@@ -111,7 +110,7 @@ A registry hive corruption could be due to:
111110

112111
For the image in the step above, the file **cng.sys** would be renamed to **cng.sys.old**
113112

114-
> ![NOTE]
113+
> [!NOTE]
115114
> If you try to rename the file and receive the message "The file is corrupted and unreadable", [contact support for assistance](https://azure.microsoft.com/support/create-ticket/), as this solution will not work.
116115
117116
1. Now that the corrupt file is renamed, fix the file by restoring it from its internal repository.
@@ -130,7 +129,7 @@ A registry hive corruption could be due to:
130129

131130
`copy <drive>:\Windows\WinSxS\<DIRECTORY WHERE FILE IS>\<BINARY WITH ".SYS" EXTENSION> <DRIVE>:\Windows\System32\Drivers\`
132131

133-
> ![NOTE]
132+
> [!NOTE]
134133
> If the latest binary didn’t work, try a version before that one, or any of which you know there is a stable file, such as a version before a patch.
135134
136135
For example, if the binary you are looking for is **cmimcext.sys**, the faulty drive is drive **F:**, and you just ran a search for the latest version, you would see the following image, where a query in command prompt of `dir cmim* /s` locates the latest version of the cmimcext.sys file.
@@ -141,7 +140,7 @@ A registry hive corruption could be due to:
141140

142141
The resulting command to copy the file would be: `copy F:\Windows\WinSxS\amd64_xxxxxx\cmimcext.sys F:\Windows\System32\Drivers`.
143142

144-
Once this task is complete, continue to the next task.
143+
Once this task is complete, continue to Enable Serial Console and memory dump collection.
145144

146145
### Add the OSDEVICE Variable
147146

@@ -244,7 +243,7 @@ If this information collection gives an error where there's no **\boot\bcd** fil
244243

245244
`bcdedit /store <LETTER OF EFI FOLDER>:EFI\Microsoft\boot\bcd /set {< IDENTIFIER>} OSDEVICE partition=<LETTER OF WINDOWS FOLDER>:`
246245

247-
Once this task is complete, continue to the next task.
246+
Once this task is complete, continue to Enable Serial Console and memory dump collection.
248247

249248
### Contact Support
250249

@@ -254,7 +253,6 @@ The **Registry File** error has a solution, but you will need to [create a suppo
254253

255254
**Recommended**: Before you rebuild the VM, enable the Serial Console and memory dump collection by running the following script:
256255

257-
To enable memory dump collection and the Serial Console, run the following script:
258256
1. Open an elevated command prompt session as an Administrator.
259257
1. Run the following commands:
260258

@@ -290,7 +288,7 @@ To enable memory dump collection and the Serial Console, run the following scrip
290288
```
291289
REG ADD "HKLM\BROKENSYSTEM\ControlSet002\Control\CrashControl" /v CrashDumpEnabled /t REG_DWORD /d 1 /f
292290
REG ADD "HKLM\BROKENSYSTEM\ControlSet002\Control\CrashControl" /v DumpFile /t REG_EXPAND_SZ /d "%SystemRoot%\MEMORY.DMP" /f
293-
REG ADD "HKLM\BROKENSYSTEM\ControlSet002\Control\CrashControl" /v NMICrashDump / t REG_DWORD /d 1 /f
291+
REG ADD "HKLM\BROKENSYSTEM\ControlSet002\Control\CrashControl" /v NMICrashDump /t REG_DWORD /d 1 /f
294292
```
295293

296294
**Unload Broken OS Disk:**

articles/virtual-machines/troubleshooting/troubleshoot-windows-update-installation-capacity.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this situation, the operating system (OS) is unable to complete a Windows Upd
4040
1. Enable serial console and memory dump collection.
4141
1. Rebuild the VM.
4242

43-
> [NOTE]
43+
> [!NOTE]
4444
> When encountering this error, the Guest OS is not operational. Troubleshoot this issue in offline mode to resolve this issue.
4545
4646
### Create and Access a Repair VM
@@ -73,7 +73,6 @@ Depending upon the level of fragmentation, de-fragmentation could take several h
7373

7474
**Recommended**: Before you rebuild the VM, enable the Serial Console and memory dump collection by running the following script:
7575

76-
To enable memory dump collection and the Serial Console, run the following script:
7776
1. Open an elevated command prompt session as an Administrator.
7877
1. Run the following commands:
7978

0 commit comments

Comments
 (0)