Skip to content

Commit f7f055f

Browse files
authored
Merge pull request #66902 from danielclowers/CNV-17899
CNV#17899: Instructions to install virtio-win as CD
2 parents ba4ca05 + a4bc87a commit f7f055f

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/creating_vms/virt-installing-qemu-guest-agent.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-attaching-virtio-disk-to-windows-existing_{context}"]
7+
= Attaching VirtIO container disk to an existing Windows VM
8+
9+
You must attach the VirtIO container disk to the Windows VM to install the necessary Windows drivers. This can be done to an existing VM.
10+
11+
.Procedure
12+
13+
. Navigate to the existing Windows VM, and click *Actions* -> *Stop*.
14+
. Go to *VM Details* -> *Configuration* -> *Disks* and click *Add disk*.
15+
. Add `windows-driver-disk` from container source, set the *Type* to *CD-ROM*, and then set the *Interface* to *SATA*.
16+
. Click *Save*.
17+
. Start the VM, and connect to a graphical console.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/creating_vms/virt-installing-qemu-guest-agent.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="virt-attaching-virtio-disk-to-windows_{context}"]
7+
= Attaching VirtIO container disk to Windows VMs during installation
8+
9+
You must attach the VirtIO container disk to the Windows VM to install the necessary Windows drivers. This can be done during creation of the VM.
10+
11+
.Procedure
12+
13+
. When creating a Windows VM from a template, click *Customize VirtualMachine*.
14+
. Select *Mount Windows drivers disk*.
15+
. Click the *Customize VirtualMachine parameters*.
16+
. Click *Create VirtualMachine*.
17+
18+
After the VM is created, the `virtio-win` SATA CD disk will be attached to the VM.

virt/virtual_machines/creating_vms_custom/virt-installing-qemu-guest-agent.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ include::modules/virt-installing-qemu-guest-agent-on-windows-vm.adoc[leveloffset
2020
[id="installing-virtio-drivers"]
2121
== Installing VirtIO drivers on Windows VMs
2222

23-
VirtIO drivers are paravirtualized device drivers required for Microsoft Windows virtual machines (VMs) to run in {VirtProductName}. The supported drivers are
24-
available in the `container-native-virtualization/virtio-win` container disk of the link:https://catalog.redhat.com/software/containers/search?q=virtio-win&p=1[Red Hat Ecosystem Catalog].
23+
VirtIO drivers are paravirtualized device drivers required for Microsoft Windows virtual machines (VMs) to run in {VirtProductName}. The drivers are shipped with the rest of the images and do not require a separate download.
2524

2625
The `container-native-virtualization/virtio-win` container disk must be attached to the VM as a SATA CD drive to enable driver installation. You can install VirtIO drivers during Windows installation or added to an existing Windows installation.
2726

@@ -48,6 +47,10 @@ VEN_1AF4&DEV_1041
4847
|The network driver. Sometimes labeled as an *Ethernet Controller* in the *Other devices* group. Available only if a VirtIO NIC is configured.
4948
|===
5049

50+
include::modules/virt-attaching-virtio-disk-to-windows.adoc[leveloffset=+2]
51+
52+
include::modules/virt-attaching-virtio-disk-to-windows-existing.adoc[leveloffset=+2]
53+
5154
include::modules/virt-installing-virtio-drivers-installing-windows.adoc[leveloffset=+2]
5255

5356
include::modules/virt-installing-virtio-drivers-existing-windows.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)