mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Windows for R4 documentation
This commit is contained in:
parent
9a8cb3e642
commit
3ccf0dd09d
@ -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.
|
||||
|
||||
**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:
|
||||
|
Loading…
Reference in New Issue
Block a user