show nic details on console if httpboot fails 86/386/1
authordavidplunkett <dp7642@att.com>
Thu, 7 Feb 2019 07:16:12 +0000 (07:16 +0000)
committerdavidplunkett <dp7642@att.com>
Thu, 7 Feb 2019 07:16:12 +0000 (07:16 +0000)
Change-Id: Ib4aeed4971cf400294d2e2376ecd6c4507325637
Signed-off-by: davidplunkett <dp7642@att.com>
boot.ipxe.template

index 96de068..b671fdb 100644 (file)
@@ -18,7 +18,7 @@ set vlan @@IPXE_VLAN@@
 set nic @@IPXE_INTF@@
 echo Starting network on vlan [${vlan}] using nic [${nic}]...
 vcreate --tag ${vlan} ${nic} ||
-ifconf --configurator dhcp ${nic}-${vlan} ||
+ifconf --configurator dhcp ${nic}-${vlan} || ifstat
 isset ${filename} && chain ${filename} || echo Boot file [${filename}] does not exist or is invalid...
 prompt --key 0x02 --timeout 0 Press Ctrl-B for the iPXE command line... && shell ||