mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-25 15:29:29 -05:00
--hvm not an option, use --property virt_mode=mvh
This commit is contained in:
parent
6610a901d7
commit
ad58326772
2
external/os-guides/windows/windows-tools.md
vendored
2
external/os-guides/windows/windows-tools.md
vendored
@ -153,6 +153,6 @@ Then, periodically check for updates in the Template VM and the changes will be
|
|||||||
Once the template has been created and installed it is easy to create AppVMs based on it:
|
Once the template has been created and installed it is easy to create AppVMs based on it:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
qvm-create --hvm <new windows appvm name> --template <name of template vm> --label <label color>
|
qvm-create --property virt_mode=hvm <new windows appvm name> --template <name of template vm> --label <label color>
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
@ -302,7 +302,7 @@ qvm-run --pass-io untrusted 'cat "/media/user/externalhd/win10.raw"' > /home/use
|
|||||||
Create a new HVM in Dom0 with the root image we just copied to Dom0 (change the amount of RAM in GB as you wish):
|
Create a new HVM in Dom0 with the root image we just copied to Dom0 (change the amount of RAM in GB as you wish):
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
qvm-create --hvm win10 --label red --mem=4096 --root-move-from /home/user/win10-root.img
|
qvm-create --property virt_mode=hvm win10 --label red --mem=4096 --root-move-from /home/user/win10-root.img
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Start win10 VM:
|
Start win10 VM:
|
||||||
|
Loading…
Reference in New Issue
Block a user