Using a Windows 11 vm i can see the hardware showing up in device manager using RDP. I can install the driver... but i dont get any screen output. When i boot proxmox i have screenoutput from Host showing 3 lines and ends with loading kernel.... then when powering on the VM it goes black and after couple of seconds screen displays "No Signal"
/etc/default/grub
/etc/modules
00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics 640 [8086:5926] (rev 06)
/etc/modprobe.d/vfio.conf
/etc/modprobe.d/i915.conf
PVE: 8.4.0
Kernels: 6.8.12-9, 6.8.12-5, 6.5.13-5, 6.5.13-3 (tried these kernels)
any help would be appriciated
/etc/default/grub
Code:
intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init video=simplefb:off video=vesafb:off video=efifb:off video=vesa:off disable_vga=1 vfio_iommu_type1.allow_unsafe_interrupts=1 kvm.ignore_msrs=1 modprobe.blacklist=radeon,nouveau,nvidia,nvidiafb,nvidia-gpu
/etc/modules
Code:
vfio"
vfio_iommu_type1"
vfio_pci"
00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics 640 [8086:5926] (rev 06)
/etc/modprobe.d/vfio.conf
Code:
options vfio-pci ids=8086:5926 disable_vga=1
/etc/modprobe.d/i915.conf
Code:
softdep i915 pre: vfio-pci
softdep snd_hda_intel pre: vfio-pci
softdep snd_hda_codec_hdmi pre: vfio-pci
PVE: 8.4.0
Kernels: 6.8.12-9, 6.8.12-5, 6.5.13-5, 6.5.13-3 (tried these kernels)
any help would be appriciated
Last edited: