search for: u3b

Displaying 2 results from an estimated 2 matches for "u3b".

Did you mean: u32
2014 Nov 25
0
Windows PE booting without chainloading ipxe
...el Brown would be more receptive to accept your patch. AFAIK and FWIW, the syntax used in Syslinux ('append initrdfile=') used to work before wimboot 2.00. (PS: The "howtogeek" tutorial you linked-to has several issues. Let's not publicize it as being accurate.) --- diff U3b a/src/cmdline.c b/src/cmdline.c --- 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 ) { + /* Ig...
2014 Nov 24
2
Windows PE booting without chainloading ipxe
Adding an option for initrdfile= boot argument to be ignored by wimboot worked just fine. They can add this patch, which is probably most sane, or syslinux could add the INITRDFILE configuration option instead of having to append the option for linux.c32 wimboot-2.4.0/src/cmdline.c @ Line ~107 } else if ( key == cmdline ) { /* Ignore unknown initial