From f6321bfc89d904019cde54b8ff292d37a3ff2cd4 Mon Sep 17 00:00:00 2001 From: onkardandekar Date: Sun, 7 Jul 2019 20:35:37 +0530 Subject: [PATCH] Modified step 3 "Enable the VirtIO drivers" Added sub-steps to step 3 First sub-step for loading virtio scsi drivers Second sub-step for loading network drivers Change-Id: Ie7d8640163c2afc8225c9e80d7976aec4da378a2 Closes-Bug: #1719815 --- doc/image-guide/source/windows-image.rst | 27 +++++++++++++++--------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/doc/image-guide/source/windows-image.rst b/doc/image-guide/source/windows-image.rst index dffa2f75c9..79d3c93e21 100644 --- a/doc/image-guide/source/windows-image.rst +++ b/doc/image-guide/source/windows-image.rst @@ -36,18 +36,25 @@ using the :command:`virt-install` command and the KVM hypervisor. Use :command:`virt-manager` or :command:`virt-viewer` to connect to the VM and start the Windows installation. -#. Enable the VirtIO drivers. +#. Enable the VirtIO drivers. By default, the Windows installer does not detect + the disk. - The disk is not detected by default by the Windows installer. - When requested to choose an installation target, click - :guilabel:`Load driver` and browse the file system to select - the ``E:\virtio-win-0.1XX\viostor\2k12\amd64`` folder. The Windows - installer displays a list of drivers to install. Select the - :guilabel:`VirtIO SCSI` and :guilabel:`network drivers` and - continue the installation. +#. Load VirtIO SCSI drivers and network drivers by choosing an installation + target when prompted. Click :guilabel:`Load driver` and browse the file + system. - Once the installation is completed, the VM restarts. - Define a password for the administrator when prompted. +#. Select the ``E:\virtio-win-0.1XX\viostor\2k12\amd64`` folder. The Windows + installer displays a list of drivers to install. + +#. Select the VirtIO SCSI drivers. + +#. Click :guilabel:`Load driver` and browse the file system, and + select the ``E:\NETKVM\2k12\amd64`` folder. + +#. Select the network drivers, and continue the installation. Once the + installation is completed, the VM restarts. + +#. Define a password for the administrator when prompted. #. Log in as administrator and start a command window.