diff --git a/xCAT-server/share/xcat/netboot/windows/startnet.cmd b/xCAT-server/share/xcat/netboot/windows/startnet.cmd index b68b14660..78195fe99 100644 --- a/xCAT-server/share/xcat/netboot/windows/startnet.cmd +++ b/xCAT-server/share/xcat/netboot/windows/startnet.cmd @@ -1,7 +1,7 @@ @echo off echo Initializing, please wait. wpeinit -ping -n 10 127.0.0.1 > NUL 2>&1 +ping -n 60 127.0.0.1 > NUL 2>&1 md \temp for /f "delims=: tokens=2" %%c in ('ipconfig /all ^|find "DHCP Server"') do set XCATD=%%c for /f %%c in ('echo %XCATD%') do set XCATD=%%c