From d87d6ea1809d420630c230ec80b827aef5510018 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 7 Oct 2017 21:00:47 +0200 Subject: [PATCH] change reference link to inline link I wanted to follow the Markdown conventions but decided against them for consistency. https://www.qubes-os.org/doc/doc-guidelines/#markdown-conventions --- managing-os/hvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/hvm.md b/managing-os/hvm.md index 64eafb2a..602afe8f 100644 --- a/managing-os/hvm.md +++ b/managing-os/hvm.md @@ -50,7 +50,7 @@ qvm-start win7 --cdrom=/dev/cdrom Next the VM will start booting from the attached CDROM device (which in the example above just happens to be a 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 with Windows 7 installations), because whenever the installer wants to "reboot the system" it actually shutdowns the VM and Qubes won't automatically start it. Several invocations of qvm-start command (as shown above) might be needed. -**Note:** If your Windows installation gets stuck at the glowing Windows logo, you might want to read [Issue 2488][issue-2488] for a solution. +**Note:** If your Windows installation gets stuck at the glowing Windows logo, you might want to read [Issue 2488](https://github.com/QubesOS/qubes-issues/issues/2488) for a solution. [![r2b1-win7-installing.png](/attachment/wiki/HvmCreate/r2b1-win7-installing.png)](/attachment/wiki/HvmCreate/r2b1-win7-installing.png)