diff --git a/arch-install b/arch-install index 8dee1f9..0d7630a 100755 --- a/arch-install +++ b/arch-install @@ -170,6 +170,8 @@ function partitionieredual() { echo "entferne partition ${device}${rootpartitionnummer}" sleep 10 sgdisk -d ${rootpartitionnummer} ${device} + sleep 2 + sync fi sgdisk -a 2048 -n ${rootpartitionnummer}:: -c ${rootpartitionnummer}:"Linux filesystem" -t ${rootpartitionnummer}:8300 ${device} formatencrypt @@ -932,6 +934,8 @@ function abfrage() { [[ -z "${autostart}" ]] && autostart=n fi + echo "Windows dualboot funktioniert nur im UEFI Modus und auch nur derzeit mit GRUB!!!" + echo "Ausserdem muss die UEFI_Bootpartition über 200MB mindesten sein!!!" read -p "Do you want a extra parameter for the installation? : [skipbootpartition/noinstall/debug/windualboot/dualboot] " extraparameter for wort in ${extraparameter} do