Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to put my boot.ipxe file?
2015-08-15, 23:33
Post: #1
Where to put my boot.ipxe file?
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.
Find all posts by this user
Quote this message in a reply
2016-11-02, 10:46 (This post was last modified: 2016-11-02 10:47 by robinsmidsrod.)
Post: #2
RE: Where to put my boot.ipxe file?
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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