Same with herd2. Create the arrays, installed grub on the 2 disks and tried to boot. Grub all goes okay, but then it doesn't detect the arrays properly and ubunut fails to boot. You get dropped in the busybox shell which is ran from the initrd image!
Now I have a boot partition without raid1 and this works, all other raid devices are detected, it is just the booting that fails. This is with a 2-disk raid1 setup. My /etc/fstab: proc /proc proc defaults,nosuid,noexec 0 0 /dev/sda1 / ext3 defaults,errors=remount-ro 0 1 /dev/sdb1 /mnt/root ext3 defaults,noauto,errors=remount-ro 0 1 /dev/md2 /var xfs defaults 0 1 /dev/md3 /tmp xfs defaults,usrquota,grpquota 0 2 /dev/md4 /usr xfs defaults 0 2 /dev/md5 /vol xfs defaults 0 2 /dev/md6 /home xfs defaults,usrquota,grpquota 0 2 /dev/md1 none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sda1 and /dev/sdb1 used to raid1 too... -- Software Raid Setup with feisty herd1 alternate on amd64 https://launchpad.net/bugs/75555 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
