Hi there
I'm trying to set-up GPU pass-thorugh, but
First I added
I also added the lines to
As
I gave it a
Still no return. Any ideas?
CPU: AMD Ryzen 3950X, Mainboard: Gigabyte Aurous Ultra, Virtualisation-related things (virtualisation, IOMMU, ARI, ACS) are turned on in the BIOS.
Thank you very much for your reply.
I'm trying to set-up GPU pass-thorugh, but
dmesg | grep ecap
does not return anything. Not even an error. It is a pretty fresh proxmox install, where I followed the tutorial in the forum and set up a first Windows10 VM. I did not use ZFS for the root folder, but created a ZFS mirror for the VMs.First I added
amd_iommu=on
as well as iommu=pt
to /etc/default/grub
, gave it a update-grub
and rebootet.
Code:
root@pvehost:~# dmesg | grep -e DMAR -e IOMMU
[ 0.610867] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.613588] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.615034] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 4.132699] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
I also added the lines to
/etc/modules
.As
dmesg | grep ecap
didn't show anything, even after two reboots, I also created the /etc/kernel/cmdline
file with a single line of text:
Code:
amd_iommu=on iommu=pt
I gave it a
pve-efiboot-tool refresh
and in the meantime also a update-grub
and rebootet.
Code:
root@pvehost:~# update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.3.18-3-pve
Found initrd image: /boot/initrd.img-5.3.18-3-pve
Found linux image: /boot/vmlinuz-5.3.18-2-pve
Found initrd image: /boot/initrd.img-5.3.18-2-pve
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Adding boot menu entry for EFI firmware configuration
done
root@pvehost:~# pve-efiboot-tool refresh
Running hook script 'pve-auto-removal'..
Running hook script 'zz-pve-efiboot'..
Re-executing '/etc/kernel/postinst.d/zz-pve-efiboot' in new private mount namespace..
No /etc/kernel/pve-efiboot-uuids found, skipping ESP sync.
root@pvehost:~#
Still no return. Any ideas?
CPU: AMD Ryzen 3950X, Mainboard: Gigabyte Aurous Ultra, Virtualisation-related things (virtualisation, IOMMU, ARI, ACS) are turned on in the BIOS.
Thank you very much for your reply.
Last edited: