mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
fix: Use IDE CD-ROM instead of SCSI for 24H2
This commit is contained in:
parent
e54d8c86d0
commit
315213c7a1
1 changed files with 3 additions and 0 deletions
|
|
@ -2333,6 +2333,9 @@ setMachine() {
|
||||||
if ! prepare2k3 "$iso" "$dir" "$desc"; then
|
if ! prepare2k3 "$iso" "$dir" "$desc"; then
|
||||||
error "Failed to prepare $desc ISO!" && return 1
|
error "Failed to prepare $desc ISO!" && return 1
|
||||||
fi ;;
|
fi ;;
|
||||||
|
"win2025"* | "win11x64-iot"* | "win11x64-ltsc"* )
|
||||||
|
# Temporary: Use IDE CD to workaround install bug
|
||||||
|
MEDIA_TYPE="ide" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue