Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171654

Intel iGPU passthrough to Windows 11

$
0
0
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

Viewing all articles
Browse latest Browse all 171654

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>