Thank you, but i think something got messed when i blacklisted radeon vii. When i verified everything results werent identical as in instructions at forums so that could possibly be it.
Im using this guide to proceed :
https://forum.proxmox.com/threads/p...x-ve-8-installation-and-configuration.130218/
IOMMU activation for systemd-boot
After i reboot and verify with
dmesg | grep -e IOMMU
that IOMMU is enabled i should get this line as in guide:*
[ 0.000000] Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA
but instead i get this:
root@homelab:~#
dmesg | grep -e IOMMU
[ 2.431305] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 2.433909] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 2.434283] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 13.338650] AMD-Vi: AMD IOMMUv2 loaded and initialized
root@homelab:~#
dmesg | grep 'remapping'
[ 0.539151] x2apic: IRQ remapping doesn't support X2APIC mode
[ 2.433918] AMD-Vi: Interrupt remapping enabled
I have everything in bios enabled for succesful passthrough, latest Auros Master x570 bios F37g. Never used proxmox on older bios version so cant compare if IOMMU mapping has changed from previous.
EDIT:
Carried on and after reboot checked "reset Bug" with
dmesg | grep vendor_reset
:
root@homelab:~#
dmesg | grep vendor_reset
[ 13.372913] vendor_reset: module verification failed: signature and/or required key missing - tainting kernel
[ 13.450249] vendor_reset_hook: installed
In guide there is no answer how output should look like and not a word from "vendor_reset: module verification failed: signature and/or required key missing - tainting kernel"
EDIT:
Carried on and when i verify everything i get this:
root@homelab:~#
dmesg | grep -E "DMAR|IOMMU"
[ 2.430801] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 2.433430] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 2.433814] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 13.477645] AMD-Vi: AMD IOMMUv2 loaded and initialized
root@homelab:~#
dmesg | grep 'remapping'
[ 0.538992] x2apic: IRQ remapping doesn't support X2APIC mode
[ 2.433438] AMD-Vi: Interrupt remapping enabled
root@homelab:~#
dmesg | grep -i vfio
[ 13.099882] VFIO - User Level meta-driver version: 0.3
[ 13.106757] vfio-pci 0000:0f:00.0: vgaarb: deactivate vga console
[ 13.106762] vfio-pci 0000:0f:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem
wns=none
[ 13.106930] vfio_pci: add [1002:66af[ffffffff:ffffffff]] class 0x000000/00000000
[ 13.203691] vfio_pci: add [1002:ab20[ffffffff:ffffffff]] class 0x000000/00000000
Correct driver loading verify:
root@homelab:~#
lspci -nnk | grep 'AMD'
It lists all IOMMU groups not only gpu contoller and its audio device and theres not any kernel info
root@homelab:~#
systemctl status vreset.service
Unit vreset.service could not be found.
Dont know how to continue from this point, can anyone please help me with this? Thank you
EDIT:
Again black screen and everything from beginning. Gonna post this to tutorial thread.