question

BoopathiSubramaniam-6294 avatar image
0 Votes"
BoopathiSubramaniam-6294 asked SimonRenMSFT-3639 edited

There was a problem opening the INF file. Error: 0x8007007E.

Hi,
I am trying to import a driver which is received new model
I added Ethernet INF file to a boot image in WIM and received below message when choosing update distribution point

Error: Update boot image:
• Microsoft Windows PE (x64)


Error: Update actions:
• Add ConfigMgr binaries using Production Client version 5.00.9040.1015
• Set scratch space
• Enable Windows PE command line support
• Add drivers


Success: Boot image will include these drivers after update:
• Intel RST VMD Controller 9A0B (TGL)
• Thunderbolt(TM) Networking
• Realtek PCI GbE Family Controller
• Intel(R) I350 Gigabit Network Connection
• Intel(R) Ethernet Controller X710 for 10GbE SFP+
• Realtek USB FE Family Controller
• Thunderbolt(TM) Networking
• Realtek PCI GbE Family Controller
• LAN7500 USB 2.0 to Ethernet 10/100/1000 Adapter
• Realtek USB FE Family Controller
• Realtek(R) USB FE Family Controller
• Thunderbolt(TM) Networking
• Realtek PCI GBE Family Controller
• Realtek USB FE Family Controller
• Aquantia AQtion 10Gbit Network Adapter
• Realtek USB FE Family Controller
• 3Com Dual Port 1000-SX PCI-X Server NIC
• Broadcom NetLink (TM) Gigabit Ethernet
• Realtek USB FE Family Controller
• Intel(R) 82579LM Gigabit Network Connection
• ASIX AX88772 USB2.0 to Fast Ethernet Adapter
• Intel(R) I350 Gigabit Network Connection
• Intel(R) X540 Multi-Function Network Device
• Intel(R) X550 Multi-Function Network Device
• Intel(R) X710 Multi-Function Network Device
• Intel(R) 82599 Multi-Function Network Device
• Intel(R) X550 Multi-Function Network Device
• Intel(R) X540 Multi-Function Network Device
• Intel(R) I350 Gigabit Network Connection
• Intel(R) X540 Multi-Function Network Device
• Intel(R) X550 Multi-Function Network Device
• Intel(R) Ethernet Controller X710 for 10GbE SFP+
• Intel(R) Ethernet Connection I217-LM


Optional components:
• Scripting (WinPE-Scripting)
• Startup (WinPE-SecureStartup)
• Network (WinPE-WDS-Tools)
• Scripting (WinPE-WMI)


Error: Failed to import the following drivers:
• Intel(R) Ethernet Connection I217-LM - Failed to inject a ConfigMgr driver into the mounted WIM file

Also tried using DISM command and got the below message

C:\Users\Sam>DISM /Image:C:\Mount\BootWIM /Add-Driver /Driver:C
:\Mount\Drivers /recurse /forceunsigned

Deployment Image Servicing and Management tool
Version: 6.2.9200.22807

Image Version: 10.0.18362.1

Searching for driver packages to install...
There was a problem opening the INF file. C:\Mount\Drivers\15063\Drivers\AHCI\ia
AHCIC.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\Drivers\HsaComp
onent\iaStorHsaComponent.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\Drivers\HsaExte
nsion\iaStorHsa_Ext.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\Drivers\Pinning
Component\iaStorPinningComponent.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\Drivers\RAID\ia
StorAC.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\Drivers\VMD\iaS
torVD.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\F6\HsaComponent
\iaStorHsaComponent.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\F6\HsaExtension
\iaStorHsa_Ext.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\F6\NonVMD\f6flp
y-x64\iaAHCIC.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\F6\NonVMD\f6flp
y-x64\iaStorAC.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\F6\PinningCompo
nent\iaStorPinningComponent.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\15063\F6\VMD\f6vmdflp
y-x64\iaStorVD.inf Error: 0x8007007E.
There was a problem opening the INF file. C:\Mount\Drivers\Dell-I219-12.19.1.37\
e1d68x64.inf Error: 0x8007007E.

Error: 2

No driver packages were found on the specified path.
Verify that the driver .INF files are in the specified location and try the comm
and again.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Please help how can i import Ethernet Driver

mem-cm-osd
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

BoopathiSubramaniam-6294 avatar image
1 Vote"
BoopathiSubramaniam-6294 answered SimonRenMSFT-3639 edited

Hello SimonRen,

I opened the command as Deployment and Imaging Tools Environment and able to import the drivers
Then i unmount and updated the Distribution Points.
124318-capture.jpg



capture.jpg (23.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,

Thank you very much for your feedback and sharing. We're glad that the question is solved now. I think maybe other peoples with the same needs will benefit from it.

Please click Accept Answer to your reply, this will help other users to search for useful information more quickly. Have a nice day!

Best Regards,
Simon

0 Votes 0 ·
SimonRenMSFT-3639 avatar image
0 Votes"
SimonRenMSFT-3639 answered

Hi,

Thanks for posting in Microsoft Q&A forum.

Please import the device driver and add into a driver catalog, and then add it to your boot image. We can't use device drivers until they're distributed to distribution points. Also make sure that you use the correct device driver for the architecture of the boot image. Don't add an x86 device driver to an x64 boot image.
Please refer to:Manage device drivers in a boot image

Best regards,
Simon


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.