Intel igpu Passthrough gives no HDMI Signal

luizfgoncalves

New Member
Mar 9, 2026
1
0
1
Hi everyone. I'm new at Proxmox and virtualization, and I'm currently stuck in making the GPU Passthrough work for my Pop OS 22.04.
It seems to be partially working, as I can see the ProxMox boot screen on TV, but after that I get a "No signal" message. I've tried the same steps on a Batocera img, and I had the same problem after boot.

I'm running ProxMox on a Dell Optiplex 3080 (Intel 10th generation), and working on a full passthrough of the igpu following the guide at: https://github.com/LongQT-sea/intel-igpu-passthru

I've checked everything on the host BIOS, and all virtualization options are set.

This is my VM configuration:
100.conf (igd.rom is the "Coffee/Comet Lake (8/9/10th gen)" file found at git repo)
Code:
bios: ovmf
boot: order=scsi0;net0
cores: 6
cpu: host
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,size=4M
hostpci0: 0000:00:02.0,legacy-igd=1,romfile=igd.rom
machine: pc
memory: 8192
meta: creation-qemu=10.1.2,ctime=1773024379
name: pop-os-media-server
net0: virtio=BC:24:11:46:86:24,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-lvm:vm-100-disk-1,iothread=1,size=120G
scsihw: virtio-scsi-single
smbios1: uuid=1705e387-2e1a-4fed-b8e2-28a4d829c5a2
sockets: 1
usb0: host=1-1
usb1: host=1-10
vga: none
vmgenid: 0045d2f5-16b1-4c76-bef4-e9eae87584fb

/etc/defaut/grub default Linux line only has "GRUB_CMDLINE_LINUX_DEFAULT="quiet" " currently, as the guide says that setting iommu parameters are not necessary anymore. I've tried to experiment with other parameters, but with no success

My /etc/modules has nothing set as of now. I've also tried to blacklist i915.

Inside the VM, running "cat /sys/class/drm/card*-HDMI-*/status" shows "connected" for HDMI-A-3.

I'm available to show any other logs that may help in diagnosing the current problem. I've also tried old passthrough guides, but this seems to be the most recent, and also the most promising one. (As it showed at least the boot screen on the Monitor)