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?
(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/syslinu.../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.
(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?
There's an experimental "ipxelinux" branch of syslinux available at
http://git.ipxe.org/people/mcb30/syslinu.../ipxelinux
I have created a zip file containing the ipxelinux.0 binary built from this code as of today:
This is completely untested; please let me know if it does or does not work for you.
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.
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.