Hi!
My HW config:
MSI A78M-E45
AMD APU A10-7860k
Gigabyte Radeon RX 570 4GB
16GB RAM
I have a problem with setting up GPU Passthrough on Windows 10 VM. VM is working fine on RX 570 until I start a game. Game is always crashing(sometimes after couple of seconds, sometimes instant after start)with on dmesg:
When I've add iommu=soft to grub and restart host I've got information that IOMMU is not supported on this system, and IOMMU groups disappeared.
Windows 10 VM starts fine with(latest AMD Crimson Drivers on VM):
/etc/default/grub:
VM CONF:
Why soft IOMMU didn't work? Why machine is crashing only when I'm trying to start graphics intensive software and on Windows work fine without any complaining about IOMMU?
Pls help.
My HW config:
MSI A78M-E45
AMD APU A10-7860k
Gigabyte Radeon RX 570 4GB
16GB RAM
I have a problem with setting up GPU Passthrough on Windows 10 VM. VM is working fine on RX 570 until I start a game. Game is always crashing(sometimes after couple of seconds, sometimes instant after start)with on dmesg:
Code:
[ 1729.128595] AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x000e address=0x0000006304d89ac0 flags=0x0000]
[ 1729.157439] AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x000e address=0x00000081fc2e8000 flags=0x0010]
[ 1729.157489] AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x000e address=0x00000081fc2e8300 flags=0x0010]
[ 1729.157522] AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x000e address=0x00000081fc2e8140 flags=0x0010]
When I've add iommu=soft to grub and restart host I've got information that IOMMU is not supported on this system, and IOMMU groups disappeared.
Windows 10 VM starts fine with(latest AMD Crimson Drivers on VM):
/etc/default/grub:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet video=efifb:off"
GRUB_CMDLINE_LINUX=""
VM CONF:
Code:
balloon: 0
bios: ovmf
bootdisk: virtio0
cores: 4
efidisk0: storage:200/vm-200-disk-1.raw,size=128K
hostpci0: 01:00,x-vga=on,romfile=RX570G4.f11
machine: q35
memory: 8192
name: GameMachine
net0: virtio=12:D0:70:95:82:99,bridge=vmbr0
numa: 0
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=bf022de4-d283-4271-b09b-122c7de88aee
sockets: 1
usb0: host=3-2
usb1: host=8-1
virtio0: storage:200/vm-200-disk-2.raw,cache=writethrough,discard=on,size=500G
Why soft IOMMU didn't work? Why machine is crashing only when I'm trying to start graphics intensive software and on Windows work fine without any complaining about IOMMU?
Pls help.