Displaying 2 results from an estimated 2 matches for "pxelinux4".
Did you mean:
pxelinux
2014 Jun 16
2
Chainload pxelinux from pxelinux and pass parameters or change root dir?
....07 that says something like:
LABEL chainloadtopxe6
KERNEL /syslinux6/gpxelinux.0
APPEND root=/syslinux6
Note the APPEND. The idea is that the gpxelinux.0 would then in turn
fetch its *.c32 and pxelinux.cfg from the /syslinux6 subtree, so that
those files can be different than the versions from pxelinux4.
Is something like that possible? If not, how hard to add support for
that? (That is, support for passing a parameter to a chainloaded
pxelinux?) If totally impossible, is a possible workaround to dedicate
another IP address, and do something like
LABEL chainloadtopxe6
KERNEL http://some.new.i...
2014 Jun 16
0
Chainload pxelinux from pxelinux and pass parameters or change root dir?
...ading to another PXELINUX in another directory won't adjust the
necessary data elements.
> Note the APPEND. The idea is that the gpxelinux.0 would then in turn fetch
> its *.c32 and pxelinux.cfg from the /syslinux6 subtree, so that those files
> can be different than the versions from pxelinux4.
>
> Is something like that possible? If not, how hard to add support for that?
> (That is, support for passing a parameter to a chainloaded pxelinux?) If
> totally impossible, is a possible workaround to dedicate another IP address,
> and do something like
Yes/no. You need a diffe...