Added BartPE code to .ini. All NV* folders are skipped for wxp, w2k3 sources. NV\ RIS drivers are preferred at the moment for BartPE (requires testing).
Based on previous user reports:
can you edit nvnb5032.inf and disable Nforce 1 and Nforce 2 hardware?
Driver does load, but ping fails.
[Nvidia]
; DisplayName Section DeviceID
;%NVENETFD.DeviceDesc% = NVENETFD1.NDI, PCI\VEN_10DE&DEV_01C3
;%NVENETFD.DeviceDesc% = NVENETFD1.NDI, PCI\VEN_10DE&DEV_0066
;%NVENETFD.DeviceDesc% = NVENETFD3.NDI, PCI\VEN_10DE&DEV_0086
;%NVENETFD.DeviceDesc% = NVENETFD3.NDI, PCI\VEN_10DE&DEV_008C
This HardwareIDs are handled by nvrisxp.inf.
In addition e.g. nv5\nvetbus.inf contains PCI\VEN_10DE&DEV_0AB0.
The RIS driver dosn't support this HardwareID.
However both RIS nvnb5032.inf and nv5\nvetbus.inf use a child driver nvnrm.sys.
Of course the same file name, but different versions.
No idea to resolve the conflict so far. Further user testings are required.