[syslinux] syslinux and isolinux

Sebastian Herbszt herbszt at gmx.de
Mon Aug 25 14:22:57 PDT 2008


Jerry Geis wrote:

> default linux
> prompt 1
> timeout 600
> display boot.msg
> F1 boot.msg
> F2 options.msg
> F3 general.msg
> F4 param.msg
> F5 rescue.msg
> label linux
> kernel vmlinuz
> append initrd=initrd.img
> label text
> kernel vmlinuz
> append initrd=initrd.img text
> label ks
> kernel vmlinuz
> append ks initrd=initrd.img
> label local
> localboot 1

Try to remove the "local" label. doc/syslinux.txt says
"LOCALBOOT type                      [ISOLINUX, PXELINUX]"
so it's not available on syslinux. Not sure if it prints any config file
parsing errors on ancient syslinux version tho.

> label memtest86
> kernel memtest
> append -

- Sebastian




More information about the Syslinux mailing list