On Wednesday 10 Oct 2012 11:31:35 Václav Ovsík wrote: > I just tested a rather new iPXE (cloned git repo) on Dell Latitude D830 > connected to a port on Cisco switch configured without option > "spanning-tree portfast". That is it takes about 30 seconds to transmit > packets over it after bringing link up.
Use an embedded script such as: #!ipxe ifopen net0 sleep 30 autoboot net0 Michael _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

