Deployment and Imaging Group

 View Only

Do I Have the Correct Driver for WinPE 

Dec 16, 2011 05:24 PM

Let’s face it, it is not that easy in some cases to locate the best matching driver for your HDD or NIC to use in WinPE as your PreOS.
Implementing one driver after the other in to your PreOS (WinPE) to test the driver then under that PreOS is a bit time consuming. Further the list of drivers in the library will explode and it will be hard a month later to remember which driver was the working one.
(Of course you could do such testing with a copy of your PreOS to avoid this problem)

Best and fastest way would be to test the driver directly under WinPE.
This require a bit of Preparation:
Create a bootable CD/DVD/USB put all drivers that you think will work on separate USB pen drive.
When you boot your machine exit the ghost GUI interface. In command line navigate to your USB pen drive with the drivers.

The test Procedure:
Step 1: Access the driver which are in F:\drivers\intel1 (on the USB pen drive). For this example.

X:\>f:
F:\>cd drivers
F:\drivers\cd intel1
F:\drivers\intel1>

Step 2:Load driver
F:\drivers\intel1>drvload driver.inf

Step 3:Assign a static IP address:
F:\drivers\intel1>netsh interface ipv4 set address "local area connection" static 10.0.0.2 255.255.255.0 10.0.0.1

Or you can assign a DHCP address:
F:\drivers\intel1>netsh interface ipv4 set address "local area connection" dhcp

Step 4: Verify results
with ipconfig /all
You can try to reconnect to the session using X:\Ghost32\ghost32.exe

This procedure is documented as well in the Symantec Knowledge Base:
TECH122799:How to try different network drivers in WinPE without using GhostBootWizard and with no need to reboot.
http://www.symantec.com/docs/TECH122799

I just wanted to use the option to highlight the procedure again to everybody.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Dec 27, 2011 12:37 PM

Wow! Did not know this was even possible! Thank you very much for this informative article. Much appreciated :)

Dec 19, 2011 07:58 AM

Thanks your article Mac(?), does the gost solution suite also use the WinPE 2.1 like Altiris Ds 6.9 & DS 7.1 ?

I still complain about Symantec not able to provide latest up-to-date integrated preboot to simplify our life. Integrating HDD/NIC drivers for preboot, searching for valid VISTA drivers (winPe 2.1), is not fun, when you need also to handle WIN7 ones for your OS images, of course, differents thos Vista...

Hope next DS 7.1 sp2 will be WinPe 3.1 (win7 sp1 kernel) ?

Related Entries and Links

No Related Resource entered.