diff --git a/src/answer.sh b/src/answer.sh index 3c2f8a82..ad65720d 100644 --- a/src/answer.sh +++ b/src/answer.sh @@ -1720,10 +1720,7 @@ legacyInstall() { addLegacyDrivers "$dir" "$target" "$driver" "$arch" "$drivers" || return 1 fi - if [[ "${driver,,}" == "xp" ]]; then - disableAutoReboot "$target" || return 1 - fi - + disableAutoReboot "$target" || return 1 setLegacyKey "$target" "$driver" "$arch" "$desc" || return 1 validateProductKey "$KEY" || return 1 diff --git a/src/install.sh b/src/install.sh index 7d3e03f3..6a7071a5 100644 --- a/src/install.sh +++ b/src/install.sh @@ -789,8 +789,6 @@ setMachine() { # Prevent bluescreen if 64 bit PCI hole size is >2G. ARGS="-global q35-pcihost.x-pci-hole64-fix=false" - ARGS+=" -global virtio-pci.disable-modern=on" - ARGS+=" -global virtio-pci.disable-legacy=off" fi ;;