Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[help] how to make blank undionly.kpxe
2013-04-30, 23:18
Post: #5
RE: [help] how to make blank undionly.kpxe
Code:
#!ipxe
:try_dhcp
dhcp || goto try_dhcp
:try_boot
chain ${filename} ; sleep 1 ; goto try_boot

Sorry I'm a little slow,

please tell me if i got the program flow wrong

scenarios:
dhcp -> gets ip -> boots ${filename} -> out of myscript.ipxe
dhcp -> gets ip -> boots ${filename} but fails to find filename -> infinite 1 sec loop attempting to boot ${filename}?
dhcp -> doesn't get ip -> infinite loop till it does?

and filename = http://192.........../bootmenu.ipxe right?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [help] how to make blank undionly.kpxe - biatche - 2013-04-30 23:18



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