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: support/windows-server/installing-updates-features-roles/troubleshoot-windows-installation-error.md
+49-47Lines changed: 49 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,72 +16,69 @@ ms.custom:
16
16
> [!WARNING]
17
17
> This error is flagged to have an IPU performed to recover the VM if the instructions don't resolve the issue.
18
18
19
-
The Windows Update error 0x80070002 typically occurs because of missing or corrupt files necessary for the update or incomplete previous updates. Understanding the root causes and following the appropriate troubleshooting steps can help resolve this issue effectively.
19
+
The Windows Update error 0x800f0831 typically occurs when an update fails to install required manifest files correctly. Understanding the root causes and following the appropriate troubleshooting steps can help resolve this issue effectively.
20
20
21
-
## Summary
21
+
This article helps you understand the root cause and the necessary steps required to mitigate the issue and install the updates effectively.
22
22
23
-
When you install an update, you can get the following error 0x800f0831 (CBS_E_STORE_CORRUPTION.). This error occurs because an update did'nt install properly some mandatory manifest files for the package.
24
-
This TSG is designed to mitigate this issue and be able to install the updates needed.
23
+
## Prerequisites
24
+
25
+
Before proceeding with the mitigation of this document, follow the process to backup the OS disk: Back up OS Disk.
25
26
26
27
## Symptom
27
28
29
+
The following error message appears when you try to install any patch using the standalone installer (.msu) or try to install a Windows update::
When you try to install any patch using the standalone installer (.msu) or Windows Update and the update was'nt installed:
35
-
36
37
## Root cause
37
38
38
-
In order to see exactly what is happening, we need to open and check the CBS.log (location C:\windows\logs\CBS) it looks similar to the following output:
39
+
See exactly what is happening, we need to open and check the CBS.log (location C:\windows\logs\CBS) it looks similar to the following output:
40
+
41
+
Navigate to C:\windows\logs\CBS to open and check the CBS.log. You’ll be able to find out what’s causing the error.
39
42
40
43
## CBS logs
41
44
42
45
```output
43
-
2017-11-15 12:40:00, Info CBS Store corruption, manifest missing for package: Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4
46
+
Info CBS Store corruption, manifest missing for package: Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4
44
47
45
-
2017-11-15 12:40:00, Error CBS Failed to resolve package 'Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]
48
+
Error CBS Failed to resolve package 'Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]
46
49
47
-
2017-11-15 12:40:00, Info CBS Mark store corruption flag because of package: Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]
50
+
Info CBS Mark store corruption flag because of package: Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]
48
51
49
-
2017-11-15 12:40:00, Info CBS Failed to resolve package [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]
52
+
Info CBS Failed to resolve package [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]
50
53
```
51
54
52
-
- For this specific scenario, it happens because there is an assembly missing or corrupted from the KB3192392, specifically "Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4" these packages are located into the registy path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages. An update either was'nt installed at all, or it was installed without applying some packages to the registry.
55
+
The issue can occure due to the following scenarios:
53
56
54
-
> [!IMPORTANT]
55
-
> This issue may vary depending on each case but the baseline of the issue is the same.
56
-
57
-
> [!NOTE]
58
-
> To get the CBS.log or logs, you can use the TSSv2 to collect all the logs you need for such cases. For more information, see, [CBS logs](https://aka.ms/dndlogs).
57
+
- This issue is occurring due to a missing or corrupted assembly from KB3192392, specifically: "Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4"
58
+
- This can also happen if the update was never installed and in some cases even if the installation happened, some packages were not applied to the registry.
59
59
60
-
## Mitigation
60
+
To locate these packages in the system: Go the registry path:
61
+
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages
62
+
61
63
62
-
Backup
63
-
Before proceeding with the mitigation of this document, follow the process to backup the OS disk: Back up OS Disk
64
+
> [!IMPORTANT]
65
+
> This issue may vary depending on each case, but the baseline of the issue remains the same.
64
66
65
-
## Online Mitigation
67
+
> [!NOTE]
68
+
> For more information on how to collect the CBS.log or just logs using TSSv2, see, [CBS logs](https://aka.ms/dndlogs).
66
69
67
-
### Mitigation 1
70
+
##Adding or removing the culprit KB manually
68
71
69
-
We need to move to the plan, to either add or remove the culprit KB manually from the OS. It depends if the update was installed or not before:
72
+
Add or remove the culprit KB manually from the OS. You’ll have to consider if the update has been installed before or not:
70
73
71
74
### If KB was installed:
72
75
73
-
1. Check if the complaining KB that we took from the first step to identify the KB, is installed or not in the machine. If it isn't installed, proceed to the "If KB was'nt installed" steps.
74
-
1. If you find that the KB was installed, you need to remove it. The best approach is the following steps:
75
-
76
-
### Instructions
77
-
78
-
1. Reproduce the issue by trying to install the patch or the feature with issues. We need to do this step to ensure that the latest data is logged into the latest CBS.log.
79
-
1. Identify the package that the CBS process is complaining about, ensure you verify the KB as well.
80
-
1. On any web browser, go to [Microsoft Update Catalog](https://www.catalog.update.microsoft.com/Home.aspx).
81
-
1. Search for the identified KB number.
82
-
1. Select and download the proper KB depending on the OS version and architecture
83
-
1. Download the KB, paste it into a temp folder in the C drive C:\temp
84
-
1. Run the command in cmd as admin navigating to the folder itself
76
+
1. Reproduce the issue by trying to install the patch or the feature with issues. This ensures that the latest data is logged into the latest CBS.log.
77
+
1. Verify the KB after you have identified the package that the CBS process is complaining about.
78
+
1. Navigate to [Microsoft Update Catalog](https://www.catalog.update.microsoft.com/Home.aspx) and search for the KB number you have identified.
79
+
1. Select the KB and download it, depending on the OS version and architecture.
80
+
1. Paste the downloaded KB into a temporary folder in the C drive: C:\temp.
81
+
1. Run the following command in cmd as admin navigating to the folder.
> The file name is just an example. Use the name of the file downloaded.
90
+
> This is just an example of how you should name the file. In your case, use the name of downloaded file.
94
91
95
-
8.When you expand it, you can see several packages that are coming from the main package. Check the .cab file with the format "windows 10.0-KBxxxxxxx-x64.cab" (this file can vary depending on the OS version).
96
-
9.Then we need to run the command in cmd as admin:
92
+
8.On expanding, you’ll see several packages coming from the main package. Check the .cab file with the format "windows 10.0-KBxxxxxxx-x64.cab" (this file can vary depending on the OS version).
93
+
9.Run the below following command in cmd as admin:
> We're using KB4462937 as an example, remember to use the KB extracted into the c:\temp folder
100
+
> We're using KB4462937 as an example. Remember to use the KB extracted into the c:\temp folder.
104
101
105
102
10. If you're asked to reboot, do it and then run the command in a cmd with administrator privileges. If the reboot isn't required, just run the command in a cmd with administrator privileges:
> We are using KB4462937 as an example, remember to use the KB extracted into the c:\temp folder 7. Reboot the machine 8. Try again to install the update or feature.
134
+
> We are using KB4462937 as an example. Remember to use the KB extracted into the c:\temp folder
135
+
136
+
7. Reboot the machine
137
+
138
+
8. Try again to install the update or feature.
138
139
139
140
### IPU Process (In-place Upgrade)
140
141
141
142
> [!NOTE]
142
-
> Awareness: If the mitigations given didn't fix the issue, this specific Windows Update (WU) error code is identified that may require an In-Place Upgrade (IPU) to recover the virtual machine (VM). For Windows on Azure (WOA) scenarios—especially in alignment with efforts to reduce days to closure—these WU errors are reviewed and approved as eligible for IPU as a simplified recovery path. Customers encountering these specific issues can be confidently offered the in-place upgrade option as an effective resolution.
143
+
> Awareness: If the suggested fixes don’t resolve the issue, this specific Windows Update (WU) error code may require an In-Place Upgrade (IPU) to recover the virtual machine (VM). For Windows on Azure (WOA) scenarios, especially when trying to resolve issues quickly, these types of WU errors are reviewed and approved as eligible for IPU.
144
+
> This means that if customers face this error, you can confidently recommend an In-Place Upgrade as a simple and effective solution.
0 commit comments