Skip to content

Commit 301e40f

Browse files
committed
Revisions
1 parent 72c0e0a commit 301e40f

1 file changed

Lines changed: 29 additions & 27 deletions

File tree

support/windows-server/installing-updates-features-roles/error-invalid-data-startup-installing-updates.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: ERROR_INVALID_DATA Error After Installing Windows Updates
2+
title: Error 0x8007000d at Startup after You Install a Windows Update
33
description: Helps resolve the 0x8007000d (ERROR_INVALID_DATA) error at system startup after you install Windows updates.
4-
ms.date: 05/23/2025
4+
ms.date: 12/31/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -13,19 +13,40 @@ appliesto:
1313
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
1414
- <a href=https://learn.microsoft.com/lifecycle/products/azure-virtual-machine target=_blank>Azure Virtual Machines</a>
1515
---
16-
# Error 0x8007000d at startup after installing updates
16+
# Error 0x8007000d at startup after you install a Windows update
1717

18-
This article helps you resolve an issue that occurs at system startup after you install Windows updates. After you install the updates and restart the system, the system performs a rollback, and you receive a "0x8007000d (ERROR_INVALID_DATA)" error message.
18+
This article helps you resolve an issue that occurs when the computer restarts after you install a Windows update.
1919

20+
## Symptoms
2021

22+
You install a Windows update, and it appears to install successfully. However, when the computer restarts, the installation rolls back and you receive a "0x8007000d (ERROR_INVALID_DATA)" error message.
2123

22-
## Symptoms
24+
## Cause
25+
26+
Typically, this issue has one of the following causes:
27+
28+
- **File corruption or registry corruption.** An old update might be reported, and the related file or registry key locations might be corrupted. This corruption can prevent the system from verifying the validity of catalog files.
29+
30+
- **Incorrect driver version.** Driver updates might fail because of incorrect versioning. This issue causes the Windows update to fail during a restart.
31+
32+
## Resolution
33+
34+
> [!IMPORTANT]
35+
> Before you troubleshoot this issue, back up the operating system disk. For information about this process for VMs, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
36+
37+
The most reliable way to fix this issue is to perform an in-place upgrade on the affected computer.
38+
39+
> [!NOTE]
40+
> For more information about upgrading VMs, see one of the following articles:
41+
>
42+
> - [In-place upgrade for VMs running Windows Server in Azure](/azure/virtual-machines/windows-in-place-upgrade)
43+
> - [In-place upgrade for supported VMs running Windows in Azure (Windows client)](../../azure/virtual-machines/windows/in-place-system-upgrade.md)
2344
24-
When this issue occurs, you might experience any of the following symptoms.
45+
## More information
2546

2647
### Symptom 1: Catalog file errors
2748

28-
Entries in the Component-Based Servicing (CBS) log file indicate issues that affect a catalog file. This log is typically located at *C:\Windows\Logs\CBS*. You see a log entry that resembles the following output:
49+
Entries in the Component-Based Servicing (CBS) log file indicate issues that affect a catalog file. This log is typically located at C:\Windows\Logs\CBS. You see a log entry that resembles the following example:
2950

3051
```output
3152
20xx-xx-06 xx:51:15, Info CBS Exec: Installing Package: Package_1_for_KB4584642~31bf3856ad364e35~amd64~~10.0.1.0, Update: 4584642-1_neutral, InstallDeployment: amd64_771d1f434ef835536dafe93d6811f766_31bf3856ad364e35_10.0.17763.1549_none_e4d395cdb7886270
@@ -45,7 +66,7 @@ In this situation, the error occurs because the system can't determine whether t
4566

4667
*C:/WINDOWS/Servicing/Packages/Package_1_for_KB4584642~31bf3856ad364e35~amd64~~10.0.1.0.cat*
4768

48-
This symptom indicates that the package is likely corrupted.
69+
This symptom indicates that the package is probably corrupted.
4970

5071
### Symptom 2: Registry errors
5172

@@ -102,22 +123,3 @@ idb: {Unregister Driver Package: exit(0x00000000)} 15:21:14.3xx
102123
```
103124

104125
Make sure that you note the driver packages.
105-
106-
## Cause
107-
108-
This issue occurs either because the database of performance counters is corrupted or the driver version is incorrect.
109-
110-
### File corruption or registry corruption
111-
112-
An old update might be reported, and the related file or registry key locations might be corrupted. This corruption can prevent the system from verifying the validity of catalog files.
113-
114-
### Incorrect driver version
115-
116-
Driver updates might fail because of incorrect versioning. This issue causes the Windows update to fail during a restart.
117-
118-
## Resolution
119-
120-
> [!NOTE]
121-
> Before you proceed, [back up the OS disk](/azure/backup/about-azure-vm-restore).
122-
123-
The most reliable solution for this problem is to perform an [in-place upgrade (IPU) on the Windows virtual machine (VM)](/azure/virtual-machines/windows-in-place-upgrade?context=/troubleshoot/azure/virtual-machines/windows/context/context).

0 commit comments

Comments
 (0)