On Mon, 21 Mar 2005 16:49:36 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > The distros that use udev have already all worked out these issues with > their init scripts and such, so it shouldn't be an issue anymore. > > Jon, what distro are you using?
The mkinitrd script is broken for up2date Fedore Core 3. udev is not building the sata device in time. The script does: '/sbin/udevstart', 'raidautorun /dev/md0'. I just checked and the sata volumes are missing out of my array. This script used to work and changes after 2.6.11 have thrown off the timing so that it doesn't work anymore. echo "Loading libata.ko module" insmod /lib/libata.ko echo "Loading ata_piix.ko module" insmod /lib/ata_piix.ko echo "Loading raid1.ko module" insmod /lib/raid1.ko /sbin/udevstart raidautorun /dev/md0 echo Creating root device mkrootdev /dev/root umount /sys echo Mounting root filesystem mount -o defaults --ro -v -t ext3 /dev/root /sysroot mount -t tmpfs --bind /dev /sysroot/dev echo Switching to new root switchroot /sysroot umount /initrd/dev -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/