--hvm not an option, use --property virt_mode=mvh

This commit is contained in:
Hroðgar Skjöldung 2019-09-05 14:54:49 -04:00 committed by Dale Einarson
parent 6610a901d7
commit ad58326772
2 changed files with 2 additions and 2 deletions

View File

@ -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:
~~~
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>
~~~

View File

@ -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):
~~~
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: