Hi All,
I have already looked at here and here and tried everything but I am still getting the blank screen on my monitor.
My VM config:
/etc/default/grub
/etc/modules
/etc/modprobe.d/iommu_unsafe_interrupts.conf
/etc/modprobe.d/vfio.conf (I have two GPU installed) The other GPU is passed to a difference VM
dmesg | grep vfio
What am I missing?
I have already looked at here and here and tried everything but I am still getting the blank screen on my monitor.
My VM config:
Code:
cat /etc/modprobe.d/vfio.conf
options vfio-pci ids=10de:1cb2,10de:0fb9,10de:1c03,10de:10f1 disable_vga=1
root@pve:~# cd /etc/pve/qemu-server
root@pve:/etc/pve/qemu-server# cat 103.conf
agent: 1
balloon: 2048
bios: ovmf
boot: order=ide2;scsi0;net0;sata2
cores: 32
cpu: host,hidden=1,flags=+pcid
efidisk0: faster:vm-103-disk-1,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:05:00,pcie=1,x-vga=1
ide2: truenas:iso/Windows 10 Pro.ISO,media=cdrom
machine: pc-q35-6.0
memory: 16384
name: win10
net0: virtio=B2:C0:91:16:0A:4F,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: win10
parent: fresh
sata2: truenas:iso/virtio-win.iso,media=cdrom,size=543390K
scsi0: faster:vm-103-disk-0,cache=writeback,discard=on,size=256G
scsihw: virtio-scsi-pci
smbios1: uuid=ce3a73db-9b87-4873-ace4-30a073928d55
sockets: 1
vga: none
vmgenid: 44c6c413-7396-4e7a-b76d-839b9e799855
/etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off"
/etc/modules
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
/etc/modprobe.d/iommu_unsafe_interrupts.conf
Code:
options vfio_iommu_type1 allow_unsafe_interrupts=1
/etc/modprobe.d/vfio.conf (I have two GPU installed) The other GPU is passed to a difference VM
Code:
options vfio-pci ids=10de:1cb2,10de:0fb9,10de:1c03,10de:10f1 disable_vga=1
dmesg | grep vfio
Code:
[ 12.011301] vfio-pci 0000:43:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 12.031552] vfio_pci: add [10de:1cb2[ffffffff:ffffffff]] class 0x000000/00000000
[ 12.051595] vfio_pci: add [10de:0fb9[ffffffff:ffffffff]] class 0x000000/00000000
[ 12.051747] vfio-pci 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 12.075597] vfio_pci: add [10de:1c03[ffffffff:ffffffff]] class 0x000000/00000000
[ 12.099605] vfio_pci: add [10de:10f1[ffffffff:ffffffff]] class 0x000000/00000000
[ 295.178515] vfio-pci 0000:43:00.0: enabling device (0000 -> 0003)
[ 295.178863] vfio-pci 0000:43:00.0: vfio_ecap_init: hiding ecap 0x19@0x900
[ 752.783263] vfio-pci 0000:05:00.0: enabling device (0000 -> 0003)
[ 752.783727] vfio-pci 0000:05:00.0: vfio_ecap_init: hiding ecap 0x19@0x900
What am I missing?