ashman70

Members
  • Posts

    2630
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ashman70

  1. Thanks, that helped, but its not hitting my monitor that I have plugged into the DVI port on the video card. When I was first doing this and going into 'edit' of the VM, and selecting my video card, it was actually displaying the boot up on my monitor, but the XML was messed up and it was stuck on 'booting from hard drive'. Now its not even powering up the monitor. Arggghhhhh.
  2. Need help, I am trying to turn on my graphics card by editing my OSX virtual machine however for some reason my XML has a second graphics card in here somewhere because when I add my XML and save it, then edit the properties of the virtual machine the primary video card is VNC and it has as second video card that is my GTX 960. Can someone help me spot where the second video card is in my XML, I can't see it. Thanks AM <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>OSX-El-Capitan-10.11-VNC</name> <uuid>0ba39646-7ba1-4d41-9602-e2968b2fe36d</uuid> <metadata> <type>None</type> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='2'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> <kernel>/mnt/virtualization/enoch_rev2795_boot</kernel> <boot dev='hd'/> <bootmenu enable='yes'/> </os> <features> <acpi/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>core2duo</model> </cpu> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/mnt/virtualization/ElCapitan.img'/> <target dev='hda' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </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'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:00:20:30'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='vmvga' vram='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.0,bus=pcie.0,multifunction=on,x-vga=on'/> </qemu:commandline> </domain>
  3. I would examine all your disks, I had a drive go, but it wasn't obvious at first and it caused random freezing and hiccups on my system, fortunately after a few reboots I got warnings about the drive and quickly replaced it. Run SMART tests on your drives if you suspect one might be on its way out.
  4. I got a ton of emails too, I just upped the threshold to 85% for warning, then got a ton more emails saying the disks had returned to normal operation.
  5. I should think you can use whatever resolutions are supported by your monitors and video card. For example in my setup, my video card supports 4k resolutions, so I should be able to support one 27' 4k monitor and two 23" monitors running at 1920x1080. I just need help getting to that point.
  6. If anyone else can help me out I would appreciate it, CHBMB has helped me as far as he can and I really appreciate his time and effort. I am trying to pass through my GTX 960 video card, I ultimately want to run three monitors off it. I need to get USB passed through as well and sound too. I can post my USB info and my XML. Right now the OSX VM boots but it does not detect USB devices and graphics is stuck at 1024x768. So for the Qemu part of my XML looks like this: <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:1d.0,bus=root.1,addr=00.2'/> <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=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> </qemu:commandline> This is my lspci info: 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09) 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04) 00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 04) 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) 00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4) 00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4) 00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4) 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04) 01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1) 01:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1) 63:00.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa) 64:01.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa) 64:02.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa) 64:03.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa) 67:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 11) 68:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41) 69:01.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0) 6a:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) This is my USB info, I only want yo pass through hub 004. 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family US B Enhanced Host Controller #1 (rev 04) root@Backup:~# readlink /sys/bus/usb/devices/usb1 ../../../devices/pci0000:00/0000:00:14.0/usb1 root@Backup:~# readlink /sys/bus/usb/devices/usb2 ../../../devices/pci0000:00/0000:00:14.0/usb2 root@Backup:~# readlink /sys/bus/usb/devices/usb3 ../../../devices/pci0000:00/0000:00:1a.0/usb3 root@Backup:~# readlink /sys/bus/usb/devices/usb4 ../../../devices/pci0000:00/0000:00:1d.0/usb4 root@Backup:~# Bus 004 Device 003: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 005: ID 2109:0810 Bus 003 Device 004: ID 05dc:a205 Lexar Media, Inc. Bus 003 Device 003: ID 051d:0002 American Power Conversion Uninterruptible Power Supply Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 003: ID 2109:0810 Bus 002 Device 002: ID 2109:0810 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub These are my IOMMU Groups /sys/kernel/iommu_groups/0/devices/0000:00:00.0 /sys/kernel/iommu_groups/1/devices/0000:00:01.0 /sys/kernel/iommu_groups/1/devices/0000:01:00.0 /sys/kernel/iommu_groups/1/devices/0000:01:00.1 /sys/kernel/iommu_groups/2/devices/0000:00:02.0 /sys/kernel/iommu_groups/3/devices/0000:00:14.0 /sys/kernel/iommu_groups/4/devices/0000:00:16.0 /sys/kernel/iommu_groups/5/devices/0000:00:19.0 /sys/kernel/iommu_groups/6/devices/0000:00:1a.0 /sys/kernel/iommu_groups/7/devices/0000:00:1b.0 /sys/kernel/iommu_groups/8/devices/0000:00:1c.0 /sys/kernel/iommu_groups/9/devices/0000:00:1c.4 /sys/kernel/iommu_groups/10/devices/0000:68:00.0 /sys/kernel/iommu_groups/10/devices/0000:69:01.0 /sys/kernel/iommu_groups/10/devices/0000:00:1c.5 /sys/kernel/iommu_groups/11/devices/0000:00:1c.7 /sys/kernel/iommu_groups/12/devices/0000:00:1d.0 /sys/kernel/iommu_groups/13/devices/0000:00:1f.0 /sys/kernel/iommu_groups/13/devices/0000:00:1f.2 /sys/kernel/iommu_groups/13/devices/0000:00:1f.3 /sys/kernel/iommu_groups/14/devices/0000:63:00.0 /sys/kernel/iommu_groups/15/devices/0000:64:01.0 /sys/kernel/iommu_groups/16/devices/0000:64:02.0 /sys/kernel/iommu_groups/17/devices/0000:64:03.0 /sys/kernel/iommu_groups/18/devices/0000:67:00.0 /sys/kernel/iommu_groups/19/devices/0000:6a:00.0 Thanks AM
  7. I'm wondering if I should start from scratch. Can you sign in with your Appled ID?
  8. Correct, you will never pass through Bus 003 but it would still be good to figure out which USB slots belong to Bus 003 for future reference. Its all the ports on the rear of my motherboard, I know because I plugged a USB flash drive into the empty slots and ran the command, as well I can see whats plugged into those slots corresponds with bus 003. So I am just going to pass through bus 004 then.
  9. I posted in your USB passthrough thread, anyway I figured out that I shouldn't pass through bus 003 as that is the bus my UnRaid flash drive is on, my case has external USB ports on the top and those are on bus 004 so I figure I can pass that through, not sure what is on bus 001 or 002 nothing showed up when I plugged in my flash drives and it just shows Linux Foundation 2.0 root hub and 3.0 root hub.
  10. So I am just starting this and this is the USB output from Putty for my system. Linux 4.1.13-unRAID. root@Backup:~# lspci | grep USB 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family US B xHCI Host Controller (rev 04) 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family US B Enhanced Host Controller #2 (rev 04) 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family US B Enhanced Host Controller #1 (rev 04) root@Backup:~# lsusb Bus 004 Device 003: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 005: ID 2109:0810 Bus 003 Device 004: ID 05dc:a205 Lexar Media, Inc. Bus 003 Device 003: ID 051d:0002 American Power Conversion Uninterruptible Power Supply Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 003: ID 2109:0810 Bus 002 Device 002: ID 2109:0810 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub The Lexar on Bus 03 is the USB flash drive I use to boot UnRaid, so I am assuming I don't want to pass trhough Bus 003 at all, correct? Or do I to plug a flash drive into to different ports still and run this command to see what ports are on Bus 003?
  11. Yes I can, I have a keyboard connected to my UnRaid server and its operational now, even though my OSX VM is booted at the moment.
  12. Well I was able to update to 10.11.2 no problem, however I cannot sign into iCloud or iMessage. I guess I will forge ahead with the USB passthrough and try to figure out how to pass my GTX 960 through. Do I have to plug an extra keyboard and mouse into my unraid server to figure out what USB controller they are on so I can pass them through?
  13. So no, the info in my plist file was different, I updated it from what is in Archedraft's doc saved it, removed those XML lines again, but I still get the same error when starting the VM. I edited the plist file with text editor.
  14. Do we really think at this point that my org.chameleon.boot.plist is corrupted? I haven't even edited it yet.
  15. No I am following Archedraft's guide. Interestingly enough, with those XML lines left in (which step #20 says to remove) I can sign into iMessage.
  16. Maybe I'll just start from scratch again and do this under Yosemite and see how it works out. If its good, then I'll upgrade to El Capitain.
  17. Sorry if this is a stupid obvious question, but if my org.chameleon.boot.plist file is corrupt, how do I create one from scratch as you guys did?
  18. Are we talking about the org.chameleon.boot.plist file? CHBMB what happens when you remove the XML lines in step #20 from your OSX VM can you start it? AM
  19. Yes that is correct, if I remove the XML as outlined in step #20 of Archedraft's guide, I get the timestamp error that I posted, if I put the removed XML back, its fine.
  20. No it was part of the files downloaded from Archedraft's guide, I haven't done anything with it yet, not even opened it.
  21. Also if I can ask for someones help getting my GTX 960 to passthrough too at some point, that would be immensely helpful.
  22. I haven't even gotten to that part, I'm stuck on removing the lines in step #20. I've created the Extra folder and put the org.chameleon.boot.plist file in there, that's it.