> The wierd thing is that rescue _is_ there: > > syslinux.cfg: > > # see /usr/doc/syslinux/readme.gz for file format description > DEFAULT linux > APPEND load_ramdisk=1 initrd=root.bin > TIMEOUT 0 > DISPLAY debian.txt > PROMPT 1 > F1 f1.txt > F2 f2.txt > F3 f3.txt > F4 f4.txt > F5 f5.txt > F9 f9.txt > F0 f10.txt > LABEL initrd > KERNEL linux > APPEND load_ramdisk=1 initrd=root.bin > LABEL ramdisk > KERNEL linux > APPEND noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd0 > LABEL ramdisk0 > KERNEL linux > APPEND noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd0 > LABEL ramdisk1 > KERNEL linux > APPEND noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd1 > LABEL floppy > KERNEL linux > APPEND noinitrd root=/dev/fd0 > LABEL floppy0 > KERNEL linux > APPEND noinitrd root=/dev/fd0 > LABEL floppy1 > KERNEL linux > APPEND noinitrd root=/dev/fd1 > LABEL rescue > APPEND noinitrd > KERNEL linux
> It worked fine with older versions of syslinux, and now it doesn't work, > although /usr/doc/syslinux/syslinux.doc.gz says nothing about changing > the syntax of this file. Don't you love this kind of bugs? Just a stupid idea: all the previous entries had KERNEL before APPEND. May be if you swap these two lines for "rescue" it would work... Alex Y. -- _ _( )_ ( (o___ +-------------------------------------------+ | _ 7 | Alexander Yukhimets | \ (") | http://pages.nyu.edu/~aqy6633/ | / \ \ +-------------------------------------------+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]