[syslinux] Bug in 1.75 PXE code

H. Peter Anvin hpa at zytor.com
Sat Jun 15 10:12:44 PDT 2002


Marcel Ritter wrote:
> 
> The good thing about it: The PXE code removal seems to work now ...
> 
> But I'm not quite sure about the syntax - is the following right?
> 
> label undi
>   kernel memdisk keeppxe
>   append initrd=UNDITest/dosundi.1
> 
> The documentation only says:
> 
> ... option "keeppxe" is given on the kernel command line ...
> 
> So I guess that's what I did ...
> 

That syntax is definitely *not* right.

Try instead:

label undi
   kernel memdisk
   append initrd=UNDITest/dosundi.1 keeppxe




More information about the Syslinux mailing list