diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 2d392e92e..2e3d644b1 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2591,6 +2591,7 @@ dogrub() { else # remove fail if /boot is on other device! ! [ "$bootdev" = "" ] && FAIL_RAID="" + ! [ "$bootdev" = "" ] && FAIL_DM="" if [ "$(echo $bootdev | grep /dev/md_d)" ]; then # partitionable raid is not supported by grub! FAIL_RAID="1"