PDA

View Full Version : Windows PE environment


surffisher2A
08-13-2014, 05:14 PM
Does anyone know how to get the USB NIC working in a windows PE environment?

I need to utilize DISM to add the NIC driver to the Win7 PE image. I utilize this so I can boot into a PE environment and use images stored on my network to image the device.

The problem is that in order to use DISM you must import the raw drivers into the PE image. You can't run the .exe installer to just install the drivers.

Anyone have any work arounds for this problem?

PS -- trying to image a new Lenovo Yoga using a Lenovo USB 2.0 port replicator. The old Thinkpad twists had a NIC card built onto the thinkpad, but the new Yoga's don't. That forces me to utilize the port replicator to image these things. I guess my next step is a cheap USB ethernet adaptor that I can get real drivers for.

Wim
08-18-2014, 03:11 PM
The USB 3 docks use DisplayLink's Ethernet, and PE suport is covered in the corporate install guide:

http://www.displaylink.com/corporateinstall/CorpInstallUsersGuide.pdf

The USB 2.0 docks from Lenovo used the ASIX Ethernet (I think). The ASIX Ethernet drivers should be separately available from the ASIX website:

http://www.asix.com.tw/

Although at the time of posting their website appears to be down.

Wim

surffisher2A
09-09-2014, 08:36 PM
Thanks! i'll give those drivers a try.