From 529646499e990b676c4d36c7c7ebd7e0dc8e86cf Mon Sep 17 00:00:00 2001 From: mad Date: Tue, 12 Feb 2019 07:54:53 +0000 Subject: [PATCH] Update page 'FAQs' --- FAQs.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FAQs.md diff --git a/FAQs.md b/FAQs.md new file mode 100644 index 0000000..6465d52 --- /dev/null +++ b/FAQs.md @@ -0,0 +1,5 @@ +### Installing windows +To use virtio devices under windows, you'll need the drivers iso from the fedora project. +For the installation, you should put the windows install iso in the cdrom and set the bootoptions to "d". +Additionally, a second cdrom can be defined through the "custom" field like "-drive file=/path/to/virtio.iso,media=cdrom". +That way you should be able to load the required vio storage driver for the install and after that you can load the ethernet driver as well as the rng driver.