From afdd727054b4c57d2ef17cf528475ebc1317daa2 Mon Sep 17 00:00:00 2001 From: taradiddles Date: Sat, 21 Apr 2018 10:22:29 +0300 Subject: [PATCH] 'shutdowning' -> 'shutdown' --- managing-os/windows/windows-vm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managing-os/windows/windows-vm.md b/managing-os/windows/windows-vm.md index ad92a81f..6d5bc8da 100644 --- a/managing-os/windows/windows-vm.md +++ b/managing-os/windows/windows-vm.md @@ -104,7 +104,7 @@ The VM is now ready to be started; the best practice is to use an installation I qvm-start --custom-config=/tmp/win7new.conf --cdrom=untrusted:/home/user/windows_install.iso win7new ~~~ -Given the higher than usual memory requirements of Windows, you may get a `Not enough memory to start domain 'win7new'` error. In that case try to free memory by shutdowning unneeded VMs before starting the Windows VM. +Given the higher than usual memory requirements of Windows, you may get a `Not enough memory to start domain 'win7new'` error. In that case try to shutdown unneeded VMs to free memory before starting the Windows VM. At this point you may open a tab in dom0 for debugging, in case something goes amiss: @@ -231,7 +231,7 @@ The VM is now ready to be started; the best practice is to use an installation I qvm-start --cdrom=untrusted:/home/user/windows_install.iso win7new ~~~ -Given the higher than usual memory requirements of Windows, you may get a `Not enough memory to start domain 'win7new'` error. In that case try to free memory by shutdowning unneeded VMs before starting the Windows VM. +Given the higher than usual memory requirements of Windows, you may get a `Not enough memory to start domain 'win7new'` error. In that case try to shutdown unneeded VMs to free memory before starting the Windows VM. At this point you may open a tab in dom0 for debugging, in case something goes amiss: