Hi, I&#39;m trying a basic raid 1 config with no LVM and I get this error when running fai-cd -<br><br>Command /lib/udev/vol_id -u /dev/sda2 had exit code 4<br>Failed to obtain UUID for /dev/sda2<br>
<br>Stuff tried -<br>I verified I&#39;m using the new  setup-storage, USE_SETUP_STORAGE=1<br>I picked up the idea of zeroing the superblock from the list -<br>   mdadm /dev/md1 -f /dev/sda2<br>   mdadm /dev/md1 -r /dev/sda2 <br>



   mdadm --zero-superblock /dev/sda2 <br>I tried upgrading from 3.3.2 to 3.3.5.<br><br>These didn&#39;t help.   Here is my storage config.<br><br>disk_config sda<br>primary  -           50%-        -      -<br>primary  swap         8G         swap   sw<br>



primary  -           10G         -      -<br><br>disk_config sdb<br>primary  -           50%-        -      -<br>primary  -            8G         -      -<br>primary  -           10G         -      -<br><br>disk_config raid<br>



raid1    /           sda1,sdb1   ext3   rw,errors=remount-ro   <br>raid1    swap        sda2,sdb2   swap   rw                     <br>raid1    /mysqldata  sda3,sdb3   ext3   rw,nodev<br><br>Where did I go wrong?<br><br>Thanks for the help,<br>



Dave<br><br>PS - Here&#39;s a link to the console screenshot -<br><br><a href="https://docs.google.co/leaf?id=0B0w1B2FR89n3ZWFmZjA5Y2QtMzJkNS00YzUzLTgzMGQtMGE0ZTNiZmY3OGE1&amp;hl=en" target="_blank">https://docs.google.co/leaf?id=0B0w1B2FR89n3ZWFmZjA5Y2QtMzJkNS00YzUzLTgzMGQtMGE0ZTNiZmY3OGE1&amp;hl=en</a><br>