[Etherboot-users] Re: [syslinux] pxelinux menu32 and two boot images

H. Peter Anvin hpa at zytor.com
Sun Aug 21 14:30:53 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



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Etherboot-users mailing list
Etherboot-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/etherboot-users






More information about the Syslinux mailing list