diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 03312e82d..a879e4232 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -377,6 +377,7 @@ destdir_mounts(){ # Run mountpoints, if nothing is mounted on ${DESTDIR} if [[ "${PART_ROOT}" = "" ]]; then DIALOG --msgbox "Setup couldn't detect mounted partition(s) in ${DESTDIR}, please set mountpoints first." 0 0 + detect_uefi_boot mountpoints || return 1 fi }