Windows for R4 documentation

This commit is contained in:
Alex Dubois 2018-02-09 18:00:25 +00:00 committed by GitHub
parent 9a8cb3e642
commit 3ccf0dd09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,11 @@ qvm-create win7 --hvm --label green
The name of the domain ("win7") as well as its label ("green") are just exemplary of course. The name of the domain ("win7") as well as its label ("green") are just exemplary of course.
**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: **Note:** 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="" --property memory=4096 --label green qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel="" --property memory=4096 --property maxmem=4096 --property debug=True --label green
qvm-features win7 video-model cirrus
~~~ ~~~
If you receive an error like this one, then you must first enable VT-x in your BIOS: If you receive an error like this one, then you must first enable VT-x in your BIOS: