Hello again,
proxmox is working fine, but I would like to passthrough 2-port GBe NIC to VM
i did everything as stated here:
https://pve.proxmox.com/wiki/Pci_passthrough#GPU_OVMF_PCI_EXPRESS_PASSTHROUGH
but when I try to start VM 101 I get the error message:
cannot open iommu_group no such file or directory
My motherboard is Asrock AM1B-ITX
https://www.asrock.com/mb/AMD/AM1B-ITX/index.pl.asp
CPU Athon APU 5370
http://products.amd.com/en-us/searc...U/Athlon™-5370-APU-with-Radeon™-R3-Series/182
dmesg | grep -e DMAR -e IOMMU command give this output:
my machine conf (vi /etc/pve/qemu-server/101.conf) is:
What I would like to do is to virtualize firewall (pfsense)
any help will be appreciated
thanks
proxmox is working fine, but I would like to passthrough 2-port GBe NIC to VM
Code:
01:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
01:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
https://pve.proxmox.com/wiki/Pci_passthrough#GPU_OVMF_PCI_EXPRESS_PASSTHROUGH
but when I try to start VM 101 I get the error message:
cannot open iommu_group no such file or directory
My motherboard is Asrock AM1B-ITX
https://www.asrock.com/mb/AMD/AM1B-ITX/index.pl.asp
CPU Athon APU 5370
http://products.amd.com/en-us/searc...U/Athlon™-5370-APU-with-Radeon™-R3-Series/182
dmesg | grep -e DMAR -e IOMMU command give this output:
Code:
[ 7.818938] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 7.818940] AMD IOMMUv2 functionality not available on this system
Code:
bootdisk: scsi0
cores: 4
keyboard: pl
memory: 2048
name: psfense
net0: virtio=16:92:66:6A:A5:EA,bridge=vmbr0
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-101-disk-1,size=8G
scsihw: virtio-scsi-pci
smbios1: uuid=b7eecb22-bc1f-4b25-a474-0f13fe8be9e3
sockets: 1
machine: q35
hostpci0: 01:00.0,pcie=1
hostpci1: 01:00.1,pcie=1
any help will be appreciated
thanks