In syslinux.cfg, are these three lines (as you quote them in your e-mail) actually one long, single line?
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 boot=/dev/hda1:msdos PKGPATH=/dev/hda1 LRP=root,etc,local,modules,iptables,keyboard,shorwall,ulogd,dnscache,weblet
They need to be, or the info on the second and third line will not be used. The practical consequence of that is that PKGPATH will not be set, which could be causing the problem your initial message described (attempting to load packages (not "modules"; that means something different in Linux) from the floppy).
(Actually, boot= will not be set either, which could interfere with loading initrd.lrp ... I'm not really sure what defaults the kernel assumes for these arguments. Are you *sure* the problem arises when loading packages and not earlier, when trying to load the temporary RAMdisk boot package right after the kernel itself has loaded?)
If that isn't it, then it probably is not something simple, and your best bet is to work through the troubleshooting procedure Charles already outlined.
At 11:27 AM 11/29/2003 -0600, Charles Steinkuehler wrote:
Robert & Sabine von Knobloch wrote:
Thanks for a quick answer Charles. my syslinux.cfg is: ============================================================ display syslinux.dpy timeout 0 default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 boot=/dev/hda1:msdos PKGPATH=/dev/hda1 LRP=root,etc,local,modules,iptables,keyboard,shorwall,ulogd,dnscache,weblet ============================================================
[rest deleted]
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
