On Thu, Jan 11, 2001 at 12:07:00PM -0700, Gary Hennigan wrote: > "Sven Burgener" <[EMAIL PROTECTED]> writes: > > Just to clarify: > > > $ rdev /boot/vmlinuz-2.2.18 > > > Root device /dev/sda3 > > > > (Booting with 2.2.18 works) > > > > > $ rdev /boot/vmlinuz-2.4.0 > > > Root device /dev/sda3 > > > > ... but not with 2.4.0. > > That's a bit strange. You did compile your 2.4.0 kernel with the > appropriate SCSI driver built into the kernel, right?
Yes, I did: $ grep '^[^#]' /boot/config-2.2.18 | grep -i scsi CONFIG_SCSI=y CONFIG_SCSI_MULTI_LUN=y CONFIG_SCSI_CONSTANTS=y CONFIG_SCSI_AM53C974=y $ grep '^[^#]' /boot/config-2.4.0 | grep -i scsi CONFIG_SCSI=y CONFIG_SCSI_MULTI_LUN=y CONFIG_SCSI_CONSTANTS=y CONFIG_SCSI_AM53C974=y It *is* strange, indeed. Still seeking help! Cheers, Sven