nate922

Members
  • Posts

    17
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

nate922's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks buddy. That's exactly what I did, started again. Yes, it's the correct USB controller as the keyboard works under clover during boot. Now I can pass single USB devices, but when I pass the entire controller it crashes. Good news is that I can get it to boot with the UEFI bios and Clover, I hate legacy I'll look into it and thanks again for your help!
  2. Hey gridrunner, Are you running <kernel>/mnt/user/ssd/enoch_rev2795_boot</kernel> ? Enoch doesn't detect my keyboards, changing it to clover and it's ok.
  3. Im just used to clover. But I'm getting desperate so I might move back to Enoch and see how I go. It's funny at the moment, I"m trying to control my 4K screen via VNC as I have no input devices, lol
  4. Heh all works except for USB, so no KB, Mouse or BT, I'm can only access it via VNC, lol
  5. Thanks pete <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>CLOVER-GOOD-OSX-Guide-1-Current</name> <uuid>0aa39626-7ba1-2d41-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'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> <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/user/ssd/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> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=?'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <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:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:1a.0,bus=pcie.0'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.1,bus=pcie.0'/> </qemu:commandline> </domain>
  6. Yep. Full Res Accelerated. I just added nvda_drv=1 in clover, and installed the latest Nvidia Web drivers of course. [edit] sorry I could of been a little clearer On first boot, boot with nv_disable=1 Install latest nvidia web drivers Reboot and add nvda_drv=1 to clover's boot args
  7. Thanks for that peter. I've also tried with passing single devices rather than the entire controller, and that crashes as well. Seems when I pass USB Clover crashes, take it out and clover is happy. Do you guys also have? <controller type='usb' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </controller> Also you're using SeaBios right?
  8. Thanks gridrunner. I've used your config (only changed the addresses) and it's still the same. Can I get your config file please? Something else must be causing a conflict. Cheers. <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:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.1,bus=pcie.0'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:1a.0,bus=root.1,addr=00.2'/>
  9. Wow, Thanks for your help peter. It's all happening, I even passed the GPU and the GTX 970 is happy with OSX. I'm having a problem with the USB though, I'm passing the entire controller. But when I'm passing the controller through the keyboard is working at Clover, but I'm getting a kernel panic on boot. "unable to find driver for this platform: \"ACPI\".../IOPlatformExpert.cpp:1665" Does my passthrough look ok to you guys? I've also tried USBBusFix=Yes but it doesn't seem to help. Thanks guys. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>OSX-Guide-1-Current</name> <uuid>0aa39626-7ba1-2d41-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'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> <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/user/ssd/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> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/>key here'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <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:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.1,bus=pcie.0'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:1a.0,bus=pcie.0'/> </qemu:commandline> </domain>
  10. There are always issue with what we do I can't seem to get clover to boot for the life of me, are you using the VMF-pure-efi.fd bios Peter? If i use the EFI/Clover: <target dev='hdb' bus='virtio'/> Clover stops booting, I'm guessing it doesn't know about the virtio driver and if I set it as SATA, ie: <target dev='hdb' bus='sata'/> EFI Bios doesn't see the disk. Cheers.
  11. Thanks for the help peter_sm & archedraft. I'll give it a go, you guys rock!
  12. Thanks archedraft. Ok next mission, have you tried getting it to boot with clover using waschbenzin's clover image from insanelymac? I tried everything and all i'm getting is +++++++++ from clover when I'm booting from the HDD.
  13. Thanks for your help archedraft. Managed to get the installer to run, woohoo. I used the passthrough and nv_disable=1 and it seems to work. I was reading your posts, what are the chances of us getting sleep to work? That would be awesome, I can finally get rid of the desktop.
  14. Created a new image: Install_OS_X_10.11.1_El_Capitan.iso (based on 10.11.1) Got your XML again, just changed the paths, very weird. Are you running it on 6.1.4 and qemu-x86_64 version 2.3.0 archedraft ? Cheers.