[syslinux] [RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file

Jeremy Kerr jk at ozlabs.org
Mon Feb 24 17:41:35 PST 2014


Hi all,

>> In other words, the dhcp server has to start the client on the
>> correct binary for it's arch and by virtue of running different bins,
>> we can determine the most appropriate config file for the client?
> 
> That is definitely one way to deal with it.
> 
> There is no way around the fact that you have to have different binaries
> for different architectures; there is nothing that Syslinux can do about
> that, and it has to be dealt with before Syslinux is even running.

Yep, definitely.

As Gene has mentioned, we could indeed do this in pxelinux through
serving different binary images, but this means we need a different
method for different pxe loader implementations, and this won't work
when the loader binary is already present on the machine.

What I'm looking to do here is establish a bit of a convention for
allowing machines of multiple architectures to be perform PXE
configuration in a uniform way (in this case, without requiring the DHCP
server to send out different lease parameters in response to the
client's DHCP architecture ID).

For this to be useful, my aim is that different pxe loader
implementations to follow the arch-xxxx convention too; I'm proposing a
similar change in petitboot:

 http://git.ozlabs.org/?p=petitboot;a=commitdiff;h=3bc86f99

I have a patch in development for u-boot too.

In the petitboot & u-boot cases, the pxe loader code is already present
on the machine, so we don't have the "which loader binary to serve"
issue, only the "which config to use" one.

> Now, with lpxelinux.0 you can also enable HTTP cookies which contain a
> *lot* of system information that you can use dynamically on your HTTP
> server via PHP or whatever you want.

That sounds great. I'd like to do the same in petitboot, and it'd be
good to use the same format there. However, I do still need to support
TFTP discovery too.

Cheers,


Jeremy


More information about the Syslinux mailing list