Skip to content

Commit 53fdcf2

Browse files
committed
Fixed alt text
1 parent 5a483d9 commit 53fdcf2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ If the file is present but refers to a driver (as is shown) or is OS related or
3333

3434
In the following image, Windows Boot Manager states "Windows failed to start. A recent hardware or software change might be the cause." The image also shows the Status as "0xc0000225", **File:** as `\windows\System32\drivers\atapi.sys`, and **Info:** as "The operating system couldn’t be loaded because a critical system driver is missing or contains errors."
3535

36-
![Windows Boot Manager showing a missing driver error](./media/troubleshoot-boot-error-status-not-found/1.png)
36+
![Windows Boot Manager states ‘Windows failed to start. A recent hardware or software change might be the cause.’ It also shows the Status as “0xc0000225’, the File as ‘\windows\System32\drivers\atapi.sys’, and in the Info section it states: “The operating system couldn’t be loaded because a critical system driver is missing or contains errors.”](./media/troubleshoot-boot-error-status-not-found/1.png)
3737

3838
### No File
3939

4040
If presented with the Status code, but no file is shown, follow the steps under the section [Add the OSDEVICE Variable](#add-the-osdevice-variable).
4141

4242
In the following image, Windows Boot Manager states "Windows failed to start. A recent hardware or software change might be the cause." The image also shows the Status as "0xc0000225", and **Info:** as "The boot selection failed because a required device is inaccessible."
4343

44-
![Windows Boot Manager showing an inaccessible device error](./media/troubleshoot-boot-error-status-not-found/2.png)
44+
![Windows Boot Manager states ‘Windows failed to start. A recent hardware or software change might be the cause.’ It also shows the Status as “0xc0000225’ and in the Info section it states: “The boot selection failed because a required device is inaccessible.”](./media/troubleshoot-boot-error-status-not-found/2.png)
4545

4646
### Registry File
4747

4848
If it refers to any of the registry files, such as \windows\system32\config\system, follow the steps under the section [Create a Support Ticket](#contact-support).
4949

5050
In the following image, Windows Boot Manager states "Windows failed to start. A recent hardware or software change might be the cause." The image also shows the Status as "0xc0000225", the File as `\windows\System32\config\system`, and **Info:** as "The operating system couldn’t be loaded because the system registry file is missing or contains errors."
5151

52-
![Windows Boot Manager showing a registry file error](./media/troubleshoot-boot-error-status-not-found/3.png)
52+
![Windows Boot Manager states ‘Windows failed to start. A recent hardware or software change might be the cause.’ It also shows the Status as “0xc0000225’, the File as ‘\windows\System32\config\system’, and in the Info section it states: “The operating system couldn’t be loaded because the system registry file is missing or contains errors.”](./media/troubleshoot-boot-error-status-not-found/3.png)
5353

5454
In the following image, the recovery screen states "Your PC/Device needs to be repaired. The operating system couldn’t be loaded because the system registry file is missing or contains errors." The image also shows the Error code as "0xc0000225" and the File as `\windows\System32\config\system`.
5555

56-
![Recovery screen showing a system registry file error](./media/troubleshoot-boot-error-status-not-found/4.png)
56+
![The recovery screen states ’Your PC/Device needs to be repaired. The operating system couldn’t be loaded because the system registry file is missing or contains errors. It also shows the Error code as “0xc0000225’ and the File as ‘\windows\System32\config\system’.](./media/troubleshoot-boot-error-status-not-found/4.png)
5757

5858
## Causes
5959

@@ -104,7 +104,7 @@ A registry hive corruption could be due to:
104104
1. Right-click the file, select **Properties**, and then select the **Details** tab to see information on the file.
105105
1. Note the version of the file, as shown in the image below:
106106

107-
![Properties window for file cng.sys](./media/troubleshoot-boot-error-status-not-found/5.png)
107+
![The properties window for the ‘cng.sys’ file, with the file version highlighted.](./media/troubleshoot-boot-error-status-not-found/5.png)
108108

109109
1. Rename the file to **< BINARY.SYS >.old**, replacing **< BINARY.SYS >** with the name of the file.
110110

@@ -134,7 +134,7 @@ A registry hive corruption could be due to:
134134
135135
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.
136136

137-
![Query in the command prompt to locate the cmimcext.sys file](./media/troubleshoot-boot-error-status-not-found/6.png)
137+
![A query in command prompt of “dir cmim* /s’ to locate the latest version of the cmimcext.sys file.](./media/troubleshoot-boot-error-status-not-found/6.png)
138138

139139
In the example image above, the query was performed on **C:**, whereas the drive letter should be that of the faulty drive, **F:**, which is the OS disk attached as a data disk on the repair VM.
140140

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

155155
This image shows Windows Boot Loader in a Generation 1 VM, with the identifier attribute highlighted. The identifier attribute highlighted shows a unique alphanumeric string.
156156

157-
![Windows Boot Loader in a Generation 1 virtual machine](./media/troubleshoot-boot-error-status-not-found/7.png)
157+
![Windows Boot Loader shown in a generation 1 VM with the identifier attribute highlighted. The identifier attribute highlighted shows a unique alphanumeric string.](./media/troubleshoot-boot-error-status-not-found/7.png)
158158

159159
Note the identifier of the Windows Boot Loader, whose path is **\windows\system32\winload.exe**.
160160

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

164164
In the following image, Disk 2 is the disk number attached to the Repair VM. The image also shows the EFI System Partition on Disk 2, which is 100MB in size and doesn’t have an assigned letter.
165165

166-
![Disk management window listing all disks](./media/troubleshoot-boot-error-status-not-found/8.png)
166+
![Disk 2 is shown as the disk number attached to the Repair VM. It also shows the EFI System Partition on Disk 2, which is 100MB and doesn’t have a letter assigned to it.](./media/troubleshoot-boot-error-status-not-found/8.png)
167167

168168
1. Open an elevated command prompt as an Administrator and enter the following commands:
169169
1. Open the **DISKPART TOOL** using the command `diskpart`.
@@ -176,7 +176,7 @@ If this information collection gives an error where there's no **\boot\bcd** fil
176176

177177
The following image shows the results of listing and selecting a disk. Disk 0 (127 GB | Online), Disk 1 (32 GB | Online), and Disk 2 (127 GB | Online) are listed, with Disk 2 being selected using the command `sel disk 2`.
178178

179-
![Diskpart tool listing disks and their attributes](./media/troubleshoot-boot-error-status-not-found/9.png)
179+
![The results of listing and then selecting a disk. Disk 0 (127 GB | Online), Disk 1 (32 GB | Online), and Disk 2 (127 GB | Online) are listed, with Disk 2 being selected.](./media/troubleshoot-boot-error-status-not-found/9.png)
180180

181181
1. List the partitions and select the EFI system partition identified in the previous step:
182182
@@ -187,27 +187,27 @@ If this information collection gives an error where there's no **\boot\bcd** fil
187187

188188
The following image shows the results of listing and selecting a partition. Partition 1 (Reserved | 16MB), Partition 2 (System | 100MB), and Partition 3 (Primary | 126 GB) are listed, with Partition 2 being selected using the command `sel part 2`.
189189

190-
![Diskpart tool listing partitions and their attributes](./media/troubleshoot-boot-error-status-not-found/10.png)
190+
![The results of listing and then selecting a partition. Partition 1 (Reserved | 16MB), Partition 2 (System | 100MB), and Partition 3 (Primary | 126 GB) are listed, with Partition 2 being selected.](./media/troubleshoot-boot-error-status-not-found/10.png)
191191

192192
1. Assign a letter to the EFI partition using the command `assign`.
193193

194194
In the following image, the `assign` command and the new drive **SYSTEM (F:)** are both viewable in File Explorer.
195195

196-
![The assign command and the new EFI partition drive](./media/troubleshoot-boot-error-status-not-found/11.png)
196+
![The assign command and the new drive SYSTEM (F:) are viewable in File Explorer.](./media/troubleshoot-boot-error-status-not-found/11.png)
197197

198198
1. List the BCD store data using the following command:
199199
200200
`bcdedit /store <LETTER OF EFI SYSTEM PARTITION>:EFI\Microsoft\boot\bcd /enum`
201201

202202
In the following image, Windows Boot Loader is in a generation 2 VM with the identifier attribute highlighted. The highlighted identifier attribute has a value of **{default}**.
203203

204-
![Windows Boot Loader in a Generation 2 VM listing BCD store data](./media/troubleshoot-boot-error-status-not-found/12.png)
204+
![Windows Boot Loader is shown in a Generation 2 VM with the identifier attribute highlighted. The identifier attribute highlighted shows default as its value.](./media/troubleshoot-boot-error-status-not-found/12.png)
205205

206206
Note the identifier of the Windows Boot Loader, whose path is **\windows\system32\winload.efi**.
207207

208208
1. Notice that the OSDEVICE variable on the active partition is missing:
209209

210-
![Windows Boot Manager and Windows Boot Loader results and attributes](./media/troubleshoot-boot-error-status-not-found/13.png)
210+
![Windows Boot Manager and Windows Boot Loader’s attributes are listed in the command prompt, with the OS Device attribute missing.](./media/troubleshoot-boot-error-status-not-found/13.png)
211211

212212
In this image, Windows Boot Manager and Windows Boot Loader’s attributes are listed in the command prompt, but the OSDEVICE attribute is missing.
213213

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article provides steps to resolve issues in an Azure virtual machine (VM) w
2525

2626
When you use Boot diagnostics to view the screenshot of the VM, you will see that the screenshot displays Windows Update (KB) in progress, but failing with the error code: **C01A001D**. The following image shows Windows Update (KB) stuck with the message “Error C01A001D applying update operation ##### of ##### (######)”:
2727

28-
![Windows Boot Manager showing a missing driver error](./media/troubleshoot-windows-update-installation-capacity/1.png)
28+
![Windows Update (KB) is stuck with the message, “Error C01A001D applying update operation X of Y (Z)”.](./media/troubleshoot-windows-update-installation-capacity/1.png)
2929

3030
## Cause
3131

0 commit comments

Comments
 (0)