Re: Kernel Panic at Boot

Eddie Williams (Eddie.Williams@SteelEye.com)
Mon, 07 Aug 2000 08:22:12 -0400


>

You can still have the SCSI driver as a module but you will need a RAM disk
(with the SCSI module on the RAM disk of course) so that the driver can be
loaded. Compiling the driver into the kernel does simplify things in that you
may not have to need to worry about a RAM disk which can be a pain to build on
a system. However having a RAM disk makes life a lot easier if you are doing
any kind of "generic" builds.

Eddie
>
> On Sun, 6 Aug 2000, Mahesh Mahadevan wrote:
>
> > Hi All,
> >
> > Please ignore my previous mail.
> >
> > I figured out the cause and solution of the problem (I
> > had to compile the scsi controller driver into the
> > kernel, rather than having it as a module -- which is
> > the default).. sorry for that junk mail..
>
> Systems that boot from a SCSI disk should always have the SCSI driver
> compiled into the kernel. Loading it as a module won't work as how can
> the kernel access the module file from the disk if it has no SCSI driver?
>
> I've seen this happen ;-)
>
> cheers,
>
> Andy
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.rutgers.edu

-
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/