you are welcome, i miss the collaborative spirit in newsgroups and forums so i try to keep the flame burning
good, in my experience this means GPU passthrough is working
i've yet to test this but writing the cmdline differntly for video=vesafb:eek:ff video=efifb:eek:ff could change that, even...
ouch, sorry to read this is happening
looking in my documentation i found "vfio-pci 0000:26:00.0: vgaarb: ...." to be normal during boot, it does not state error anyway
check if vfio.conf contains the right pci id,this may change on bios upgrade or reconfiguration
please share the NFS hang...
make this cmdline as simple as possible, mabye so maybe not, write it as iommu=pt intel_iommu=on nobar noats nomodeset video=vseafb:off video=efifb:off
this configuration below should be a minimum
Configuration required
Code:
/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
aufs...
You must distinguish a reliable way of testing GPU passthrough on the VM first, don't mind about what weirdness you observe at this point
the console blanking on the physical console is influenced by video=vseafb:off video=efifb:off and also nomodeset I don't think i forget something here
you...
FWIW, i now have my RADEON VII working in pass through again for a linux VM. Feel free to setup a private chat to discuss your setup.
Paired with NX (nomachine.com) it works at extreme speed and high quality, even with the free version.
best way to understand what is going on is to enter the shell and stop start VM from there, ### must be replaced with VM-ID
qm stop ###
qm start ###
qm list
you must also configure like this
here is share a configuration that workd for me, the line is appended to what was in...
you should really consider upgrading the bios
Version 7B89v1E Release Date 2020-06-16 File Size 9.28 MB
Description
- Updated AMD AGESA ComboAm4PI 1.0.0.6
- Fix HDMI audio lost issue when use AMD RX570 vga card.
coincidentally i also have an MSI motherobard (x370) the bios is up to date
make sure Agesa 1.0.0.6 enabled BIOS is present to enable iommu groups which are essential for pass through if i understand correctly
to my understanding, powering down the VM is required
resettting the GPU or GPU's...
After spending many hours on this very topic. Stop buying AMD GPU. I was stupid enough to buy an AMD Radeon VII which also has the reset issue. Basically AMD should very well be able to fix this but simply ignores this topic. It is not even documented on their portal.
File bug reports as much...
to reset the GPU between VM stop and VM start where pass through is applied
do "lspci | grep VGA -A 1" for the correct pci id's
use this script and replace XX: with the for mentioned ids
Code:
#!/bin/bash
#
#replace xx\:xx.x with the number of your gpu and sound counterpart
#
#
echo...
This may be of interest to you, the guy likes to talk but hey, maybe there is something in there.
https://www.youtube.com/watch?v=k-tnFzPaVBY
This is the actual patch, note this is patch is unsupported and neither proxmox, neither AMD will support it either...
ah, yes. Run the script between VM with pass-through stop and start.
FYI: yesterday i wrote an angry mail at AMD for not clarifying how to pinpoint or resolve this since two cases exist. One blaming the AMD CPU (first gen Ryzen only) and the second blaming the AMD GPU (unknown which) but no...
FOR AMD GPU only
do "lspci | grep VGA -A 1" for the correct pci id's
use this script and replace XX: with the for mentioned ids
#!/bin/bash
#
#replace xx\:xx.x with the number of your gpu and sound counterpart
#
#
echo "disconnecting amd graphics"
echo "1" | tee -a...
things to validate
* is the rom of the expected size and is it valid ?
* you may find this link useful https://www.techpowerup.com/vgabios/?architecture=&manufacturer=&model=5700+XT&interface=&memType=&memSize=&since=
Installing the GPU drivers on proxmox will result in problems, do not do it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.