From a0c99be9ac8071a52d9bc7ec303c41e251645701 Mon Sep 17 00:00:00 2001 From: qaidvoid <12017109+QaidVoid@users.noreply.github.com> Date: Tue, 27 Oct 2020 12:51:44 +0545 Subject: [PATCH] Better --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9339f5d..c527f87 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ Launch virt-manager and create new virtual machine. Check Customize before install on final step. - Overview > Chipset: Q35, Firmware: UEFI - CPUs > CPU model: host-passthrough, CPU topology: Best for your machine :) - SATA Disk > Disk bus: virtio - NIC > Device model: virtio + Overview > Chipset: Q35, Firmware: UEFI
+ CPUs > CPU model: host-passthrough, CPU topology: Best for your machine :)
+ SATA Disk > Disk bus: virtio
+ NIC > Device model: virtio
Add Hardware > CDROM: virtio-win.iso Begin Installation and install Windows.. Windows can't detect virtio devices, so you need to Load Driver from virtio-disk/amd64/win10 when prompted. @@ -77,7 +77,7 @@
Dump GPU vBIOS - Windows > Use [GPU-Z](https://www.techpowerup.com/gpuz/) + Windows > Use [GPU-Z](https://www.techpowerup.com/gpuz/)
Linux > Try following but doesn't seem to work: ```sh @@ -236,13 +236,13 @@
-[Video card driver virtualisation detection](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Video_card_driver_virtualisation_detection) -[Keyboard/Mouse Passthrough](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Passing_keyboard/mouse_via_Evdev) -[Audio Passthrough](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Passing_VM_audio_to_host_via_PulseAudio) +[Video card driver virtualisation detection](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Video_card_driver_virtualisation_detection)
+[Keyboard/Mouse Passthrough](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Passing_keyboard/mouse_via_Evdev)
+[Audio Passthrough](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Passing_VM_audio_to_host_via_PulseAudio)
[Troubleshooting](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Troubleshooting) See Also -> [Single GPU Passthrough by joeknock90](https://github.com/joeknock90/Single-GPU-Passthrough) -> [Single GPU Passthrough by YuriAlek](https://gitlab.com/YuriAlek/vfio) -> [ArchLinux PCI Passthrough](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF) -> [Gentoo GPU Passthrough](https://wiki.gentoo.org/wiki/GPU_passthrough_with_libvirt_qemu_kvm) \ No newline at end of file +> [Single GPU Passthrough by joeknock90](https://github.com/joeknock90/Single-GPU-Passthrough)
+> [Single GPU Passthrough by YuriAlek](https://gitlab.com/YuriAlek/vfio)
+> [ArchLinux PCI Passthrough](https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF)
+> [Gentoo GPU Passthrough](https://wiki.gentoo.org/wiki/GPU_passthrough_with_libvirt_qemu_kvm)
\ No newline at end of file