Greetings,
i tried official proxmox wiki, all reddit posts, and 2 pages of google links and no luck, Please help!
Virtual Environment 7.3-3 (fully updated today free repository)
Sometimes guest showing the GPU GT710 with 43 error and sometimes not showing at all, sometimes black screen when installing drivers (it was during the whole time that i tested different settings on host). I also tried taking out the ROM and using it in vm.conf no luck. Tried with geforce experience, without, snappy driver kit...
Actual settings shows windows basic drivers with the PCI slot of the external GPU, when installing drivers black screen apears, no network connection as if it crash, after putting the vga settings to se the display output,not booting, trying CDROM and after freezing proxmox logo.
nano /etc/pve/qemu-server/101.conf
grub:
cat /etc/modprobe.d/kvm.conf
cat /etc/modprobe.d/blacklist.conf
cat /etc/modprobe.d/vfio.conf
cat /etc/modprobe.d/iommu_unsafe_interrupts.conf
cat /etc/modprobe.d/kvm.conf
dmesg | grep 'remapping'
dmesg | grep -i vfio
/etc/modules
IOMMU
i tried official proxmox wiki, all reddit posts, and 2 pages of google links and no luck, Please help!
Virtual Environment 7.3-3 (fully updated today free repository)
Sometimes guest showing the GPU GT710 with 43 error and sometimes not showing at all, sometimes black screen when installing drivers (it was during the whole time that i tested different settings on host). I also tried taking out the ROM and using it in vm.conf no luck. Tried with geforce experience, without, snappy driver kit...
Actual settings shows windows basic drivers with the PCI slot of the external GPU, when installing drivers black screen apears, no network connection as if it crash, after putting the vga settings to se the display output,not booting, trying CDROM and after freezing proxmox logo.
nano /etc/pve/qemu-server/101.conf
Code:
bios: ovmf
boot: order=ide0;virtio0
cores: 4
efidisk0: vms:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:03:00,pcie=1,x-vga=1
ide0: local:iso/en_windows_server_2019_vl_x64_by_AG_01.2022.iso,media=cdrom,size=5252544K
ide2: local:iso/virtio-win-0.1.225.iso,media=cdrom,size=519590K
machine: q35
memory: 8192
meta: creation-qemu=7.1.0,ctime=1673879060
name: win2019
net0: virtio=36:28:60:2A:65:11,bridge=vmbr0,firewall=1
net1: virtio=B2:06:80:F9:F5:83,bridge=vmbr2,firewall=1
numa: 0
ostype: win10
parent: beforedriverinstall
scsihw: virtio-scsi-pci
smbios1: uuid=7dd84fb4-0002-44e6-b5a6-45bdfdbb27fe
sockets: 1
vga: none
virtio0: vms:vm-101-disk-1,size=100G
vmgenid: d29857fe-affe-4b45-ad33-7bae544bf02c
grub:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt video=efifb:off,vesafb:off"
cat /etc/modprobe.d/kvm.conf
Code:
options kvm ignore_msrs=1 report_ignored_msrs=0
cat /etc/modprobe.d/blacklist.conf
Code:
blacklist nvidiafb
blacklist radeon
blacklist nouveau
blacklist nvidia
cat /etc/modprobe.d/vfio.conf
Code:
options vfio-pci ids=10de:128b,10de:0e0f disable_vga=1
cat /etc/modprobe.d/iommu_unsafe_interrupts.conf
Code:
options vfio_iommu_type1 allow_unsafe_interrupts=1
cat /etc/modprobe.d/kvm.conf
Code:
options kvm ignore_msrs=1 report_ignored_msrs=0
dmesg | grep 'remapping'
Code:
[ 0.237720] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.238299] DMAR-IR: Enabled IRQ remapping in x2apic mode
dmesg | grep -i vfio
Code:
[ 5.241080] VFIO - User Level meta-driver version: 0.3
[ 5.249874] vfio-pci 0000:03:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 5.270220] vfio_pci: add [10de:128b[ffffffff:ffffffff]] class 0x000000/00000000
[ 5.293774] vfio_pci: add [10de:0e0f[ffffffff:ffffffff]] class 0x000000/00000000
/etc/modules
Code:
coretemp
ipmi_devintf
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
IOMMU
Code:
IOMMU Group 57:
03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B [GeForce GT 710] [10de:128b] (rev a1)
03:00.1 Audio device [0403]: NVIDIA Corporation GK208 HDMI/DP Audio Controller [10de:0e0f] (rev a1)
Last edited: