|
|
Question : Problem: Adding network and storage drivers to WinPE 2005
|
|
I'm having trouble adding network and storage drivers to WinPE and getting them to work properly. I read over the manuals and added the necessary drivers into the inf and system32\drivers directory, yet WinPE is still unable to get recognize the network card.
Is there a step or something i am missing to get the network card to work?
|
Answer : Problem: Adding network and storage drivers to WinPE 2005
|
|
You need to use the PEIMG.EXE command to inject these network drivers into the PE image, there is a bit of info about this when you search on google:
It is either: peimg /inf=%pathtodriver%\%drivername%.inf c:\winpe\mount\windows
Or peimg /inf=%pathtodriver%\%drivername%.inf /image=c:\winpe\mount\windows
|
|
|