docs(quickemu): update ArchWiki link
No functional changes; comments only. Signed-off-by: Arusekk <floss@arusekk.pl>
This commit is contained in:
parent
30509e17b6
commit
b541fe1c58
2
quickemu
2
quickemu
|
|
@ -722,7 +722,7 @@ function configure_cpu() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Disable S3 support in the VM to ensure Windows can boot with SecureBoot enabled
|
# Disable S3 support in the VM to ensure Windows can boot with SecureBoot enabled
|
||||||
# - https://wiki.archlinux.org/title/QEMU#VM_does_not_boot_when_using_a_Secure_Boot_enabled_OVMF
|
# - https://wiki.archlinux.org/title/QEMU/Troubleshooting#Virtual_machine_not_booting_when_using_a_Secure_Boot_enabled_OVMF
|
||||||
GUEST_TWEAKS+=" -global ICH9-LPC.disable_s3=1"
|
GUEST_TWEAKS+=" -global ICH9-LPC.disable_s3=1"
|
||||||
|
|
||||||
# Disable High Precision Timer
|
# Disable High Precision Timer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue