From aeb0ae4d949557c34944de098506cadee2ad4c60 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Wed, 5 Dec 2012 13:03:19 +0000 Subject: [PATCH] HvmCreate changed Some more meat --- HvmCreate.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HvmCreate.md b/HvmCreate.md index d7b53a37..e083df71 100644 --- a/HvmCreate.md +++ b/HvmCreate.md @@ -34,3 +34,18 @@ qvm-start win7 --cdrom=/usr/local/iso/win7_en.iso Now, the VM will start booting from the attached CDROM device, which in the example above just happens to be the Windows 7 installation disk. Depending on the OS that is being installed in the VM, one might be required to start the VM several times (as is the case e.g. with Windows 7 installation), because whenever the installer wants to "reboot the system", it actually shutdowns the VM (and Qubes won't automatically start it), so several invocations of qvm-start command (as shown above) might be needed. \ + +Using Installation ISOs located in other VMs +-------------------------------------------- + +TODO + +Cloning HVM domains +------------------- + +TODO + +Installing Qubes support tools in Windows 7 VMs +----------------------------------------------- + +TODO