From f1a01822610e9ba64ceaab732b664661bb0b0aef Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Fri, 9 Feb 2018 13:15:33 +0000 Subject: [PATCH] Windows 64bit requires 2GB of RAM minimum --- managing-os/hvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/hvm.md b/managing-os/hvm.md index 117c2beb..558442d9 100644 --- a/managing-os/hvm.md +++ b/managing-os/hvm.md @@ -40,7 +40,7 @@ The name of the domain ("win7") as well as its label ("green") are just exemplar **Note:** It is unnecessary for Qubes 4 users to pass in the `--hvm` switch. To create a StandaloneVM in Qubes 4, use the --class option, as VMs are template-based by default: ~~~ -qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel="" --label green +qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel="" --property memory=2048 --label green ~~~ If you receive an error like this one, then you must first enable VT-x in your BIOS: