On Monday 20 October 2008 16:33:24 Volker Armin Hemmann wrote: > after a nice person on this list gave me a good tip, I was able to (and I > still do) have root on raid1 without initrd/ramfs crap. > > commandline: > root=/dev/md1 md=1,1,/dev/sda3,/dev/sdb3 nopat nmi_watchdog=0 > > md auto assembling before init kicks in:
[...] I don't even need that detail in my command line. (This box has five RAID-1 partitions, composed of identical partitions on identical SATA disks.) Mine just looks like this: kernel /boot/kernel-x86_64-2.6.27-gentoo root=/dev/md0 vga=0x31A video=vesafb:mtrr:3,ywrap fbcon=scrollback:128k splash=silent The md code in the kernel manages to find all the partitions at boot time and stitches them together properly. No problem. -- Rgds Peter

