fix: Disable Hyper-V in Windows Legacy mode (#781)
This commit is contained in:
parent
427ba244ce
commit
f3a1ac08f8
|
@ -2111,7 +2111,6 @@ setMachine() {
|
|||
|
||||
case "${id,,}" in
|
||||
"win9"* | "win2k"* | "winxp"* | "win2003"* )
|
||||
HV="N"
|
||||
BOOT_MODE="windows_legacy" ;;
|
||||
"winvista"* | "win7"* | "win2008"* )
|
||||
BOOT_MODE="windows_legacy" ;;
|
||||
|
|
Loading…
Reference in New Issue