Displaying 5 results from an estimated 5 matches for "kkkpxe".
Did you mean:
kkpxe
2013 Oct 09
5
Remove gpxe or replace with ipxe?
The gPXE in the Syslinux tree is ridiculously old. We could either
replace it with iPXE or just drop it, giving people a recipe for how to
integrate with iPXE themselves.
What do people think?
-hpa
2013 Oct 18
1
[ipxe-devel] Remove gpxe or replace with ipxe?
...e easily using a makefile target to upgrade ipxe to latest version.
>
>
> A git submodule sounds like a good idea to me. Let me know if there are
> changes required to the iPXE tree to make this kind of integration smoother.
>
> As someone already mentioned, you now need undionly.kkkpxe when building
> ipxelinux.0, for reasons documented at
>
> http://git.ipxe.org/ipxe.git/commitdiff/9a93db3
I'm no legal expert but I'd think that including even a binary blob of
undionly.* would carry an obligation to include the iPXE source code
due to the license requirement o...
2013 Jul 16
2
pxechn.c32: passing options to iPXE
On Tue, Jul 16, 2013 at 6:26 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Mon, Jul 15, 2013 at 11:57 PM, Alexandre Blanchette
> <blanalex at gmail.com> wrote:
> > In PXELinux 4.06 (the vanilla version, not gpxelinux.0), I'm trying to
> use
> > pxechn.c32 to call iPXE (undionly) with option 67 set to call an iPXE
> > script.
> >
> > The
2013 Jul 16
0
pxechn.c32: passing options to iPXE
...ThinkPad T510 and a Dell Latitude E6530.
Ok. Is there any scenario for which you'd expect this to work? Anything
to test that your expected behavior is observed? Should using option 67
work like this? Would it work with option 209("-c")? Have you tried
undionly.kkpxe or undionly.kkkpxe?
Obviously once gPXE/iPXE does its own DHCP, it should use 67 like this.
To get the behavior you desire, you may need a custom undionly.*pxe with a
custom script to fetch a script based on 67.
--Gene
2013 Oct 09
0
[ipxe-devel] Remove gpxe or replace with ipxe?
...r
> replace it with iPXE or just drop it, giving people a recipe for how to
> integrate with iPXE themselves.
>
> What do people think?
My vote is replace with iPXE. I've manually replaced gPXE with iPXE for years, works like charm.
I suggest updating the Makefile to use undionly.kkkpxe because of the change in iPXE described below.
https://git.ipxe.org/ipxe.git/commit/9a93db3f0947484e30e753bbd61a10b17336e20e
Cheers,
Daniel