Formatting

pull/15/head
qaidvoid 4 years ago
parent 6d19ea9b4b
commit 551daefb87

@ -1,6 +1,6 @@
* Set up IOMMU
** Enable IOMMU
Load /etc/default/grub and append *intel_iommu=on* or *amd_iommu=on* to GRUB_CMDLINE_LINUX_DEFAULT. Also, *iommu=pt*.\
Load /etc/default/grub and append *intel_iommu=on* or *amd_iommu=on* to GRUB_CMDLINE_LINUX_DEFAULT. Also, *iommu=pt*. \\
Update grub configuration.
#+BEGIN_SRC bash
grub-mkconfig -o /boot/grub/grub.cfg
@ -29,8 +29,8 @@ This may not be needed. If default network isn't started by default for you, sta
sudo virsh net-autostart default
#+END_SRC
** Setup Guest OS
Launch virt-manager, and start creating guest. On final step, check *Customize before install*.
> In the *Overview* section, set Chipset to *Q35* and firmware to *UEFI*
> In the *CPUs* section, change CPU model to *host-passthrough*. You need to type it.\
According to Arch Wiki, this makes sure that the CPU is detected properly. Without it, some applications may complain about your CPU being of an unknown model.\
Launch virt-manager, and start creating guest. On final step, check *Customize before install*. \\
> In the *Overview* section, set Chipset to *Q35* and firmware to *UEFI* \\
> In the *CPUs* section, change CPU model to *host-passthrough*. You need to type it. \\
According to Arch Wiki, this makes sure that the CPU is detected properly. Without it, some applications may complain about your CPU being of an unknown model. \\
Now, you can *Begin Installation*.

Loading…
Cancel
Save