[syslinux] pxelinux menu32 and two boot images

H. Peter Anvin hpa at zytor.com
Sun Aug 21 14:14:43 PDT 2005


Dinesh P. wrote:
> LABEL VRUSHYOG
>     MENU LABEL PXE
>     KERNEL pxe/pxelinux.0
>     append ramdisk_blocksize=4096 initrd=initrd root=/dev/rd/0

This is total nonsense.  First of all, loading a different pxelinux.0 
does not (currently) mean you're loading a different configuration file, 
and either way, "append" does absolutely nothing when combined with a .0 
file.

You might be able to do:

LABEL VRUSHYOG
     MENU LABEL Thinstation
     KERNEL pxe/vmlinuz
     append ramdisk_blocksize=4096 initrd=pxe/initrd root=/dev/rd/0




More information about the Syslinux mailing list