[opensuse] 12.2 won't boot, mdadm RAID1 problem
![](https://seccdn.libravatar.org/avatar/450b2e967219e620803a8b9e3c672e6e.jpg?s=120&d=mm&r=g)
I have just done a new installation of 12.2 on my desktop machine, overwriting the existing 12.1 installation. /home is on /dev/md0 which is a RAID1 array. After the 12.2 installation was complete, I was able to find /dev/md0 in YaST partitioner, and set its mount point to /home. Logging out/in found all of /home intact and as it should be. The partitioner added the following line to /etc/fstab /dev/disk/by-id/md-uuid-28fda9e6:9d4b3d1c:69069ea4:c79be70e /home ext3 defaults 1 2 I have just rebooted the machine, and got the following error: udevd[203]: failed to execute '/sbin/mdadm' '/sbin/mdadm --incremental /dev/sdb2 --offroot': No such file or directory udevd[204]: failed to execute '/sbin/mdadm' '/sbin/mdadm --incremental /dev/sdb1 --offroot': No such file or directory Welcome to emergency mode. Use "systemctl default" or ^D to enter default mode Give root password for login: When I login as root, I can confirm that the RAID1 array is healthy with: # mdadm --misc --detail /dev/md0 Forgive me for not copying out the result of that command, but trust me that it reports the correct number and sizes of devices, and that the array is active. I can also confirm that I copied my backup copy of mdadm.conf to /etc/mdadm.conf Why is udev choking on my mdadm setup? -- Bob Williams Sent from my laptop -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Bob Williams