newunraidusers

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by newunraidusers

  1. 11 hours ago, itimpi said:

    My suspicion is that this is something within Windows.    I get exactly the same symptoms on real hardware (UDOO x86).   Hyper-V used to work on this hardware but sometime earlier this year one of the Microsoft updates broke it and I get your symptoms.   The UDOO can still quite happily run VMs under VirtualBox, just no longer able to run them under Hyper-V.   I find this also means that I cannot use WSL2 on the UDOO - trying to enable that causes the same symptoms.  Be interested if trying to activate WSL2 causes the same symptoms on your VM.

    Hi i tried this. WSL worked normally however the WSL2 update did infact cause a bootloop issue :/

  2. I wanted to enable hyper-v on a windows 10 guest. I was able to pass through everything GPU and all no issues and also setup nesting correctly as well. However, I encounter an issue where enabling hyper-v causes a boot loop on the windows 10 guest machine. I was wondering if this is a common issue and if there was any solution, all the research I looked into leads to a dead end.

     

    What happens is I get to the tianocore screen then the vm keeps rebooting until it goes through windows automatic repair thing, the only fix is doing a system restore which removes the hyper-v.

     

     

     

    Here are some places that don't have any working solution

    https://forums.unraid.net/topic/60452-640-rc9f-windows-10-vm-boot-loop/

    https://www.reddit.com/r/HyperV/comments/89va1j/enabling_hyperv_causes_boot_loop/

     

    vm config.txt syslinux config.txt

  3. Im attempting to run a benchmark but scores aren't going through because my drive is being ram cached. https://www.userbenchmark.com/UserRun/24416291

     

    I tried disabling it in windows but I still get the issue, also I can tell it still works because im getting over 1000mbs read 2000mbs write sequential speeds on an SSD (It is not an M.2 or nvme btw and realistic speeds i get is around 500mbs both read and write) How can i fix this issue or disable the feature on unraid?

     

     

    My VM XML btw.

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='12'>
      <name>Windows 10</name>
      <uuid>95331867-85ce-51b5-9dc3-8203858466f2</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>35651584</memory>
      <currentMemory unit='KiB'>35651584</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>11</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='8'/>
        <vcpupin vcpu='1' cpuset='1'/>
        <vcpupin vcpu='2' cpuset='9'/>
        <vcpupin vcpu='3' cpuset='2'/>
        <vcpupin vcpu='4' cpuset='10'/>
        <vcpupin vcpu='5' cpuset='3'/>
        <vcpupin vcpu='6' cpuset='11'/>
        <vcpupin vcpu='7' cpuset='4'/>
        <vcpupin vcpu='8' cpuset='12'/>
        <vcpupin vcpu='9' cpuset='5'/>
        <vcpupin vcpu='10' cpuset='13'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-2.4'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/95331867-85ce-51b5-9dc3-8203858466f2_VARS-pure-efi.fd</nvram>
      </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='custom' match='exact' check='full'>
        <model fallback='forbid'>qemu64</model>
        <topology sockets='1' cores='11' threads='1'/>
        <feature policy='require' name='x2apic'/>
        <feature policy='require' name='popcnt'/>
        <feature policy='require' name='hypervisor'/>
        <feature policy='require' name='lahf_lm'/>
        <feature policy='disable' name='svm'/>
        <feature policy='require' name='abm'/>
        <feature policy='disable' name='sse4a'/>
      </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='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isoME/Win10_1903_V2_English_x64.iso' index='3'/>
          <backingStore/>
          <target dev='hda' bus='sata'/>
          <readonly/>
          <boot order='2'/>
          <alias name='sata0-0-0'/>
          <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/isoME/virtio-win-0.1.171.iso' index='2'/>
          <backingStore/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <alias name='sata0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/Windows 10/vdisk1.img' index='1'/>
          <backingStore/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <alias name='sata0-0-2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <controller type='pci' index='0' model='pcie-root'>
          <alias name='pcie.0'/>
        </controller>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <alias name='pci.1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <alias name='pci.2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <alias name='pci.3'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0xb'/>
          <alias name='pci.4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0xc'/>
          <alias name='pci.5'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='6' port='0xd'/>
          <alias name='pci.6'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='qemu-xhci' ports='15'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:2c:a1:bc'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='virtio'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-12-Windows 10/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='mouse' bus='ps2'>
          <alias name='input0'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input1'/>
        </input>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/disk1/isoME/EVGA.RTX2080Ti.11264.181023.rom'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x045e'/>
            <product id='0x02fe'/>
            <address bus='1' device='12'/>
          </source>
          <alias name='hostdev2'/>
          <address type='usb' bus='0' port='1'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x08a8'/>
            <product id='0x0016'/>
            <address bus='1' device='5'/>
          </source>
          <alias name='hostdev4'/>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x0b95'/>
            <product id='0x1790'/>
            <address bus='2' device='4'/>
          </source>
          <alias name='hostdev5'/>
          <address type='usb' bus='0' port='4'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x0fd9'/>
            <product id='0x005e'/>
            <address bus='2' device='5'/>
          </source>
          <alias name='hostdev6'/>
          <address type='usb' bus='0' port='5'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1395'/>
            <product id='0x740a'/>
            <address bus='1' device='4'/>
          </source>
          <alias name='hostdev7'/>
          <address type='usb' bus='0' port='6'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1462'/>
            <product id='0x7b17'/>
            <address bus='1' device='7'/>
          </source>
          <alias name='hostdev8'/>
          <address type='usb' bus='0' port='7'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1532'/>
            <product id='0x006c'/>
            <address bus='1' device='10'/>
          </source>
          <alias name='hostdev9'/>
          <address type='usb' bus='0' port='8'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1532'/>
            <product id='0x0228'/>
            <address bus='1' device='8'/>
          </source>
          <alias name='hostdev10'/>
          <address type='usb' bus='0' port='9'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1b1c'/>
            <product id='0x0c13'/>
            <address bus='1' device='13'/>
          </source>
          <alias name='hostdev11'/>
          <address type='usb' bus='0' port='10'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x8087'/>
            <product id='0x0aaa'/>
            <address bus='1' device='11'/>
          </source>
          <alias name='hostdev12'/>
          <address type='usb' bus='0' port='11'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source startupPolicy='optional'>
            <vendor id='0x0bc2'/>
            <product id='0xa013'/>
            <address bus='2' device='9'/>
          </source>
          <alias name='hostdev13'/>
          <address type='usb' bus='0' port='12'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     

  4. I found this popping up seemingly everytime i reboot

     

    Jan 12 03:04:22 Tower kernel: vfio-pci 0000:02:00.0: BAR 1: can't reserve [mem 0x6000000000-0x600fffffff 64bit pref]
    Jan 12 03:04:22 Tower kernel: vfio-pci 0000:02:00.0: BAR 1: can't reserve [mem 0x6000000000-0x600fffffff 64bit pref]
    Jan 12 03:04:22 Tower kernel: vfio-pci 0000:02:00.0: BAR 1: can't reserve [mem 0x6000000000-0x600fffffff 64bit pref]
    Jan 12 03:04:22 Tower kernel: vfio-pci 0000:02:00.0: BAR 1: can't reserve [mem 0x6000000000-0x600fffffff 64bit pref]

    and

     

    2020-01-12T11:04:22.026175Z qemu-system-x86_64: vfio_region_write(0000:02:00.0:region1+0x12cc60, 0x0,8) failed: Device or resource busy
    2020-01-12T11:04:22.026183Z qemu-system-x86_64: vfio_region_write(0000:02:00.0:region1+0x12cc68, 0x0,8) failed: Device or resource busy
    2020-01-12T11:04:22.026192Z qemu-system-x86_64: vfio_region_write(0000:02:00.0:region1+0x12cc70, 0x0,8) failed: Device or resource busy
    2020-01-12T11:04:22.026209Z qemu-system-x86_64: vfio_region_write(0000:02:00.0:region1+0x12cc78, 0x0,8) failed: Device or resource busy\

     

    here is my xml for the vm

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='5'>
      <name>Windows 10</name>
      <uuid>159bb68a-55cd-8e9a-f2d9-595621eb1b2f</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>47710208</memory>
      <currentMemory unit='KiB'>47710208</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>14</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='1'/>
        <vcpupin vcpu='1' cpuset='9'/>
        <vcpupin vcpu='2' cpuset='2'/>
        <vcpupin vcpu='3' cpuset='10'/>
        <vcpupin vcpu='4' cpuset='3'/>
        <vcpupin vcpu='5' cpuset='11'/>
        <vcpupin vcpu='6' cpuset='4'/>
        <vcpupin vcpu='7' cpuset='12'/>
        <vcpupin vcpu='8' cpuset='5'/>
        <vcpupin vcpu='9' cpuset='13'/>
        <vcpupin vcpu='10' cpuset='6'/>
        <vcpupin vcpu='11' cpuset='14'/>
        <vcpupin vcpu='12' cpuset='7'/>
        <vcpupin vcpu='13' cpuset='15'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-i440fx-4.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/159bb68a-55cd-8e9a-f2d9-595621eb1b2f_VARS-pure-efi.fd</nvram>
      </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='7' threads='2'/>
      </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/Windows 10/vdisk1.img' index='3'/>
          <backingStore/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <alias name='sata0-0-2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/iso/Win10_1903_V2_English_x64.iso' index='2'/>
          <backingStore/>
          <target dev='hda' bus='ide'/>
          <readonly/>
          <boot order='2'/>
          <alias name='ide0-0-0'/>
          <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/iso/virtio-win-0.1.171.iso' index='1'/>
          <backingStore/>
          <target dev='hdb' bus='ide'/>
          <readonly/>
          <alias name='ide0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <controller type='usb' index='0' model='qemu-xhci' ports='15'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='sata0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </controller>
        <controller type='ide' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='0' model='pci-root'>
          <alias name='pci.0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:d3:39:98'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='virtio'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/1'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/1'>
          <source path='/dev/pts/1'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-5-Windows 10/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <alias name='input0'/>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'>
          <alias name='input1'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input2'/>
        </input>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/iso/EVGA.RTX2080Ti.11264.181023.rom'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1395'/>
            <product id='0x740a'/>
            <address bus='1' device='7'/>
          </source>
          <alias name='hostdev2'/>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1532'/>
            <product id='0x006c'/>
            <address bus='1' device='11'/>
          </source>
          <alias name='hostdev3'/>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1532'/>
            <product id='0x0228'/>
            <address bus='1' device='8'/>
          </source>
          <alias name='hostdev4'/>
          <address type='usb' bus='0' port='4'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1532'/>
            <product id='0x0c00'/>
            <address bus='1' device='2'/>
          </source>
          <alias name='hostdev5'/>
          <address type='usb' bus='0' port='5'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x8087'/>
            <product id='0x0aaa'/>
            <address bus='1' device='9'/>
          </source>
          <alias name='hostdev6'/>
          <address type='usb' bus='0' port='6'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     

  5. I want to get my 2nd GPU for passthrough working but it isn't getting detected by the monitor. (Normal pc without unraid runs fine no display issues)

     

    I tried using the vbios method. (For some reason it actually booted correctly then stopped working, it never worked again since) I tried other harddrives and ssds as well with reinstalling windows and nothing helps. The only way to access the VM is through the VNC client but I can't do that if im using the passthrough. Im currentlly at a loss. Some other settings i tried

     

    vfio-pci.ids=10de:1e07,10de:10f7 (i adjust this according to the gpu and audio for gpu)

    with PCIe ACS override (this lets me actually boot up the VM)

    VFIO allow unsafe interrupts is set to yes

     

    I tried reinstalling unraid as well. Nothing works

     

    I tried doing both GPUs, I tried doing 1 or the other. I even tried using integrated graphics on motherboard then gpus

     

    tower-diagnostics-20200112-0232.zip