diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 01d611c77..1ff9f878a 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -548,6 +548,8 @@ autoprepare() { # invoke sfdisk printk off DIALOG --infobox "Partitioning $DEVICE" 0 0 + # clean partitiontable to avoid issues! + dd if=/dev/zero of=$DEVICE bs=512 count=1 sfdisk $DEVICE -uM >$LOG 2>&1 <