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
# Error 0x8007000d at startup after installing updates
16
+
# Error 0x8007000d at startup after you install a Windows update
17
17
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.
19
19
20
+
## Symptoms
20
21
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.
21
23
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)
23
44
24
-
When this issue occurs, you might experience any of the following symptoms.
45
+
## More information
25
46
26
47
### Symptom 1: Catalog file errors
27
48
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:
29
50
30
51
```output
31
52
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
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