Topic: Driver Integration fails, process window shows Error: 0x80010105 DISM failed.  (Read 102 times)

CyberTaco

  • Apprentice
  • *
  • Date Registered: Mar 2019
  • Posts: 9
When using the driver plugin Drivers -> Driver Integration, it fails to actually integrate any drivers. Instead, the process window shows:

Error: 0x80010105
DISM failed. No operation was performed.

I'm not quite sure how to proceed from here. Is this a known problem? What can I do about this?

CyberTaco

  • Apprentice
  • *
  • Date Registered: Mar 2019
  • Posts: 9
(I forgot to add - I'm building a Win 7 32bit PE image on a Windows 10 64bit machine, if that affects anything.)

RoyM

  • Jr. Chef
  • **
  • Date Registered: Aug 2017
  • Posts: 80
In booted PE, Look at \System32\Setupapi.dev.log and Setupapi.offling.log
offline log is pre boot, dev log is after boot.

Regards
RoyM

CyberTaco

  • Apprentice
  • *
  • Date Registered: Mar 2019
  • Posts: 9
I took a look in the offline one, didn't see any indication of any errors. I took a quick glance at the dev log but nothing really jumped out at me.

Just curious, would the dev log actually be relevant? the DISM problem happens during *build*, long before creating the wim & iso in the first place.

RoyM

  • Jr. Chef
  • **
  • Date Registered: Aug 2017
  • Posts: 80
The offline.log is the log created during build when using dism.exe to integrate drivers.
This is the one you want to look at for your situation.
dev.log is during/after boot.

What you could do to test, is run dism.exe manually.
You will have to first mount the .wim with dism.
Then you can use dism to integrate the drivers manually.
See what the dism log says.

You have to use the correct version of dism for the .wim.

Regards
RoyM

 

Powered by EzPortal