No currently, i have an issue adding new NICs drivers to the UDA.
If i upgrade an existing NIC with latest driver version, the infparser.py works and i can start a new Windows OS install.
:// Broadcom (R) NetXtreme (TM) Gigabit Ethernet
://
pscp.exe -pw test b57xp32.sys root@10.0.0.104:/var/public/tftproot/WI2K3_SYS/b57xp32.sys
:// replace original inf file with updated inf file (renaming inf)
pscp.exe -pw test netb57lh.inf root@10.0.0.104:/var/public/tftproot/WI2K3_INF/netb57xp.inf
I can PXE boot a box with a BCM57xx-based Gigabit Ethernet and start installation.
:// Broadcom NetXtreme II GigE
:// adding new NIC driver
pscp.exe -pw test b06nd51x.sys root@10.0.0.104:/var/public/tftproot/WI2K3_SYS/b06nd51x.sys
pscp.exe -pw test b06nd.inf root@10.0.0.104:/var/public/tftproot/WI2K3_INF/netb06nd.inf
/etc/init.d/binl stop
/var/public/bin/infparser.py
/etc/init.d/binl start
although the infparser.py is executed, I get Error Message: The Operating System Image You Selected Does Not Contain the Necessary Drivers for Your Network Adapter.
I have checked monolithic Broadcom NetXtreme II GigE drivers on a real Windows Server 2003 RIS and successfully PXE booted a WinPE image.
Method 2: Deploy Windows PE from RIS server in legacy flat method