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-boot-error-status-not-found.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,23 +29,23 @@ The file associated with this error code will inform you which steps to take in
29
29
30
30
### Drivers, OS Related or Third Party
31
31
32
-
If the file is present but refers to a driver (as is shown) or is OS related or third party, follow the steps under the section [Repair the System File](repair-the-system-file).
32
+
If the file is present but refers to a driver (as is shown) or is OS related or third party, follow the steps under the section [Repair the System File](#repair-the-system-file).
33
33
34
34
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."
35
35
36
36

37
37
38
38
### No File
39
39
40
-
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).
40
+
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).
41
41
42
42
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."
43
43
44
44

45
45
46
46
### Registry File
47
47
48
-
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](create-a-support-ticket).
48
+
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](#create-a-support-ticket).
49
49
50
50
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."
51
51
@@ -79,9 +79,9 @@ A registry hive corruption could be due to:
79
79
80
80
1. Create and access a Repair VM.
81
81
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](create-a-support-ticket)
82
+
-[Repair the System File](#repair-the-system-file)
83
+
-[Add the OSDevice Variable](#add-the-osdevice-variable)
84
+
-[Create a Support Ticket](#create-a-support-ticket)
85
85
1. Enable serial console and memory dump collection.
86
86
1. Rebuild the VM.
87
87
@@ -95,9 +95,9 @@ A registry hive corruption could be due to:
95
95
1. Open an elevated command prompt.
96
96
1. Based on the symptom that you identified earlier, follow the steps in the corresponding solution. You may skip the steps in the other solutions, as they won’t apply to your issue:
97
97
98
-
-[Repair the System File](repair-the-system-file)
99
-
-[Add the OSDevice Variable](add-the-osdevice-variable)
100
-
-[Create a Support Ticket](create-a-support-ticket)
98
+
-[Repair the System File](#repair-the-system-file)
99
+
-[Add the OSDevice Variable](#add-the-osdevice-variable)
100
+
-[Create a Support Ticket](#create-a-support-ticket)
0 commit comments