March 15, 20206 yr Hello all, I am sort of new to the Unraid OS and was basically following the Linus Tech Tips video for 2 gamers 1 cpu. I am unsure of what I am doing wrong and it seems to trail back to 2017 if I'm not mistaken and cannot find what to use for AMD GPU drivers in Unraid that don't make the VM freeze on boot. I am currently on Unraid Version: 6.8.3 The graphics cards in question are AMD Raedeon HD 7770 2GB. The only way I can even get this card to allow pass through is through the SEABIOS setting, using the newer BIOS version will just sit on a black screen. Of course I am also using windows 10. The AMD Driver I am trying to install is what is available as of 3/14/2020 which im getting conflicting information on what version is it now: Adrenalin 2020 20.2.2 is anyone able to give me any tips on how to resolve this or figure out what is the best method of getting drivers to work for these cards? Thanks. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>VM2</name> <uuid>aacfc2b1-450c-2dfb-567c-5b9019ce6c37</uuid> <description>VM2</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8912896</memory> <currentMemory unit='KiB'>8912896</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='16'/> <vcpupin vcpu='2' cpuset='5'/> <vcpupin vcpu='3' cpuset='17'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='18'/> <vcpupin vcpu='6' cpuset='7'/> <vcpupin vcpu='7' cpuset='19'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-4.2'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/VM2/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.173.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:d0:20:0a'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x89' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x89' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x093a'/> <product id='0x2510'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1532'/> <product id='0x0202'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> </domain> Edited March 15, 20206 yr by cheif22 added xml
March 15, 20206 yr Author 3 hours ago, cobhc said: Use Q35 as machine type. i440fx doesn't play well with AMD GPU's. Cobhc, can you be more specific to which Q35 that would be? thanks
March 15, 20206 yr Just now, cheif22 said: Cobhc, can you be more specific to which Q35 that would be? thanks You can use any, Q35-4.2 works fine for me.
March 15, 20206 yr Author 7 hours ago, cobhc said: You can use any, Q35-4.2 works fine for me. Cobhc, I want to thank you. Right now i have 2 vms running SEABIOS with Q35-4.2 and AMD drivers are installing like a charm and not causing me any headaches. Besides me screwing up my VDISK install locations lol. which is unrelated. But yea this was a weird issue. I am glad I can reuse some old cards with effective GPU performance for some LAN party like games. Thanks and hope this helps others who need to fix this on their own system.
March 15, 20206 yr Author 16 minutes ago, cobhc said: No problem, have you tried OVMF with Q35? Might be worth a try. I did try this but the cards would not allow the machine to do gpu passtrough. I found that these cards have a new Firmware update to switch them from legacy equipment to UEFI but i do not own a ASUS motherboard to perform this as ASUS is very very very VERY VERY manufacture specific with their own brand. which means I cannot update any firmware on my cards. that update was back in 2013 I don't know what the difference is between OVMF vs SEABIOS. if OVMF is based on UEFI and SEABIOS is legacy. then that might be the line. Edited March 15, 20206 yr by cheif22 edited post
Archived
This topic is now archived and is closed to further replies.