https://bugzilla.novell.com/show_bug.cgi?id=780935 https://bugzilla.novell.com/show_bug.cgi?id=780935#c12 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ben.ellis@familycourt.gov.a | |u --- Comment #12 from Neil Brown <nfbrown@suse.com> 2012-10-08 09:02:02 UTC --- The current mdadm (more update to 12.2) uses /dev/md/xyz names in the initrd, so I think that is fixed. Unfortunately the current release breaks on IMSM for another reason. A fix for that is queued and should be out shortly (I don't know when). To test you could: 1/ install the latest mdadm from openSUSE:12.2:Updates 2/ edit /lib/mkinitrd/scripts/setup-md.sh Find the line: eval echo \"\$md_conf_$md\" >> $tmp_mnt/etc/mdadm.conf Near the end. Change it to: eval echo -e \"\$md_conf_$md\" >> $tmp_mnt/etc/mdadm.conf i.e. add '-e'. If it already has '-e' then it is the correct version. 3/ run mkinitrd 4/ reboot and please report results. 5/ Check the mdadm.conf in the initrd to ensure it looks correct. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.