How to check proper NIC driver exists in driver template
| Article:HOWTO42199 | | | Created: 2011-01-28 | | | Updated: 2011-02-13 | | | Article URL http://www.symantec.com/docs/HOWTO42199 |
The following steps intended to show checking the inf file in which PNP Device ID has the word "PCI\VEN_8086&DEV_10F5".
Also, the following steps are required on the PC where Ghost Boot Wizard is installed.
1. Start command prompt
On Winodws, [Start] > [Run...] > Put "cmd" > Click "OK"
2. Change current directory to top of driver template
C:\> cd C:\Documents and Settings\All Users\Application Data\Symantec\Ghost\Template\common\windrivers
3. Check the inf file exists for NIC driver in driver template directory
C:\Documents and Settings\All Users\Application Data\Symantec\Ghost\Template\common\windrivers> findstr /S /M " PCI\VEN_8086&DEV_10F5" *inf
4. Check the inf file has the information for NIC driver for VISTA
If the inf file doesn't have the information, you need to download the NIC driver from the vender site and add it.
|
|
Article URL http://www.symantec.com/docs/HOWTO42199
Terms of use for this information are found in Legal Notices









Thank you.