March 8, 20179 yr 4 hours ago, Ex0danify said: It says the same when I try to only pass through one device. Has anyone an Idea whats going on with this? Help would be appreciated. --Ex0 The way you're doing it works, but you might want to try passing devices through using hostdev instead. I find it much simpler and have always had more success with it. There's some stickied threads in the KVM forum that might help. Note: This is a personal opinion, not gospel Edit: Also, you may want to look at your iommu groups to make sure things aren't getting grouped together. (Post the results as well). You can find it in the tools tab under system devices (or something along those lines) Edited March 8, 20179 yr by DoeBoye
April 14, 20179 yr Since the Nvidia Pascal drivers are out and lots of people on tonymac are posting they have had success using the 1000 series cards, anybody been able to pass through a 1000 series card? If i passthrough a GTX 950, it boots, if i passthrough a GTX1080 it wont boot. I've enabled the nvidiaweb driver and inject system id in clover. I've updated to the required driver as well. Any ideas guys?
April 15, 20179 yr Got it working, didn't see the the nv_disable bootflag was set :P. GTX 1080 on OSX on unRAID confirmed working :). Just have to disconnect the hdmi cable whilst it gets past its first bit of booting otherwise it wont boot. Weird bug?
May 16, 20179 yr Hoping someone can help me out. I've got my OS X VM running with GPU passthrough, and splashtop running, but I have no mouse access. I've tried just about every combination that I can think of, but upon reboot, I never have mouse input. I've tried connecting via VNC remote management as well, with no luck. Please help! <domain type='kvm' id='44' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Sierra</name> <uuid>6abf50bc-2742-8e5e-e946-9dd519a3af7a</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="libreelec.png" os="linux"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</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'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.7'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/6abf50bc-2742-8e5e-e946-9dd519a3af7a_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='2'/> </cpu> <clock offset='utc'> <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/Sierra/sierra.img'/> <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='usb' index='0' model='piix3-uhci'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' 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='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='pci' index='3' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='3'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:c7:25:7e'/> <source bridge='br0'/> <target dev='vnet1'/> <model type='e1000-82545em'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x03' function='0x0'/> </interface> <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='0x05' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <memballoon model='none'> <alias name='balloon0'/> </memballoon> </devices> <seclabel type='none' model='none'/> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain>
November 11, 20178 yr Trying to run through this setup today. Im on unraid 6.3.5 and getting this error when starting the VM through the web GUI of unraid: Quote internal error: process exited while connecting to monitor: 2017-11-11T16:52:29.255666Z qemu-system-x86_64: -drive id=MacDVD,if=none,snapshot=on,file=:/mnt/user/isos/Install_OS_X_10.11_El_Capitan.iso: Unknown protocol '' Ok, I came back to this and saw my problem almost immediately, single colon ":" somehow got inserted into my iso path at the beginning. Edited November 12, 20178 yr by JimJamUrUnraid
Archived
This topic is now archived and is closed to further replies.