Is a precompiled binary available? - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Is a precompiled binary available? (/showthread.php?tid=20) |
Is a precompiled binary available? - Shaggy - 2011-04-22 16:35 I already have the framework in place from my original gPXE testing and I am looking for a drop in iPXE replacement binary. Basically the iPXE version of gpxelinux.0. I am hoping I don't have to go compile one as my linux skills are novice at best and I really didn't want to spend the next week messing with that. Is there one on the ISO and if so, is there a reason for me not to use it? RE: Is a precompiled binary available? - mcb30 - 2011-04-22 19:13 (2011-04-22 16:35)Shaggy Wrote: I already have the framework in place from my original gPXE testing and I am looking for a drop in iPXE replacement binary. Basically the iPXE version of gpxelinux.0. I am hoping I don't have to go compile one as my linux skills are novice at best and I really didn't want to spend the next week messing with that. Is there one on the ISO and if so, is there a reason for me not to use it? There's an experimental "ipxelinux" branch of syslinux available at http://git.ipxe.org/people/mcb30/syslinux.git/shortlog/refs/heads/ipxelinux I have created a zip file containing the ipxelinux.0 binary built from this code as of today: [attachment=6] This is completely untested; please let me know if it does or does not work for you. RE: Is a precompiled binary available? - Shaggy - 2011-04-22 21:13 (2011-04-22 19:13)mcb30 Wrote:(2011-04-22 16:35)Shaggy Wrote: I already have the framework in place from my original gPXE testing and I am looking for a drop in iPXE replacement binary. Basically the iPXE version of gpxelinux.0. I am hoping I don't have to go compile one as my linux skills are novice at best and I really didn't want to spend the next week messing with that. Is there one on the ISO and if so, is there a reason for me not to use it? Thank you! I tested this in my VM environment and it worked great. Now to test it against the client models I had trouble getting to work with gPXE. RE: Is a precompiled binary available? - robinsmidsrod - 2012-11-26 10:43 I have created a short protip at https://coderwall.com/p/0sq9gg on how to build ipxelinux.0 without needing Michael's custom git repo. I've also linked to it in the FAQ entry here on the forum. |