Abusinq

Members
  • Posts

    7
  • Joined

  • Last visited

Abusinq's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Just tried it with two different ROMs from techpowerup: https://www.techpowerup.com/vgabios/129492/evga-gtx650ti-1024-120919 https://www.techpowerup.com/vgabios/131663/evga-gtx650ti-1024-120920 no luck
  2. I just got a new server for mass storage, and small games. The components are listed below: CPUs: 2x Xeon E5-2670 v2 (10 cores 20 threads * 2) GPU: EVGA 650 Ti 1gb RAM: 32gb 1600mhz ecc registered ddr3 Motherboard: Supermicro X9DRI-F I have tried turning off Hyper-V. I have tried following other guides for this problem. I have tried updating the drivers using GeForce Experience. I have tried adding multifunction='on' to the XML config Here is my current XML config: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>05d1f894-4b54-8958-7bcc-afeda024a201</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>20</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='5'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='7'/> <vcpupin vcpu='8' cpuset='8'/> <vcpupin vcpu='9' cpuset='9'/> <vcpupin vcpu='10' cpuset='10'/> <vcpupin vcpu='11' cpuset='11'/> <vcpupin vcpu='12' cpuset='12'/> <vcpupin vcpu='13' cpuset='13'/> <vcpupin vcpu='14' cpuset='14'/> <vcpupin vcpu='15' cpuset='15'/> <vcpupin vcpu='16' cpuset='16'/> <vcpupin vcpu='17' cpuset='17'/> <vcpupin vcpu='18' cpuset='18'/> <vcpupin vcpu='19' cpuset='19'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/05d1f894-4b54-8958-7bcc-afeda024a201_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' migratable='on'> <topology sockets='1' dies='1' cores='10' 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/Windows 10/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.190-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <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> <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:50:51:83'/> <source bridge='br0'/> <model type='virtio-net'/> <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='0x82' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x82' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/> </hostdev> <memballoon model='none'/> </devices> </domain> Any ideas to fix this would be greatly appriciated. If I left out any information that is needed to help fix this, just ask. Thanks in advance.
  3. Ok, thanks! Also, where did you find your 1600af? I cant find that thing anywhere, and its always more than $150.
  4. Hi, I was planning on using unRAID to run an archival server with 1 VM occasionally used. Would this system be enough for that? CPU: Ryzen 5 1600 (I was thinking of using 3600x or 3600, but I don't have a spare 1600 to flash bios) CPU Cooler: Cooler Master Hyper 212 Black Edition RAM: Corsair Vengaence LPX 16GB (2x8) 3200Mhz CL16 GPU: GTX 650 Ti (Already Owned) Motherboard: ASRock B450 Pro4 PSU: Corsair RM650 Fully Modular 80+ Gold Chassis: Rosewill RSV-R4000 Maybe some Noctua highspeed fans (I wont be hearing it much, as it will be in my basement). My needs: A system that can store approx. 16TB of storage, that is accessed at least one time a day, transfering up to 20gb in one day. A system that can run a windows 10 VM on 4 cores (While leaving the other 2 cores for unRAID, and storing data) Should I change anything out here?
  5. How exactly would you do that? Sorry, Im new to this stuff. Thanks!
  6. Hi, I'm new to this stuff, and started using unRAID less than a month ago. I was wondering if anyone knows a reliable expansion card that I could get at least 4 ports out of. I only have two ports on my motherboard. The card that I found was: https://www.amazon.com/SAS9211-8I-8PORT-Int-Sata-Pcie/dp/B002RL8I7M/ref=sr_1_2?dchild=1&keywords=9210-8i&qid=1592120818&s=electronics&sr=1-2 Would that work on unRAID, and are there any cheaper options? Current Specs: CPU: Intel Pentium e5800 Memory: 6GB (6048mb) DDR3 PSU: 300w unbranded PCIe 2.0 Slot 1: 1gb network ethernet card PCIe 2.0 Slot 2: (Expansion Card eventually) Storage: Boot Drive: 16gb flash drive HHD: 160gb Future plan for storage: HHD's 1, 2, 3, 4, 5: WL 4TB 7200RPM 64MB Cache SATA 6.0Gb/s HHD SSD1 (Cache Drive): SanDisk Ultra 3D NAND 500GB Internal SSD If there is any ideas you have to help me find the right components, I would greatly appreciate it. Note: This NAS is specifically used for archival data (Pictures and Videos) ranging anywhere from 1 megabyte to 5 gigabytes, and uploaded as frequent as daily.