Skip to content

Commit 5dc2a01

Browse files
committed
add cbs log section
1 parent e82f243 commit 5dc2a01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070490.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ The primary cause of error 0x80070490 is driver failure during Windows Update in
2929
- Corrupted or malformed SetupConfig.ini files.
3030
- Missing driver files or hard links in the system directories.
3131

32+
## CBS logs
33+
34+
When troubleshooting Windows Update issues, CBS logs are helpful for identifying the root cause.
35+
36+
The CBS logs locates at the `C:\Windows\Logs\CBS\CBS.log`. The log can roll over from CBS.log to the CBSpersisttXXXXXXXXXXXXX.log or CBSpersisttXXXXXXXXXXXXX.cab.
37+
3238
## Symptom 1: Pending update state
3339

3440
When an update is in an Install Pending state, the driver operation might fail due to an inability to read the identity for driver operation sequence ID 1. Check the CBS logs at `C:\Windows\Logs\CBS\CBS.log` for entries like:
@@ -139,7 +145,7 @@ Error XXXX.corp. 3 Microsoft-Windows-WUSA N/A CORP\xxa790741it5 Windows update "
139145

140146
## Symptom 5: Monthly rollup update failure
141147

142-
Monthly rollup updates might fail with error code 0x80070490. Check the CBS log for entries like:
148+
Monthly rollup updates might fail with error code 0x80070490. Check the CBS logs for entries like:
143149

144150
```output
145151
Error CBS Shtd: Failed while processing non-critical driver operationsqueue. [HRESULT = 0x80070490 – ERROR_NOT_FOUND]

0 commit comments

Comments
 (0)