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:07
Post: #4
RE: [help] how to make blank undionly.kpxe
(2013-04-30 22:44)biatche Wrote:  After embedding, will i still require this (it's in my embedded script now) on my dhcp server:
dhcp-boot=http://192.168.0.xx/xxxxxx/bootstrap.ipxe
if in the case the chain link in the embedded script is broken, what happens? will the above line serve in dnsmasq serve as backup?

If you have an embedded script, then the control flow (including what to do in the case of failure) is entirely under the control of that script. For example, you could create a script that retries indefinitely:

Code:
#!ipxe
:try_dhcp
dhcp || goto try_dhcp
:try_boot
chain ${filename} ; sleep 1 ; goto try_boot

Quote:Do I just type: "make bin-x86_64-efi/808610de.efirom "
and that it would automatically know it has to build a 64bit efi rom based on filename?

Yes.

Quote:[ebuild R ] sys-devel/binutils-2.21 USE="nls -multislot -multitarget -test -vanilla"
[ebuild R ] sys-libs/zlib-1.2.5-r2
I have an old linux box, which i dont intend to update, will those versions suffice for EFI?

Probably. Try it and see if it builds.

Michael
Visit this user's website 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 - mcb30 - 2013-04-30 23:07



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