MSFN Forum: Adding network driver into winPE 3.0 Image! (urgent) - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Adding network driver into winPE 3.0 Image! (urgent) Rate Topic: -----

#1 User is offline   vishyc88 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 06-April 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 April 2011 - 11:03 AM

Hi friends,
How do i inject a network driver into winPE so that i can make some of the new systems on my network to work? I face this problem when i try to fire up windows 7 installation from WInPE 3.0 over the network. Now the problem is, because the PE image is unable to provide the required network driver, the installation fails to start!
This is what i have done so far using WAIK, but I have failed to get it to work:
>copype.cmd x86 c:\winpe 
>dism /mount-wim /wimfile:c:\winpe\winpe.wim /index:1 /mountdir:c:\winpe\mount 
>dism /image:c:\winpe\mount /add-driver /driver:c:\drivers 
>dism /unmount-wim /mountdir:c:\winpe\mount /commit
>copy c:\winpe\winpe.wim c:\winpe\iso\sources\boot.wim  
>oscdimg –n –bc:\winpe\etfsboot.com c:\winpe\iso c:\winpe\winpe.iso 


Is there anything additional i should do ?
Please help!

This post has been edited by vishyc88: 13 April 2011 - 09:06 PM



#2 User is offline   Echo_Platoon 

  • Group: Members
  • Posts: 9
  • Joined: 11-March 07

Posted 13 April 2011 - 01:33 PM

I may be wrong, but it seems like you are trying to add multiple drivers that reside in subfolders of the C:\drivers folder. To add all of the drivers in the subfolders, you have to add the switch to recurse through the subfolders. Your command line should look like this:

dism /image:c:\winpe\mount /add-driver /driver:c:\drivers /Recurse


Let me know if that works.

This post has been edited by Echo_Platoon: 13 April 2011 - 01:57 PM


#3 User is offline   vishyc88 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 06-April 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 April 2011 - 09:04 PM

Thanks for the reply echo!
The /Recurse wouldnt make any difference here because there are no subdirectories! What i have done is, Ive extracted the files from the EXE setup file from Intel into a folder and i believe it contains all the necessary inf, sys files etc. So i reckon its something else!?!

#4 User is offline   allen2 

  • Not really Newbie
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,736
  • Joined: 13-January 06

Posted 13 April 2011 - 10:06 PM

Did you checked the inf to see if there was a directory tree ? Sometimes you need to create the tree that is made during the setup or modify the inf file.

This post has been edited by allen2: 13 April 2011 - 10:06 PM


#5 User is offline   vishyc88 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 06-April 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 April 2011 - 09:11 AM

hi friends..its not working..tried everything.

#6 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,682
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 15 April 2011 - 12:25 PM

You can't add a folder into the image with DISM like that. If you want to add a driver, you need to specify the driver file. If you do not know the INF name, use *.inf instead.

#7 User is offline   vishyc88 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 06-April 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 April 2011 - 08:16 PM

But when I use the "/drivers" option, It tells me that its adding drivers. I thought dism is capable of adding multiple drivers from a directory! And i even read about this is in Technet. Ok Let me me just try out your suggestion Trip.

#8 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,682
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 16 April 2011 - 09:00 PM

For version control (including use of spreadsheet) I only inject 1 driver at a time. I may batch up the injection tho, but I never inject all drivers in a release, only the ones I know I need.

#9 User is offline   williambear 

  • Group: Members
  • Posts: 1
  • Joined: 23-November 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 November 2011 - 08:19 PM

Hi guys,

I had the same problem, you might mount a wrong image, please try to get your boot.wim information first then mount the appropriate image.

imagex /info your_boot.wim_path

and find which is your boot index, mine is 2, so if you situation likes mine, you should do following command:

dism /mount-wim /wimfile:c:\winpe\winpe.wim /index:2 /mountdir:c:\winpe\mount

hope it can help you!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy