notes about windows 10 virio/safemode problems
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Mar 2019 08:49:13 +0000 (09:49 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Mar 2019 08:49:13 +0000 (09:49 +0100)
doc/win10-kvm-virtio.txt [new file with mode: 0644]

diff --git a/doc/win10-kvm-virtio.txt b/doc/win10-kvm-virtio.txt
new file mode 100644 (file)
index 0000000..78d41ce
--- /dev/null
@@ -0,0 +1,21 @@
+Boot machine using kvm -hda to select disk as ide
+
+drvload e:\viostor\w10\x86\viostor.inf
+
+# I can't find drvload on my windows 10 install -- dpavlin
+
+dism /image:f:\ /add-driver /driver:e:\viostor\w10\x86\viostor.inf
+
+
+After installing virtio drivers on ide disk, you have to force safemode boot
+
+search, cmd.exe, run as administrator:
+
+bcdedit /set {current} safeboot minimal
+
+
+Showdown machine and reboot this time using virtio drivers.
+
+disable safeboot:
+
+bcdedit /deletevalue {current} safeboot