2015-08-15, 23:33
In my pxelinux.cfg I have this:
This works fine, I get a IPXE promt and can fire these commands:
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.
Code:
LABEL iPXE
MENU LABEL iPXE
LINUX memdisk
INITRD ipxe.iso
APPEND iso
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.