Jump to content

Sleepyme

Members
  • Posts

    91
  • Joined

  • Last visited

Posts posted by Sleepyme

  1. 6 hours ago, fr05ty said:

    i know when i had the error 43 i had to change my bios booting the unraid usb from the "uefi: sandisk" to just "sandisk" and the just reinstall the drivers again

    My video card only works if I boot in uefi mode. Not sure if my video card bios can be changed to non uefi...

  2. 14 hours ago, bastl said:

    @Sleepyme What you can try, use another slot for the card and also have a display plugged in while setting it up. For BIOS updates AMD released the newest AGESA version couple days ago, which should fix a couple things. Not all motherboard vendors released a newer version based on this yet. You might have to check again.

    Switched to pcie slot 2. Booted up vm in safe mode and used driver clean up to remove all traces of old drivers. Restarted and reinstalled drivers. Still getting error 43 :(

    Also updated bios to newest ABBA bios.

     

    I guess new video card....not sure if I want to try another nvidia card or switch to amd...

  3. 1 hour ago, bastl said:

    @Sleepyme What you can try, use another slot for the card and also have a display plugged in while setting it up. For BIOS updates AMD released the newest AGESA version couple days ago, which should fix a couple things. Not all motherboard vendors released a newer version based on this yet. You might have to check again.

    I haven't tried a different slot yet. Will do that right after work. Thanks! Fingers crossed!

  4. System Specs:

    AMD Ryzen 3900X

    Gigabyte X570 Aorus Pro WIfI

    Asus Strix 980 GTX OC

    32GB Ram

     

    So, I moved unraid to a new system and for the life of me I can't get the video card to work. It was working fine on my old system. 

     

    Things I have tried:

    -vfio-pci the card

    -Disable Hyper-V and added this to my xml:

        <hyperv>
          <relaxed state='off'/>
          <vapic state='off'/>
          <spinlocks state='off'/>
        </hyperv>
        <kvm>
          <hidden state='on'/>
        </kvm>

    -Dumping the bios

    -use an older driver

    -allow unsafe interrupts

    -acs override on

    -recreated vm

    -tried different version of bioses

     

     

    Nothing seems to work. Please help!

    Will getting a different video card work?

     

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>1111 Windows 10</name>
      <uuid>Removed</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>12582912</memory>
      <currentMemory unit='KiB'>12582912</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>20</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='2'/>
        <vcpupin vcpu='1' cpuset='14'/>
        <vcpupin vcpu='2' cpuset='3'/>
        <vcpupin vcpu='3' cpuset='15'/>
        <vcpupin vcpu='4' cpuset='4'/>
        <vcpupin vcpu='5' cpuset='16'/>
        <vcpupin vcpu='6' cpuset='5'/>
        <vcpupin vcpu='7' cpuset='17'/>
        <vcpupin vcpu='8' cpuset='6'/>
        <vcpupin vcpu='9' cpuset='18'/>
        <vcpupin vcpu='10' cpuset='7'/>
        <vcpupin vcpu='11' cpuset='19'/>
        <vcpupin vcpu='12' cpuset='8'/>
        <vcpupin vcpu='13' cpuset='20'/>
        <vcpupin vcpu='14' cpuset='9'/>
        <vcpupin vcpu='15' cpuset='21'/>
        <vcpupin vcpu='16' cpuset='10'/>
        <vcpupin vcpu='17' cpuset='22'/>
        <vcpupin vcpu='18' cpuset='11'/>
        <vcpupin vcpu='19' cpuset='23'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-i440fx-3.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/1984bc75-7175-5ecc-7c3e-b60eadfcfd9e_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv>
          <relaxed state='off'/>
          <vapic state='off'/>
          <spinlocks state='off'/>
        </hyperv>
        <kvm>
          <hidden state='on'/>
        </kvm>
      </features>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' cores='20' threads='1'/>
      </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='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-KINGSTON_SH103S3240G_50026B7239045B53'/>
          <target dev='hdc' bus='scsi'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-CT500MX500SSD1_1752E108D9BD'/>
          <target dev='hdd' bus='scsi'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-CT2000MX500SSD1_1920E2045697'/>
          <target dev='hde' bus='scsi'/>
          <address type='drive' controller='0' bus='0' target='0' unit='4'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-WDC_WD3003FZEX-00Z4SA0_WD-WCC132352776'/>
          <target dev='hdf' bus='virtio'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </disk>
        <controller type='scsi' index='0' model='virtio-scsi'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </controller>
        <controller type='pci' index='0' model='pci-root'/>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </controller>
        <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>
        <interface type='bridge'>
          <mac address='52:54:00:4f:af:a9'/>
          <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='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/>
          </source>
          <rom file='/mnt/user/Virtual Machines/roms updated/GM204modded.rom'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0a' slot='0x00' function='0x1'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc226'/>
          </source>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc227'/>
          </source>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc53f'/>
          </source>
          <address type='usb' bus='0' port='4'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
    </domain>
     

    vault001-diagnostics-20190919-0126.zip

  5. Man switching to ryzen is a pain. 

     

    Tried the following and still getting error code 43:

    2. vfio-pci the card

    3. Disable Hyper-V

    4. Dumping the bios (Work Quite )

    7. use an older driver

     

    Don't know what else I can do except buy an amd card....anyone have any suggestions? Prefer to stick with nvidia since I paid a lot of money for a sync monitor... I'm using a 980gtx.

  6. 6 hours ago, emuhack said:

    image.png.b3c1ad5f32b59ab7130761ac6b0f5ab9.png

     

    I did nothing to the FW, just put it right into my case and added the cooler and booted... I did have some trouble at first with booting unraid, but that was because I have a few old hardrives that had windows still on them... lol Once i set the boot too only usb it boots fine. 

     

    I am passing through my GPU to a VM and it works, this took me about 3hr to find a fix. You have to get the correct BIOS for your card and load it in your VM. I got the correct bios from here: https://www.techpowerup.com/vgabios/ and i had to edit it with a hex editor like in this video: 

     

     

    That above is the article which i used methods from both videos in that article. 

    I did have to use GPU-Z to figure out what bios version my card had and make sure i downloaded the correct bios version file. 

    Then in my VM i have it set this way:

    image.png.1d819f111fe69f6d4405900e55ee6050.png

     

    Let me know if this helps or if you have any other questions.

    I got my gpu passthrough but not onboard audio. I'll have to use audio from my GPU but I hate the audio cord that sticks out of my monitor.... darn it!

    • Like 1
  7. On 9/13/2019 at 6:34 PM, emuhack said:

     

    I have... 

     

    :: Build ::

    AMD Ryzen 3900x (12c/24t) 

    H100i Pro Liquid AM4 Cooler

    16gb DDR-4

    GTX 1050Ti

     

    I currently have for disks --

     

    4 256gb SSD for my VM-Docker Storage, when my HBA comes in I will add another 256gb for parity of that array

    2 8tb drives, it will go down to 1 8tb (the other will become parity) when i add the other 8 - 2tb drives from my previous server when im done copying over the data

    When $$ allows I may use the 2 - M2 slots with 1tb NVME for cache drives... 

     

    1  Windows 10 VM with 2c/4t -- Just a daily driver and general access VM

    1 Windows 10 Gaming VM with 4c/8t for gaming with the 1050ti passed through. It took me a bit to get it working but i have used it to use Nvidia Game Stream to my laptop and had the kids play fortnite on it, they said there was some input lag (but what does a 14yr old know.... LOL)

     

    My current Docker's

    - Krusader (amazing file management app)

    - Plex

    - RuTorrent

    - Tautulli

    - Unifi-Controller

     

    I use the CPU Pinning for the Dockers and VM's - I have only 1c/2t on my dockers and I will be doubling that on next reboot.

    Which motherboard do you have? Are you passing your GPU to your vm? Any issues with onboarding audio?

     

    I purchased the Gigabyte x570 aorus pro wifi and it's nothing but problems for me.

×
×
  • Create New...