[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Boot problem



On October 16, 2002 at 15:15, Antonio Luiz Pacifico wrote:
 > kmod: failed top exec /sbin/modprobe -s -k block-major-8, errno = 2
 > VFS: Cannot open root device "sda1" or 08:01

Your root device is on a scsi drive, but you're compiling scsi support
as a module:

 > CONFIG_SCSI=m

Therefore, your kernel needs to load the module to access the scsi
drive, but the module is on the scsi drive, so it can't get to it.

Compile scsi support directly into the kernel and all should be well.

-- 
{michael}



Reply to: