[syslinux] Windows PE booting without chainloading ipxe

Ady ady-sf at hotmail.com
Mon Dec 8 09:41:24 PST 2014


> On 25/11/14 02:01, Ady wrote:
> > --- a/src/cmdline.c	Fri Nov 07 02:27:56 2014
> > +++ b/src/cmdline.c	Mon Nov 24 15:18:15 2014
> > @@ -104,6 +104,8 @@
> >   			/* Ignore unknown initial arguments, which may
> >   			 * be the program name.
> >   			 */
> > +		} else if ( strcmp( key, "initrdfile") == 0 ) {
> > +			/* Ignore this keyword so to make this kernel work with sylinux */
> >   		} else {
> >   			die ( "Unrecognised argument \"%s%s%s\"\n", key,
> >   			      ( value ? "=" : "" ), ( value ? value : "" ) );
> 
> Thanks; applied and pushed as wimboot v2.4.1.
> 
> Michael
> 

Then my guess is that wimboot v.2.4.1 should solve:
 http://forum.ipxe.org/showthread.php?tid=7445 
among others.

I don't know whether there is some user of wimboot that also appends 
the "initrd+=" parameter (or any other additional Syslinux keyword for 
that matter).

Regards,
Ady.


More information about the Syslinux mailing list