Re: [2.6.0-test4] VFS: Cannot open root device

From: viro
Date: Mon Aug 25 2003 - 08:52:35 EST


On Mon, Aug 25, 2003 at 04:03:31PM +0300, Niklas Vainio wrote:
> I get this at boot with 2.6.0-test[3,4]:
>
> VFS: Cannot open root device "341" or unknown-block(3,65) for ext3 error=-6
> Please append a correct "root=" boot option
> Kernel panic: VFS: Unable to mount root fs on unknown-block(3,65)
>
> Before this, kernel seems to detect hard disks just fine.
>
> This system boots fine with 2.2 and 2.4 kernels. I have tried setting
> root=/dev/hdb1 and rootfstype=ext2 (hdb1 is ext2) but this doesn't help.
> Config below. Is something missing?

> CONFIG_IDE=y
> CONFIG_BLK_DEV_IDE=y

> # CONFIG_BLK_DEV_IDEDISK is not set

This. IDE driver will find the hardware, all right, but there will be
nothing that would know how to talk with IDE disks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/