SOS: Frequent BSODs "DXGKRNL Error"

sofmeright

New Member
Mar 10, 2022
3
0
1
29
I get a BSOD everytime I try installing specific software's such as Icue Nvidia Driver and the Samsung USB drivers

System is running Proxmox Virtual Environment 7.1-7

System Specs
ASUS ASUS ROG STRIX B550-F GAMING WIFI
64GB 2x32GB DDR4-3200 PC4-25600 2Rx8 ECC Unbuffered Server Memory
EVGA 850 GQ, 80+ Gold 850W
Ryzen 2700x
rtx 3080ti vision oc
zotac 1080ti amp extreme
zfs 2 disk 128gb raid 0 for proxmox install drive
vm disk drive is a 1tb m.2 ssd

nano /etc/pve/qemu-server/107.conf

agent: 1
balloon: 8192
bios: ovmf
boot: order=ide2;virtio0;net0
cores: 8
cpu: host
efidisk0: VMStore:vm-107-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:07:00,pcie=1,x-vga=1
ide2: local:iso/virtio-win-0.1.215.iso,media=cdrom,size=528322K
machine: q35
memory: 16384
meta: creation-qemu=6.1.0,ctime=1642404371
name: MWin10VM
net0: virtio=DE:48:38:19:D8:06,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsihw: virtio-scsi-single
smbios1: uuid={UUID_IN_HERE}
sockets: 1
startup: up=120
usb2: host=03f0:0324,usb3=1
usb3: host=045e:0719,usb3=1
usb4: host=1532:0083,usb3=1
vcpus: 8
vga: none
virtio0: VMStore:vm-107-disk-1,size=250G
vmgenid: {ID_IN_HERE}

nano /etc/pve/qemu-server/108.conf

agent: 1
balloon: 0
bios: ovmf
boot: order=ide0;ide2;net0
cores: 8
cpu: host
efidisk0: VMStore:vm-108-disk-1,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:04:00,pcie=1,romfile=Gigabyte.RTX3080Ti.GA102-selfpatched.rom,x-vga=1
hostpci1: 0000:07:00,pcie=1,x-vga=1
hostpci2: 0000:08:00,pcie=1
ide0: VMStore:vm-108-disk-0,size=250G,ssd=1
ide2: local:iso/Win10_21H2_English_x64.iso,media=cdrom,size=5745798K
machine: q35
memory: 32768
meta: creation-qemu=6.1.0,ctime=1642404371
name: KWin10VM
net0: virtio=9E:C4:1B:31:C8:45,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid={UUID_IN_HERE}
sockets: 1
startup: order=2,up=90
vcpus: 8
vga: none
vmgenid: {ID_IN_HERE}

nano /etc/pve/qemu-server/151.conf

agent: 1
balloon: 4096
bios: ovmf
boot: order=ide2;virtio0;net0
cores: 4
cpu: host
efidisk0: VMStore:vm-151-disk-1,efitype=4m,pre-enrolled-keys=1,size=4M
ide2: none,media=cdrom
machine: pc-q35-6.1
memory: 8192
meta: creation-qemu=6.1.0,ctime=1642425822
name: SambaSilo
net0: virtio=7A:06:0F:40:C7:2C,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid={UUID_IN_HERE}
sockets: 1
startup: order=1,up=60
usb0: host=1058:2631,usb3=1
usb1: host=0bda:9210,usb3=1
virtio0: local-zfs:vm-151-disk-1,size=50G
vmgenid: {ID_IN_HERE}

nano /etc/kernel/cmdline

root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet amd_iommu=on iommu=pt nofb nomodeset video=efifb:eek:ff pcie_acs_override=downstream,multifunction

nano /etc/initramfs-tools/scripts/init-top/bind_vfio.sh

#!/bin/sh -e
echo "vfio-pci" > /sys/devices/pci0000:00/0000:00:07.1/0000:08:00.3/driver_override

modprobe -i vfio-pci

nano /etc/network/interfaces

auto lo
iface lo inet loopback

iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.143/24
gateway 192.168.1.1
bridge-ports enp6s0
bridge-stp off
bridge-fd 0

nano /etc/modules

vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd

nano /etc/modprobe.d/vfio.conf

options vfio-pci ids=1022:145f

nano /etc/modprobe.d/iommu_unsafe_interrupts.conf

options vfio_iommu_type1 allow_unsafe_interrupts=1

nano /etc/modprobe.d/kvm.conf

options kvm ignore_msrs=1

nano /etc/modprobe.d/blacklist.conf

blacklist radeon
blacklist nouveau
blacklist nvidia
blacklist snd_hda_intel
blacklist nvidiafb
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!