Hello everybody,
i have an Intel i5-8600 with an UHD630 integrated.
I setup passthrough as followed
/etc/default/grup
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"
/etc/modprobe.d/blacklist.conf
blacklist i915
/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
and since its a HP EliteDesk804 with only one descrete gpu
cat <<EOT >> /fix_gpu_pass.sh
#!/bin/bash
echo 1 > /sys/bus/pci/devices/0000\:00\:02.0/remove
echo 1 > /sys/bus/pci/rescan
EOT
chmod +x...
Read more
i have an Intel i5-8600 with an UHD630 integrated.
I setup passthrough as followed
/etc/default/grup
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"
/etc/modprobe.d/blacklist.conf
blacklist i915
/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
and since its a HP EliteDesk804 with only one descrete gpu
cat <<EOT >> /fix_gpu_pass.sh
#!/bin/bash
echo 1 > /sys/bus/pci/devices/0000\:00\:02.0/remove
echo 1 > /sys/bus/pci/rescan
EOT
chmod +x...
Read more