Re: 2.2.16-pre7 kernel panic (typo fixed)

From: Keith Owens (kaos@ocs.com.au)
Date: Fri Jun 02 2000 - 00:42:35 EST


On Thu, 1 Jun 2000 16:19:35 -0700 (PDT),
Peter Blomgren <blomgren@monster.stanford.edu> wrote:
>I get a kernel panic on bootup with 2.2.16-pre7 (smp):
>
> [...]
> scsi: 0 hosts
> scsi: detected total.
> Partition Check:
> request_module[block-major-8]: Root fs not mounted.
> VFS: Cannot open root device 08:05
> Kernel panic: VFS: Unable to mount root fs on 08:05

It tries to load the device driver for block-major-8 (SCSI), it cannot
because the root file system is not mounted yet. Then it tries to open
root on 08:05 (/dev/sda5), not suprisingly that fails because the SCSI
driver is not loaded.

If you really want to use a module for your boot device then you have
to use initrd. It is much easier to build the root device driver into
the kernel and forget initrd, boot modules are fine for distributions
but a pain in the neck otherwise.

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



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:14 EST