[SOLVED] Update Error 0x8007000d after migration to Hyper-V

Speedysurf

Active member
Joined
Dec 24, 2022
Posts
32
Hi,
after migration to hyper-v, Windows CU Updates failed on Server 2019.

CBS.log:
Code:
Info                  CBS    Doqe: Recording result: 0x8007000d, for Inf: mshdc.inf
Info                  CBS    DriverUpdateInstallUpdates failed [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
Info                  CBS    Doqe: Failed installing driver updates [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
Info                  CBS    Perf: Doqe: Install ended.
Info                  CBS    Failed installing driver updates [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
Error                 CBS    Startup: Failed while processing non-critical driver operations queue. [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
Info                  CBS    Startup: Rolling back KTM, because drivers failed.

setupapi.dev.log
Code:
     inf:      {Configure Driver: Intel(R) 82092AA PCI IDE Controller}
     inf:           Section Name = intelide_Inst
     inf:           {Add Service: intelide}
     inf:                Start Type    = 0
     inf:                Service Type  = 1
     inf:                Error Control = 3
     inf:                Image Path    = System32\drivers\intelide.sys
     inf:                Group         = System Bus Extender
!!!  inf:                Failed to query service configuration. Error = 0x0000000D
     inf:           {Add Service: exit(0x0000000d)}
     inf:      {Configure Driver: exit(0x0000000d)}
!!!  sto:      Failed to reflect driver package. Error = 0x0000000D
     sto: {Reflect Driver Package: exit(0x0000000d)}
!!!  sto: Failed to reflect all driver updates. Error = 0x0000000D

DISM, SFC etc. don't fix the problem.
Any ideas? Thanks.
 
Hi,

I am checking to see if you still need help with this thread. If so please provide the following logs.
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
618e949e09fef-CBS-Folder.png

  • Browse to the C:\Windows\INF folder.
  • Right-click on the file setupapi.dev.log and choose Send to > Compressed (zipped) folder.
  • Attach the file CBS.zip and setupapi.dev.zip to your next reply.
 
Hi,

  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • Copy and paste the following command line and press Enter.
Code:
reg query "HKLM\SYSTEM\CurrentControlSet\Services" /s > "%userprofile%\desktop\RegExp.txt"
  • When finished, a logfile called RegExp.txt is saved on your desktop.
  • Post the logfile as attachment in your next reply.
 
Here the file. The Update error is on all Systems with 2019 Server after migration from Xen to Hyper-v.
 

Attachments

Download
56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.
Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFixScript.txt and save it to your desktop.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
62151e1bebac4-SFCFix-Txt-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.

Afterwards, reboot the server and attempt to update. If it fails attach a new copy of the CBS log(s) and the setupapi.dev.log.
 

Attachments

Hi,

You're welcome. Glad to hear the updates installed succesfully. (y)
I'll mark this thread as solved.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top