i'm having a strange problem trying to boot a custom built 2.4.19 kernel on a Psyche system. the Red Hat 2.4.18-17.8.0smp kernel works fine on this system but a custom built kernel fails to mount root device during boot. the kernel source tree is unmodified and has been configured to include DAC960 (Mylex AcceleRAID 160) driver and ext2/ext3 support as static modules. the root filesystem is on a ext3 partition and the other filesystems are on LVM logical volumes (see mount output). i'm using Grub for booting (relevant parts of grub.conf below). here're the kernel messages from the failed boot sequence, any ideas on what's wrong here? ... Linux agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 816M [drm] Initialized tdfx 1.0.0 20010216 on minor 0 [drm] Initialized radeon 1.1.1 20010405 on minor 1 SCSI subsystem driver Revision: 1.00 kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 NET4: Linux TCP/IP 1.0 for Net4.0 IP Protocols: ICMP, UDP, TCP, IGMP IP: routing cache hash table of 8192 buckets, 64Kbytes TCP: Hash tables configured (established 262144 bind 65536) NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. VFS: Cannot open root device "rd/c0d0p1" or 00:00 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on 00:00 ----------------------------------------------------------------------------- [aspa@pinotage aspa]$ mount /dev/rd/c0d0p1 on / type ext3 (rw) none on /proc type proc (rw) usbdevfs on /proc/bus/usb type usbdevfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw) /dev/Volume00/LogVol03 on /home type ext3 (rw,usrquota,grpquota) /dev/Volume00/LogVol02 on /tmp type ext3 (rw) /dev/Volume00/LogVol00 on /usr type ext3 (rw) /dev/Volume00/LogVol01 on /var type ext3 (rw) [aspa@pinotage aspa]$ cat /boot/grub/grub.conf ... boot=/dev/rd/c0d0 title Red Hat Linux (2.4.18-17.8.0smp) root (hd0,0) kernel /boot/vmlinuz-2.4.18-17.8.0smp ro root=LABEL=root initrd /boot/initrd-2.4.18-17.8.0smp.img title Red Hat Linux (2.4.19) root (hd0,0) kernel /boot/vmlinuz-2.4.19 ro root=/dev/rd/c0d0p1 best regards, -- aspa -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list