iPXE discussion forum

Full Version: Where to put my boot.ipxe file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my pxelinux.cfg I have this:
Code:
LABEL iPXE
MENU LABEL iPXE
  LINUX memdisk
  INITRD ipxe.iso
  APPEND iso
This works fine, I get a IPXE promt and can fire these commands:
Code:
dhcp
chain http://boot.ipxe.org/demo/boot.php

But I would like to be able to use a boot.ipxe file for scripting, but where can put this and how to tell iPXE to use it?

Thanks.
You need to put it either on a TFTP or HTTP server that you host yourself. For examples of boot menu ipxe scripts, see here: http://ipxe.org/examples

Also, unless you're married to your pxelinux setup, just use ipxe.pxe/undionly.kpxe directly from TFTP instead of loading pxelinux.0 first.
Reference URL's