[ipxe-devel] chaining http script over VLAN is very slow

James A. Peltier jpeltier at sfu.ca
Wed Jul 8 01:33:34 UTC 2015


I have a Dell R730XD which seems to be misbehaving.  When booting off a VLAN it seems that the connection is extremely slow.  The script that is embedded is very simple and after 10 minutes it still hasn't booted to the menu system, which is again very small scripts.  Any idea what I might be able to do to provide you with more information to troubleshoot it?

#!ipxe

echo Hi There!  We will be booting from http://mirror.its.sfu.ca/ today.
echo It is assumed that you have dhcp networking.
echo Here we go!

:retry
vcreate --tag 300 net0
sleep 5
ifconf --configurator dhcp net0-300
boot http://mirror.its.sfu.ca/ufds/menu/bootstrap


-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 604-365-6432
Fax     : 778-782-3045
E-Mail  : jpeltier at sfu.ca
Website : http://www.sfu.ca/itservices
Twitter : @sfu_rcg
Powering Engagement Through Technology



More information about the ipxe-devel mailing list