Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DHCP timeout on reboot
2016-02-18, 17:59
Post: #3
RE: DHCP timeout on reboot
Hi NiKiZe

Yes, im using a ipxe.lkrn from rom-o-matic.eu with a custom script which looks like this
Code:
#!ipxe
dhcp || goto boot_local
chain --timeout 5 http://boot.controlserver.tld/boot.ipxe || goto boot_local

:boot_local
echo Contacting Boot Control Server failed, booting from local drive...
sleep 2
sanboot --no-describe --drive 0x80 ||
echo Booting from local drive failed, rebooting machine now...
sleep 5
reboot

The commands render this (...shortend)
Code:
iPXE> show busid
net0/busid:hex = 01:80:86:15:59

iPXE> dhcp
Configuring (net0 c0:3f:d5:63:ac:5c)...... ok

iPXE> ifstat
net0: c0:3f:d5:63:ac:5c) using i218v on PCI00:19.0 (open)
  [Link:up, TX:13 TXE:0 RX:66 RXE:53]
  [RXE: 27 x "Operation not supported ... (..3c3f6303)"]
  [RXE: 2 x "Operation not supported ... (..3c086003)"]
  [RXE: 24 x "The socket is not connected ... (..380f6001)"]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DHCP timeout on reboot - FreeMinded - 2016-02-18, 17:10
RE: DHCP timeout on reboot - NiKiZe - 2016-02-18, 17:33
RE: DHCP timeout on reboot - FreeMinded - 2016-02-18 17:59
RE: DHCP timeout on reboot - NiKiZe - 2016-02-18, 18:07
RE: DHCP timeout on reboot - NiKiZe - 2016-02-18, 22:26
RE: DHCP timeout on reboot - NiKiZe - 2016-02-22, 12:39
RE: DHCP timeout on reboot - NiKiZe - 2016-02-22, 18:43



User(s) browsing this thread: 1 Guest(s)