Re: Linux-2.2.X/Dec-CelebrisFP-590: not booting

Mark Gray (markgray@iago.nac.net)
26 Feb 1999 05:45:53 -0500


>
> Hermann Himmelbauer <dusty@strike.wu-wien.ac.at> writes:

[snip of details]
> > We tried to load Linux with LILO, loadlin and directly from a floppy
> > (created with "dd"), always the same behavior:
> >
> > Uncompressing Linux...done
> > Now booting the Kernel
[snip]
I <markgray@iago.nac.net> wrote:
> I had the same problem with a K5 -- I changed a bunch of options
> (almost at random) and finally got it to boot. The options I suspect
> the were causing my hangs are one of the following:

[Snip of totally wrong guess]

OOops - it turns out I also changed CONFIG_SBPCD=y to CONFIG_SBPCD=m
and I had an append="sbpcd=0x630" in my /etc/lilo.conf -- the sbpcd
driver now requires two paremeters and the kernel will hang during
boot if it does not get them, recompiling sbpcd into the kernel and
changing my /etc/lilo.conf to append="sbpcd=0x630,0" made everything
work. My apologies if anyone wasted any time on my faulty
recollection.

If we are not to make the kernel (or sbpcd) more forgiving about
outdated append lines, would it not be wise to mention this in
Documentation/Changes?

Anyway it works great, now to go back and put all the
config choices the way I wanted them :-).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/