locutus2000

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by locutus2000

  1. Crap, I am getting Code 43 on the Nvidia card after a big Windows 10 version update. Anything I can do?
  2. I just ran 3D mark and I wasn't disappointed! Looked awesome, Windows updates are running now, I am ecstatic!
  3. This is how you add the rom file in 6.2 rc: <rom bar='on' file='/etc/fake/boot.bin'/> Try using this instead of the line you use now. Same placement as the old line. I also see that you are using q35-2.5 instead of the default i440f-2.5. Try changing it back to the default. Another thing to try that have helped is to change multimonitor option in the bios to auto or on. Don't know if you have that option, but I see that your motherboard has both DVI and HDMI, so worth a try. Wow! I was succesfull at first with the old notation and using Seabios but the VM wouldn't come back when windows restarted. I just modifidied it to this and it was successful. It even survived a Windows Reboot. Thanks for this!
  4. Once I started the VM I did LSPCI as well and then the GPU had the Kernel driver for VFIO-PCI loaded. So I unbinded it, dumped the ROM, bound it again and reconfigured the XML of the VM to have the BIOS included. Still a black screen
  5. Yes did that as well. Once I started the VM I did LSPCI as well and then the GPU had the Kernel driver for VFIO-PCI loaded. So I unbinded it, dumped the ROM, bound it again and reconfigured the XML of the VM to have the BIOS included. Still a black screen
  6. I am getting the same error here: root@Tower:/sys/bus/pci/devices/0000:01:00.0# cat rom /mnt/user/isos/bios.rom cat: rom: Input/output error cat: /mnt/user/isos/bios.rom: No such file or directory Also extracting the bios with GPU-Z doesnt help to get a screen output on my VM. Where you able to solve it? My display for unraid is connected to my Intel HD graphics and VFIO-PCI was already not a kernel driver when I listed LSPCI -v
  7. Well I see other posts with the same content but not the solution. So LSPCI doesn't list any Kernel driver in use, suggesting it's needed to unbind from vfio-pci. I am getting a similar error when dumping the bios: root@Tower:/sys/bus/pci/devices/0000:04:00.0# cat rom > /boot/vbios.dump cat: rom: Input/output error Update: I was able to get the rom after it was assigned to the VM and it was the VFIO-PCI driver was loaded. So now I extracted the ROM and booted the VM. Need to wait until I get back home to see if I resolved the black screen issue.
  8. Yes without succes. Although I hadn't added the gpu bios at that point. Would it make sense to use seabios with my Skylake setup? Could you post your Diagnostics.zip? You'll fin it in the webgui under Tools --> Diagnostics. Where did you get the BIOS from? Did you create it or downloaded it? Might be worth a try to make it yourself. Details in this post. I made it with GPU-Z, I don't have a 2nd pci slot as this is an MITX board. I extracted while having the monitor connected to the Intel graphics but drivers installed on a Windows 10 machine. Attached my diagnostics. As you already use the onboard GPU, you don't need to move the card to another slot. The eason for him moving it was that he didn't get a proper dump when the GPU was used for the console. Thanks for clearing that up. I went into the console and used the guide to try and attempt the extraction. I get an error while unbinding the GPU, it tells me there is no such device and then when I try to move the ROM to the boot directory it also gives aan io error. What should I make of that?
  9. Yes without succes. Although I hadn't added the gpu bios at that point. Would it make sense to use seabios with my Skylake setup? Could you post your Diagnostics.zip? You'll fin it in the webgui under Tools --> Diagnostics. Where did you get the BIOS from? Did you create it or downloaded it? Might be worth a try to make it yourself. Details in this post. I made it with GPU-Z, I don't have a 2nd pci slot as this is an MITX board. I extracted while having the monitor connected to the Intel graphics but drivers installed on a Windows 10 machine. Attached my diagnostics. tower-diagnostics-20160731-1255.zip
  10. Yes without succes. Although I hadn't added the gpu bios at that point. Would it make sense to use seabios with my Skylake setup?
  11. I have been toying around with unRAID because of the ease of virtualization with GPU passthrough. I am stuck with the GPU passthrough and have tried many things. I can setup VMs but I can't have any display video output on my dedicated GPU. Here is my setup: ASRock H170M/AC ITX Mainboard (Bios setup to display host OS output on Intel HD graphics, VT-D/x enabled) Intel G4400 CPU (Intel VT-D & VT-X enabled) Gigabyte GTX 560Ti OC 1GB card Unraid latest beta. Here's my VM XML <domain type='kvm'> <name>Windows 10</name> <uuid>4baca502-7e0b-7aaf-0667-e6bde28cdba0</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/4baca502-7e0b-7aaf-0667-e6bde28cdba0_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='0x02' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/SW_DVD5_Win_Pro_10_64BIT_English_MLF_X20-25557.ISO'/> <target dev='hda' bus='sata'/> <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.118-2.iso'/> <target dev='hdb' bus='sata'/> <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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:74:c9:69'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/GF114.rom'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc52b'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0a12'/> <product id='0x0001'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Here is my LSPCI: I have tried with and without mounting my VGA ROM (Extracted with GPU-Z) and with PCIE ACS Override on and off. Does anyone know what I am doing wrong?