Hello,
I’m trying to inject network drivers into a wim file. (I’m very new to this).
I’ve copied the boot.wim to a temp folder and called it customboot.wim (so i don’t muddle up the original).
when i enter the commands (launched from the Windows PE Tools prompt):
peimg /inf=c:\wimedits\drivers\*.inf /image=c:\wimedits\temp\mount i get the followimg message:
Installing INF package: c:\wimedits\drivers\E1K6032.inf
PEIMG failed to complete the operation with status code 0x80070002.
The inf’s i am using are from my reference computer which look like the ones i need (NIC).
Any suggestions would be really appreciated..