On Tue, 14 Jan 2003 16:29:17 +1100, you wrote: >I'm trying to get the redhat kernel source to work with Debian Woody. The >kernel compiles fine, but I'm getting the following error when booting: > > kmod: failed to exec /sbin/modprobe -s -k block-major-8 > > >and then the system fails with an unable to find root filesystem error (root >filesystem is on a SCSI disk)
Well, there is really no point compiling the scsi stuff as a module if you're running a scsi root disk.... just compile it into the kernel ... it needs to know about scsi disks so it can read the scsi disk to boot. Cheers. Jonathan. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
