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
This commit is contained in:
onkardandekar 2019-07-07 20:35:37 +05:30 committed by Andreas Jaeger
parent 85aed22318
commit f6321bfc89
1 changed files with 17 additions and 10 deletions

View File

@ -36,18 +36,25 @@ using the :command:`virt-install` command and the KVM hypervisor.
Use :command:`virt-manager` or :command:`virt-viewer` to Use :command:`virt-manager` or :command:`virt-viewer` to
connect to the VM and start the Windows installation. 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. #. Load VirtIO SCSI drivers and network drivers by choosing an installation
When requested to choose an installation target, click target when prompted. Click :guilabel:`Load driver` and browse the file
:guilabel:`Load driver` and browse the file system to select system.
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.
Once the installation is completed, the VM restarts. #. Select the ``E:\virtio-win-0.1XX\viostor\2k12\amd64`` folder. The Windows
Define a password for the administrator when prompted. 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. #. Log in as administrator and start a command window.