Comment 19 for bug 1371985

Revision history for this message
Stan (swoz) wrote :

I have the same issue with Ubuntu 14.04.1 LTS 64bit.

Following hack solves the issue:
 echo "sleep 60" > /etc/initramfs-tools/scripts/init-premount/delay_for_raid_array_to_build_before_mounting
 chmod a+x /etc/initramfs-tools/scripts/init-premount/delay_for_raid_array_to_build_before_mounting
 update-initramfs -u
(found at http://ubuntuforums.org/showthread.php?t=2241430)

Now it boots, but I'm worried that this is not the proper solution.