fix: Use IDE CD-ROM instead of SCSI for 24H2

This commit is contained in:
Kroese 2024-09-17 22:47:18 +02:00 committed by GitHub
parent e54d8c86d0
commit 315213c7a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2333,6 +2333,9 @@ setMachine() {
if ! prepare2k3 "$iso" "$dir" "$desc"; then
error "Failed to prepare $desc ISO!" && return 1
fi ;;
"win2025"* | "win11x64-iot"* | "win11x64-ltsc"* )
# Temporary: Use IDE CD to workaround install bug
MEDIA_TYPE="ide" ;;
esac
return 0