[Etherboot-users] Re: [syslinux] pxelinux menu32 and two boot images
Brought to you by:
marty_connor,
stefanhajnoczi
From: H. P. A. <hp...@zy...> - 2005-08-21 21:14:51
|
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 |