Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How boot iPXE script over pxelinux ?
2013-04-23, 18:19 (This post was last modified: 2013-04-23 18:23 by Torgeir.)
Post: #2
RE: How boot iPXE script over pxelinux ?
Build your ipxe.pxe/undionly.kpxe with that script embeded.
Code:
make bin/ipxe.pxe EMBED=ipxe.script.ipxe

Then rename ipxe.pxe to ipxe.pxe.0, and move to tftp folder.

From pxelinux label.
Code:
LABEL ipxe http iso
kernel ipxe.pxe.0

Or just use gpxelinux.0 or ipxelinux.0, from some of the latest syslinux releases.
And then you can have http directly from pxelinux.
Code:
LABEL http iso
kernel memdisk
append iso raw initrd=http://192.168.2.102/iso.to.boot.iso
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How boot iPXE script over pxelinux ? - Torgeir - 2013-04-23 18:19



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