#include <hallo.h> Adam Di Carlo wrote on Tue Apr 09, 2002 um 08:55:22AM:
> > Chris: Please, use ALL arguments from particular syslinux.cfg files. I > > was able to reproduce this bug. IMHO caused by missing ram_size > > specification, so the ramdisk-filesystem gets random IO errors, so the > > dbootstrap_settings file is not written correctly (contains "cat: > > input/outpur error") and base-config dies while parsing it. > > > > I extracted the rootfs from your image, built an own CD with it (rest > > was from bf2.4 flavor), and it worked fine. > > That's strange, Raphael had told me before that they used the > syslinux.cfg files "as is"... No idea which file you mean. isolinux.cfg is a syslinux.cfg similar file, adapted by Chris to load different kernels. Compare attached files. Gruss/Regards, Eduard. -- Fl�ssigseifenbenutzer! Fristeneinhalter! Geschenkpapierb�gler! Auslandstanker!
DEFAULT /install/linpci APPEND root=/dev/ram ro initrd=idepci.bin flavor=idepci LABEL linux kernel /install/linpci LABEL idepci kernel /install/linpci LABEL compact kernel /install/lincompt append root=/dev/ram ro initrd=compact.bin flavor=compact LABEL vanilla kernel /install/linux append root=/dev/ram ro initrd=root.bin LABEL bf24 kernel /install/lin24 append root=/dev/ram ro initrd=bf24.bin flavor=bf2.4 LABEL rescue kernel /install/linpci append noinitrd LABEL resccomp kernel /install/lincompt append noinitrd LABEL rescvanl kernel /install/linux append noinitrd LABEL rescbf24 kernel /install/lin24 append noinitrd DISPLAY isolinux.txt TIMEOUT 0 PROMPT 1 F1 f1.txt F2 f2.txt F3 f3.txt F4 f4.txt F5 f5.txt F6 f6.txt F7 f7.txt F8 f8.txt F9 f9.txt F0 f10.txt
FONT font.psf
# see /usr/doc/syslinux/syslinux.doc.gz for file format description
DEFAULT linux.bin
APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384
root=/dev/fd0 disksize=1.44 flavor=bf2.4
TIMEOUT 0
DISPLAY debian.txt
PROMPT 1
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
F7 f7.txt
F8 f8.txt
F9 f9.txt
F0 f10.txt
LABEL linux
KERNEL linux.bin
APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384
root=/dev/fd0 disksize=1.44 flavor=bf2.4
LABEL initrd
KERNEL linux.bin
APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384
root=/dev/fd0 disksize=1.44 flavor=bf2.4
LABEL ramdisk
KERNEL linux.bin
APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384
root=/dev/fd0 disksize=1.44 flavor=bf2.4
LABEL ramdisk0
KERNEL linux.bin
APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384
root=/dev/fd0 disksize=1.44 flavor=bf2.4
LABEL ramdisk1
KERNEL linux.bin
APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384
root=/dev/fd1 disksize=1.44 flavor=bf2.4
LABEL floppy
KERNEL linux.bin
APPEND vga=normal noinitrd root=/dev/fd0 disksize=1.44 flavor=bf2.4
LABEL floppy0
KERNEL linux.bin
APPEND vga=normal noinitrd root=/dev/fd0 disksize=1.44 flavor=bf2.4
LABEL floppy1
KERNEL linux.bin
APPEND vga=normal noinitrd root=/dev/fd1 disksize=1.44 flavor=bf2.4
LABEL rescue
KERNEL linux.bin
APPEND vga=normal noinitrd
msg18542/pgp00000.pgp
Description: PGP signature

