From bee4d04a171acbca1f8c08974cbc5e2a0bd09aed Mon Sep 17 00:00:00 2001
From: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
Date: Thu, 19 Dec 2024 20:28:20 +0100
Subject: [PATCH] Add VirtIO instructions to MicroWin page
---
xaml/inputXML.xaml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml
index 5f36750f..39610760 100644
--- a/xaml/inputXML.xaml
+++ b/xaml/inputXML.xaml
@@ -1266,7 +1266,13 @@
- Once complete, the target ISO file will be in the directory you have specified
- Copy this image to your Ventoy USB Stick, boot to this image, gg
- If you are injecting drivers ensure you put all your inf, sys, and dll files for each driver into a separate directory
+ If you are injecting drivers ensure you put all your inf, sys, and dll files for each driver into a separate directory
+ Installing VirtIO drivers
+ If you plan on using your ISO on QEMU/Proxmox VE, you can bundle VirtIO drivers with your ISO to automatically install drivers. Simply tick the "Include VirtIO drivers" checkbox before starting the process. Then, follow these instructions:
+
+
+
+
-Example:
+Driver structure example:
C:\drivers\
|-- Driver1\
| |-- Driver1.inf
@@ -1286,7 +1292,7 @@
| |-- Driver2.inf
| |-- Driver2.sys
|-- OtherFiles...
-
+