From 23fef20684093e161a7f4161b1b9ef33e9684bbb Mon Sep 17 00:00:00 2001 From: Yukikoo Date: Wed, 23 Jun 2021 18:08:38 +0000 Subject: [PATCH] update windows-gaming-hvm. remove pandoc artifact --- docs/customization/windows-gaming-hvm.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/customization/windows-gaming-hvm.md b/docs/customization/windows-gaming-hvm.md index 9a723f1..5a4c5b6 100644 --- a/docs/customization/windows-gaming-hvm.md +++ b/docs/customization/windows-gaming-hvm.md @@ -64,9 +64,9 @@ Short list of things to do to make the GPU passthrough work: - You verified and confirmed that the secondary GPU is alone in its IOMMU Group -- In dom0, you edited the file `/etc/default/grub`{.text} or - `/boot/efi/EFI/qubes/xen.cfg`{.text} or - `/boot/efi/EFI/qubes/grub.cfg`{.text} to allow PCI hiding for your +- In dom0, you edited the file `/etc/default/grub` or + `/boot/efi/EFI/qubes/xen.cfg` or + `/boot/efi/EFI/qubes/grub.cfg` to allow PCI hiding for your secondary GPU, and regenerated the grub if needed - You have patched stubdom-linux-rootfs.gz to allow to have more than @@ -99,7 +99,7 @@ qvm-pci ``` Then find the devices id for your secondary gpu. In my case, it is -`dom0:0a_00.0`{.text} and `dom0:0a_00.1`{.text}. Edit /etc/default/grub, +`dom0:0a_00.0` and `dom0:0a_00.1`. Edit /etc/default/grub, and add the PCI hiding ``` text @@ -112,9 +112,9 @@ then regenerate the grub grub2-mkconfig -o /boot/grub2/grub.cfg ``` -Or if using UEFI boot, edit `/boot/efi/EFI/qubes/xen.cfg`{.text} or -`/boot/efi/EFI/qubes/grub.cfg`{.text} and add the -`rd.qubes.hide_pci=`{.text} option to the `kernel=`{.text} line. +Or if using UEFI boot, edit `/boot/efi/EFI/qubes/xen.cfg` or +`/boot/efi/EFI/qubes/grub.cfg` and add the +`rd.qubes.hide_pci=` option to the `kernel=` line. ## Patching stubdom-linux-rootfs.gz