waschbenzin Posted June 26, 2016 Author Share Posted June 26, 2016 @Hameer Abbasi Could you share your Clover configuration? Right now I can't boot cpu models beyond core2duo, but I had it working at some point. If I recall correctly, I was able to boot with cpu models up to SandyBridge. Link to comment Share on other sites More sharing options...
Hameer Abbasi Posted June 26, 2016 Share Posted June 26, 2016 @Hameer Abbasi Could you share your Clover configuration? Right now I can't boot cpu models beyond core2duo, but I had it working at some point. If I recall correctly, I was able to boot with cpu models up to SandyBridge. Backups are important. I wish I could too. Spent half the day on this. http://www.pastebin.com/uaKkUqwJ Link to comment Share on other sites More sharing options...
dreadkopp Posted June 27, 2016 Share Posted June 27, 2016 SIERRA UPDATE!!!!!! setting vCPU to core2duo will not work anymore and result in KernelPanic due to the lack of SSE4 support of core2duo. Setting vCPU to Penryn will fix this issue. In my experience without qemu-cpu-flag in clover OSX runs at x10 the normal speed, with qemu flag at roughly 1/4 . editing FSB Values in clover menu won't help. (i tried 1Ghz, 500Mhz, 1Mhz even 1Khz... everytime the same speed) however hardcoding x4 CPU Ratio in Clover fixed it for me. In 20 mins i get no difference in realtime and vms system time with various loads on the vm. here you can find the hacked clover version: http://p-sol.de/claudia/index.php/s/FPw8BbMjFtK2SBF check post 382: http://www.insanelymac.com/forum/topic/309087-insanely-fast-virtual-mac-qemu-ovmf-clover-and-native-graphics/?p=2246484 this is the config.plist i use: http://p-sol.de/claudia/index.php/s/DDY9MY1bVtSJIJE the whole efi folder with kexts and fixes for audio using ich6 /-soundhw hda: http://p-sol.de/claudia/index.php/s/ex1SFI5s3gDCDLr for Sierra install you might need to change SMBIOS to iMac10,1 . After install there are no problems when reverting it to MacPro3,1 THIS CLOVER VERSION IS FOR QEMU PENRYN vCPU ONLY! Would be nice if you guys could try this one on your setups and report. this is my (a bit messy) domain.xml: <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh edit 10.11.4 or other application using the libvirt API. --> <domain type='kvm'> <name>sierra</name> <uuid>c5094e5d-10f4-4d7a-86e9-5658e39a07ef</uuid> <memory unit='KiB'>12312576</memory> <currentMemory unit='KiB'>12312576</currentMemory> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/home/arne/ubuntuovmf.fd</loader> <nvram>/var/lib/libvirt/qemu/nvram/10.11.4_VARS.fd</nvram> <bootmenu enable='no'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>Penryn</model> <topology sockets='8' cores='1' threads='1'/> </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> <pm> <suspend-to-mem enabled='no'/> <suspend-to-disk enabled='no'/> </pm> <devices> <emulator>/usr/local/bin/qemu-system-x86_64</emulator> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='directsync' io='native'/> <source dev='/dev/disk/by-partlabel/OSXSSD'/> <target dev='sdc' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/oldinstall/linuxmint-17.3-cinnamon-64bit.iso'/> <target dev='sde' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <source dev='/dev/sda'/> <target dev='sdf' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='5'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x2'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='sata' index='1'> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </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='0x00' function='0x0'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='ioh3420'/> <target chassis='3' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='ioh3420'/> <target chassis='4' port='0x18'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='scsi' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <controller type='scsi' index='1' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </controller> <interface type='direct'> <mac address='52:54:00:0f:45:e9'/> <source dev='enp2s0' mode='bridge'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <sound model='ich6'> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </sound> <hostdev mode='subsystem' type='pci' managed='no'> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </source> <rom bar='on' file='/vm/vBios/6870.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='no'> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x05ac'/> <product id='0x0221'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> And another thing: do not update to current ovmf (yet). while it works fine with linux/windows vm you won't get output on your OSX vm after Kernel patches. reverting to a old version (whatever ubuntu 16.04 uses) fixed it for me. arch linux' ovmf and ovmf from git won't work. PS: My Host CPU is a old Xeon X5650. cannot get Nehalem/Westmere/host-passthrough to work. If i find the time i might investigate further. however for sierra Penryn is just fine 06:00:0 is my 6870 with added uefi support, 05:00:0 is a USB3 card (Fresco Logic FL1100) Cheers 3 Link to comment Share on other sites More sharing options...
GuiPer Posted June 28, 2016 Share Posted June 28, 2016 SIERRA UPDATE!!!!!! setting vCPU to core2duo will not work anymore and result in KernelPanic due to the lack of SSE4 support of core2duo. Setting vCPU to Penryn will fix this issue. In my experience without qemu-cpu-flag in clover OSX runs at x10 the normal speed, with qemu flag at roughly 1/4 . editing FSB Values in clover menu won't help. (i tried 1Ghz, 500Mhz, 1Mhz even 1Khz... everytime the same speed) however hardcoding x4 CPU Ratio in Clover fixed it for me. In 20 mins i get no difference in realtime and vms system time with various loads on the vm. here you can find the hacked clover version: http://p-sol.de/claudia/index.php/s/FPw8BbMjFtK2SBF this is the config.plist i use: http://p-sol.de/claudia/index.php/s/DDY9MY1bVtSJIJE the whole efi folder with kexts and fixes for audio using ich6 /-soundhw hda: http://p-sol.de/claudia/index.php/s/ex1SFI5s3gDCDLr for Sierra install you might need to change SMBIOS to iMac10,1 . After install there are no problems when reverting it to MacPro3,1 THIS CLOVER VERSION IS FOR QEMU PENRYN vCPU ONLY! Would be nice if you guys could try this one on your setups and report. this is my (a bit messy) domain.xml: <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh edit 10.11.4 or other application using the libvirt API. --> <domain type='kvm'> <name>sierra</name> <uuid>c5094e5d-10f4-4d7a-86e9-5658e39a07ef</uuid> <memory unit='KiB'>12312576</memory> <currentMemory unit='KiB'>12312576</currentMemory> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/home/arne/ubuntuovmf.fd</loader> <nvram>/var/lib/libvirt/qemu/nvram/10.11.4_VARS.fd</nvram> <bootmenu enable='no'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>Penryn</model> <topology sockets='8' cores='1' threads='1'/> </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> <pm> <suspend-to-mem enabled='no'/> <suspend-to-disk enabled='no'/> </pm> <devices> <emulator>/usr/local/bin/qemu-system-x86_64</emulator> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='directsync' io='native'/> <source dev='/dev/disk/by-partlabel/OSXSSD'/> <target dev='sdc' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/oldinstall/linuxmint-17.3-cinnamon-64bit.iso'/> <target dev='sde' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <source dev='/dev/sda'/> <target dev='sdf' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='5'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x2'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='sata' index='1'> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </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='0x00' function='0x0'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='ioh3420'/> <target chassis='3' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='ioh3420'/> <target chassis='4' port='0x18'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='scsi' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <controller type='scsi' index='1' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </controller> <interface type='direct'> <mac address='52:54:00:0f:45:e9'/> <source dev='enp2s0' mode='bridge'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <sound model='ich6'> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </sound> <hostdev mode='subsystem' type='pci' managed='no'> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </source> <rom bar='on' file='/vm/vBios/6870.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='no'> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x05ac'/> <product id='0x0221'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> And another thing: do not update to current ovmf (yet). while it works fine with linux/windows vm you won't get output on your OSX vm after Kernel patches. reverting to a old version (whatever ubuntu 16.04 uses) fixed it for me. arch linux' ovmf and ovmf from git won't work. PS: My Host CPU is a old Xeon X5650. cannot get Nehalem/Westmere/host-passthrough to work. If i find the time i might investigate further. however for sierra Penryn is just fine 06:00:0 is my 6870 with added uefi support, 05:00:0 is a USB3 card (Fresco Logic FL1100) Cheers Thanks! Your setup works fine for me even on El Capitan. Was able to boot with cpu set as Penryn and everything looks fine, including my GTX 960 and sound. Also had major issues with mouse and keyboard lag passing my USB2 Host, solved by enabling the USB3 host in BIOS, connecting to it and passing through it instead. May help somebody. 1 Link to comment Share on other sites More sharing options...
dreadkopp Posted June 29, 2016 Share Posted June 29, 2016 TESTERS NEEDED: please give this one a try: http://p-sol.de/claudia/index.php/s/X49Hv3oTOtmXUu1 works fine with Nehalem/Westmere (host) vCPU on my machine. works as well on another machine. Also with SandyBridge, Ivybridge, Haskell-noTSX. Systemtime seems to be fine on that machine as well. Fixes for vCPU aren't hacked into it anymore but only used when 'QEMU' flag is true in config.plist. If you test it, make sure you enabled Clover debugging in boot section. If unsuccessful, please post /Clover/misc.debug.log + your host CPU info. If successful please check if systemtime is correct. I checked by using a stopwatch app on my macbook and the vm. start it at the same time and let it run for a few minutes. stop it at the same time again and check if they are in sync or not. if time is off please post your host CPU info. Cheers Link to comment Share on other sites More sharing options...
Lexxar Posted July 5, 2016 Share Posted July 5, 2016 TESTERS NEEDED: please give this one a try: http://p-sol.de/claudia/index.php/s/X49Hv3oTOtmXUu1 works fine with Nehalem/Westmere (host) vCPU on my machine. works as well on another machine. Also with SandyBridge, Ivybridge, Haskell-noTSX. Systemtime seems to be fine on that machine as well. Fixes for vCPU aren't hacked into it anymore but only used when 'QEMU' flag is true in config.plist. If you test it, make sure you enabled Clover debugging in boot section. If unsuccessful, please post /Clover/misc.debug.log + your host CPU info. If successful please check if systemtime is correct. I checked by using a stopwatch app on my macbook and the vm. start it at the same time and let it run for a few minutes. stop it at the same time again and check if they are in sync or not. if time is off please post your host CPU info. Cheers Hi, i tested your version of clover, but none of the above mentioned vCPUs worked for me. I get stuck in a reboot loop. Just "Penryn" works. My CPU is a 5820k and i am jusing El Capitan with the latest update. Here is my VM xml, QEMU Flag is true. Cheers. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>sierra</name> <uuid>c5094e5d-10f4-4d7a-86e9-5658e39a07ef</uuid> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='5'/> <vcpupin vcpu='1' cpuset='11'/> <emulatorpin cpuset='0,6'/> </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/0b83d059-3f7c-4c10-98ba-4c752e7817d6_VARS-pure-efi.fd</nvram> <bootmenu enable='no'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>Penryn</model> <topology sockets='1' cores='1' 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> <pm> <suspend-to-mem enabled='no'/> <suspend-to-disk enabled='no'/> </pm> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/vDisk/Mac/ElCapitan.img'/> <target dev='hdc' bus='sata'/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <source dev='/dev/sdg'/> <target dev='sdf' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='5'/> </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='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='0x06' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <input type='mouse' bus='usb'/> <input type='keyboard' bus='usb'/> <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='de'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1a' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1d' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc'/> </qemu:commandline> </domain> Link to comment Share on other sites More sharing options...
dreadkopp Posted July 5, 2016 Share Posted July 5, 2016 lexxar: penryn works at normal speed? At which clockrate does your 5820k run? At which point does the reboot occure? Mind attaching the ./Clover/misc/debug.log? Thanks for testing. Will do my best to fix it further Gesendet von meinem K6000 Pro mit Tapatalk Link to comment Share on other sites More sharing options...
Lexxar Posted July 5, 2016 Share Posted July 5, 2016 Penryn is working at 1/4 speed with QEMU enabled and way too fast whithout it. The 5820 should run with max 4.1Ghz. The reboot occurs after the ++++++ in verbose mode. I think it is a problem with an.efi file in the drivers64UEFI folder. log is attached. I think your fix works fine regarding the speed. 0:100 0:100 MemLog inited, TSC freq: 3305806287 0:100 0:000 0:100 0:000 Now is 5.7.2016, 20:14:54 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:101 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD8B58 0:101 0:000 SelfDirPath = \EFI\BOOT 0:105 0:004 Total Memory Slots Count = 1 0:105 0:000 Type 17 Index = 0 0:105 0:000 Ignoring insane frequency value 0MHz 0:105 0:000 SmbiosTable.Type17->Speed = 0MHz 0:105 0:000 SmbiosTable.Type17->Size = 4096MB 0:105 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:105 0:000 SmbiosTable.Type17->Vendor = QEMU 0:105 0:000 SmbiosTable.Type17->SerialNumber = 0:105 0:000 SmbiosTable.Type17->PartNumber = 0:105 0:000 Boot status=0 0:105 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:105 0:000 ... with board 0:105 0:000 CPU Vendor = 756E6547 Model=306C1 0:105 0:000 got cores from CPUID_1 = 2 0:105 0:000 The CPU not supported turbo 0:105 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:105 0:000 MSR 0xE2 before patch 00000000 0:105 0:000 MSR 0xE4 00000000 0:105 0:000 MSR 0xCE 00000000_00000000 0:105 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:105 0:000 Corrected FSBFrequency=100MHz 0:105 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:105 0:000 Family/ExtFamily: 0x6/0x0 0:105 0:000 MaxDiv/MinDiv: 4.0/4 0:105 0:000 Turbo: 4/4/4/4 0:105 0:000 Features: 0x178BFBFF 0:105 0:000 Threads: 2 0:105 0:000 Cores: 2 0:105 0:000 FSB: 100 MHz 0:105 0:000 CPU: 2000 MHz 0:105 0:000 TSC: 2000 MHz 0:105 0:000 PIS: 400 MHz 0:105 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:105 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:105 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:105 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:105 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:106 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:106 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:106 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:106 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:106 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:106 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:107 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:107 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:107 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:107 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:107 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:107 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:107 0:000 Clover load options size = 0 bytes 0:129 0:022 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:135 0:005 EFI\CLOVER\config.plist loaded: Success 0:146 0:010 Found theme directory: applestyle 0:168 0:022 Found theme directory: christmas 0:180 0:012 Found theme directory: embedded 0:186 0:006 Found theme directory: iclover 0:199 0:012 Found theme directory: newyear 0:220 0:021 Found theme directory: random 0:226 0:005 Loading early settings 0:226 0:000 timeout set to 5 0:226 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:344 0:118 KextsToPatch: 5 requested 0:412 0:068 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:567 0:154 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:722 0:155 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:877 0:154 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 1:033 0:156 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:211 0:177 Default theme: applestyle 1:250 0:039 Hiding entries with string VolumeName_NOT_SHOWN 1:287 0:037 Hiding entries with string EntryPath_NOT_SHOWN 1:322 0:035 Hiding entries with string VolumeUUID_NOT_SHOWN 1:384 0:062 LoadDrivers() start 1:427 0:042 Loading CsmVideoDxe-64.efi status=Success 1:542 0:115 - driver needs connecting 1:584 0:041 Loading EmuVariableUefi-64.efi status=Success 1:701 0:117 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success 1:845 0:143 Loading FSInject-64.efi status=Success 1:961 0:115 Loading HFSPlus.efi status=Success 2:110 0:149 - driver needs connecting 2:150 0:040 Loading DataHubDxe-64.efi status=Success 2:283 0:132 Loading OsxAptioFixDrv-64.efi status=Success 2:418 0:134 Loading OsxFatBinaryDrv-64.efi status=Success 2:528 0:110 Loading PartitionDxe-64.efi status=Success 2:640 0:111 - driver needs connecting 2:675 0:035 3 drivers needs connecting ... 2:709 0:034 PlatformDriverOverrideProtocol not found. Installing ... Success 2:779 0:069 Partition driver loaded: 2:849 0:069 HFS+ driver loaded 2:914 0:065 Video driver loaded: disconnect Success 3:026 0:112 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 15:356 12:329 LoadDrivers() end 15:393 0:037 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 15:602 0:209 SetScreenResolution: 800x600 - already set 15:673 0:070 Console modes reported: 3, available modes: 15:737 0:063 Mode 1: 80x25 (current mode) 15:798 0:061 Mode 3: 100x31 15:834 0:036 SetScreenResolution: 800x600 - already set 15:904 0:070 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:944 0:039 MAC address of LAN #0= 52:54:00:00:20:30: 16:230 0:285 MAC address of LAN #1= 52:54:00:00:20:30: 16:508 0:277 MAC address of LAN #2= 52:54:00:00:20:30: 16:791 0:283 ScanSPD() start 16:852 0:060 SMBus device : 8086 2930 class=0C0500 status=Success 16:914 0:061 SMBus CmdReg: 0x7 16:948 0:034 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:983 0:034 Slots to scan [8]... 17:018 0:034 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 17:052 0:034 spd page change error for byte 50:2! 17:087 0:034 SPD[0]: Type 0 @0x50 17:122 0:035 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 17:157 0:034 spd page change error for byte 51:2! 17:192 0:034 SPD[1]: Type 0 @0x51 17:252 0:060 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 17:287 0:034 spd page change error for byte 52:2! 17:322 0:034 SPD[2]: Type 0 @0x52 17:356 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 17:392 0:035 spd page change error for byte 53:2! 17:427 0:035 SPD[3]: Type 0 @0x53 17:462 0:034 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 17:497 0:034 spd page change error for byte 54:2! 17:532 0:034 SPD[4]: Type 0 @0x54 17:566 0:034 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 17:627 0:060 spd page change error for byte 55:2! 17:662 0:034 SPD[5]: Type 0 @0x55 17:702 0:040 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 17:737 0:034 spd page change error for byte 56:2! 17:772 0:034 SPD[6]: Type 0 @0x56 17:807 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:863 0:056 spd page change error for byte 57:2! 17:900 0:036 SPD[7]: Type 0 @0x57 17:936 0:035 ScanSPD() end 17:998 0:061 Get Acpi Tables List from RSDT: 18:067 0:069 Found table: FACP BXPCFACP len=116 18:102 0:034 Found table: SSDT BXPCSSDT len=828 18:137 0:034 Found table: APIC BXPCAPIC len=128 18:172 0:035 Found table: QEMU BXPCQEMU len=60 18:207 0:034 Calibrated TSC frequency =3305806287 =3305MHz 18:242 0:035 Loading main settings 18:277 0:035 Config set ChassisType=0x6 18:312 0:034 Config set CpuType=C9 18:347 0:034 Config set QEMU = true 18:382 0:034 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 18:443 0:061 KextsToPatch: 5 requested 18:478 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 18:618 0:139 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 18:763 0:145 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:902 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 19:067 0:165 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 19:207 0:139 Set MaxRatio for QEMU: 16 19:247 0:040 found 7 volumes with blockIO 19:308 0:060 0. Volume: 19:343 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 19:378 0:035 1. Volume: 19:414 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 19:450 0:035 2. Volume: 19:485 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 19:521 0:035 Result of bootcode detection: bootable unknown (legacy) 19:556 0:035 3. Volume: 19:591 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 19:653 0:061 4. Volume: 19:688 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 19:724 0:035 5. Volume: 19:759 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:801 0:041 Result of bootcode detection: bootable unknown (legacy) 19:836 0:035 This is SelfVolume !! 19:896 0:060 6. Volume: 19:932 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:996 0:064 PutNvramPlistToRtVars: nvram.plist not found 20:034 0:037 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 20:084 0:050 Choosing theme applestyle 20:120 0:035 Custom entries start 20:155 0:034 Custom entries finish 20:190 0:034 Scanning loaders... 20:225 0:034 0: 'Whole Disc Boot' no file system 20:294 0:069 1: 'Whole Disc Boot' no file system 20:390 0:095 2: 'EFI' 20:531 0:141 3: 'Mac HD' 20:605 0:073 AddLoaderEntry for Volume Name=Mac HD 20:644 0:038 Check if volume Is Hibernated: 20:679 0:035 Check sleep image 'by signature': 20:717 0:037 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 20:752 0:035 using default sleep image name = \private\var\vm\sleepimage 20:790 0:037 sleepimage not found -> Not Found 20:826 0:035 hibernated: no - sign 20:952 0:126 4: 'Recovery HD' 21:032 0:079 AddLoaderEntry for Volume Name=Recovery HD 21:116 0:083 5: 'EFI' 21:228 0:112 6: 'Install OS X El Capitan' 21:330 0:101 AddLoaderEntry for Volume Name=Install OS X El Capitan 21:539 0:209 Custom legacy start 21:575 0:036 Custom legacy end 21:610 0:034 Scanning legacy ... 21:645 0:034 0: 'Whole Disc Boot' (legacy) not legacy 21:715 0:069 1: 'Whole Disc Boot' (legacy) not legacy 21:784 0:069 2: 'EFI' (legacy) not legacy 21:879 0:095 3: 'Mac HD' (legacy) not legacy 21:949 0:069 4: 'Recovery HD' (legacy) not legacy 22:018 0:069 5: 'EFI' (legacy) not legacy 22:089 0:070 6: 'Install OS X El Capitan' (legacy) not legacy 22:158 0:069 Custom tool start 22:193 0:034 Custom tool end 22:241 0:047 found tool \EFI\CLOVER\tools\Shell64U.efi 22:278 0:037 Checking EFI partition Volume 2 for Clover 22:313 0:034 Checking EFI partition Volume 5 for Clover 22:348 0:034 Found Clover 22:418 0:069 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:539 0:121 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 22:772 0:232 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 22:841 0:069 EfiBootVolume not found 22:876 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 22:936 0:060 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 23:045 0:108 DefaultIndex=0 and MainMenu.EntryCount=9 23:289 0:244 Found Mouse device: 23:333 0:043 GUI ready 33:897 10:564 EDITED: kext-dev-mode=1 rootless=0 -v 35:776 1:878 EDITED: kext-dev-mode=1 rootless=0 -v 38:853 3:076 ReinitSelfLib after theme change 38:914 0:061 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 38:949 0:034 found 7 volumes with blockIO 38:984 0:035 0. Volume: 39:019 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 39:055 0:035 1. Volume: 39:090 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 39:126 0:035 2. Volume: 39:162 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 39:223 0:061 Result of bootcode detection: bootable unknown (legacy) 39:285 0:062 3. Volume: 39:321 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 39:357 0:035 4. Volume: 39:394 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 39:429 0:035 5. Volume: 39:465 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 39:527 0:062 Result of bootcode detection: bootable unknown (legacy) 39:562 0:035 This is SelfVolume !! 39:598 0:036 6. Volume: 39:634 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 39:669 0:035 Choosing theme applestyle 39:705 0:035 Custom entries start 39:740 0:035 Custom entries finish 39:775 0:034 Scanning loaders... 39:810 0:034 0: 'Whole Disc Boot' no file system 39:906 0:096 1: 'Whole Disc Boot' no file system 39:975 0:069 2: 'EFI' 40:091 0:115 3: 'Mac HD' 40:167 0:075 AddLoaderEntry for Volume Name=Mac HD 40:203 0:036 Check if volume Is Hibernated: 40:238 0:034 Check sleep image 'by signature': 40:273 0:034 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 40:308 0:034 using default sleep image name = \private\var\vm\sleepimage 40:343 0:035 sleepimage not found -> Not Found 40:429 0:086 hibernated: no - sign 40:515 0:086 4: 'Recovery HD' 40:585 0:069 AddLoaderEntry for Volume Name=Recovery HD 40:671 0:086 5: 'EFI' 40:786 0:114 6: 'Install OS X El Capitan' 40:860 0:074 AddLoaderEntry for Volume Name=Install OS X El Capitan 41:075 0:215 Custom legacy start 41:110 0:034 Custom legacy end 41:145 0:034 Scanning legacy ... 41:180 0:034 0: 'Whole Disc Boot' (legacy) not legacy 41:250 0:069 1: 'Whole Disc Boot' (legacy) not legacy 41:345 0:094 2: 'EFI' (legacy) not legacy 41:414 0:069 3: 'Mac HD' (legacy) not legacy 41:483 0:069 4: 'Recovery HD' (legacy) not legacy 41:558 0:074 5: 'EFI' (legacy) not legacy 41:627 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 41:697 0:069 Custom tool start 41:731 0:034 Custom tool end 41:793 0:062 found tool \EFI\CLOVER\tools\Shell64U.efi 41:829 0:035 Checking EFI partition Volume 2 for Clover 41:864 0:034 Checking EFI partition Volume 5 for Clover 41:925 0:061 Found Clover 41:961 0:035 EmuVariable UninstallEmulation: CloseEvent = Invalid Parameter, original var services restored 42:066 0:104 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 42:282 0:216 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 42:351 0:069 EfiBootVolume not found 42:386 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 42:446 0:060 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 42:551 0:104 DefaultIndex=0 and MainMenu.EntryCount=9 43:763 1:211 BootOption of the entry is empty 43:905 0:142 StartLoader() start 43:940 0:034 Entry->Settings: <null string> 43:984 0:044 Finally: Bus=200000kHz CPU=3200MHz 44:044 0:060 Kernel and Kext Patches at 7DD287F8: 44:105 0:060 Allowed: y 44:140 0:035 Debug: n 44:175 0:034 KernelCpu: n 44:210 0:034 Lapic: n 44:245 0:034 Haswell-E: n 44:279 0:034 AICPUPM: n 44:314 0:034 AppleRTC: y 44:349 0:034 KernelPm: n 44:384 0:034 FakeCPUID: 0x0 44:418 0:034 ATIController: null 44:453 0:034 ATIDataLength: 0 44:488 0:034 0 Kexts to load 44:523 0:034 5 Kexts to patch 44:557 0:034 KextPatch[0]: 4 bytes, AppleHDA 44:618 0:060 KextPatch[1]: 4 bytes, AppleHDA 44:653 0:034 KextPatch[2]: 4 bytes, AppleHDA 44:690 0:036 KextPatch[3]: 4 bytes, AppleHDA 44:725 0:035 KextPatch[4]: 6 bytes, AppleHDA 44:760 0:034 Loading boot.efi status=Success 44:915 0:154 GetOSVersion: : 10.11.5 44:984 0:069 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 45:204 0:220 SmbiosTable: Type 2 (BaseBoard Information) not found, create new 45:292 0:087 insert table 9 for dev 6:0 45:327 0:034 Trusting SMBIOS... 45:361 0:034 Channels: 1 45:396 0:034 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 46:311 0:914 partNum unknown 46:374 0:062 SMBIOS Type 17 Index = 0 => 0 0: 46:410 0:035 DIMM1 0MHz 4096MB 46:444 0:034 mTotalSystemMemory = 4096 46:479 0:034 NumberOfMemoryDevices = 1 46:514 0:035 RSDT 0x7FEF1074 46:549 0:034 FADT from RSDT: 0x7FEEE000 46:609 0:060 XSDT 0x7FEF10E8 46:644 0:034 FADT from XSDT: 0x7FEEE000 46:679 0:034 Xsdt reallocation done 46:713 0:034 old FADT length=74 46:749 0:035 Apply DsdtFixMask=0x00000000 old way 46:783 0:034 drop _DSM mask=0x0000 46:818 0:034 ========= Auto patch DSDT Starting ======== 46:853 0:035 VideoCard devID=0x1001B36 46:888 0:034 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0xFFFE 46:923 0:035 USBADR[0] = 0x70000 and PCIe = 0xFFFE 46:958 0:035 USBADR[1] = 0x70001 and PCIe = 0xFFFE 47:019 0:061 USBADR[2] = 0x70002 and PCIe = 0xFFFE 47:054 0:035 USBADR[3] = 0x70007 and PCIe = 0xFFFE 47:090 0:035 USBADR[4] = 0x1E0000 and PCIe = 0x10000 47:125 0:035 USBADR[5] = 0x1E0000 and PCIe = 0x10000 47:161 0:035 within the score: 47:197 0:035 Found PCIROOTUID = 0 47:237 0:040 ========= Auto patch DSDT Finished ======== 47:272 0:034 Patch table: SSDT BXPCSSDT 47:307 0:034 SSDT len = 0x33C 47:341 0:034 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 47:425 0:083 Xsdt has tables count=4 47:461 0:035 corrected XSDT length=68 47:495 0:034 Start: Processing Patched AML(s): Unsorted 47:564 0:069 Inserting q35-acpi-dsdt.aml from EFI\CLOVER\ACPI\patched ... Success 47:638 0:073 End: Processing Patched AML(s) 47:673 0:034 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=2 47:710 0:036 SSDT with CPU C-States generated successfully 47:747 0:037 LAN Controller [8086:100F] :: PciRoot(0x0)\Pci(0x1E,0x0)\Pci(0x1,0x0)\Pci(0x6,0x0) 47:808 0:061 RCBA access disabled; trying to enable 47:847 0:038 stringlength = 244 47:882 0:035 CurrentMode: Width=800 Height=600 47:917 0:034 Beginning FSInjection 47:954 0:037 Using QEMU FrontSideBus=-989161009 47:991 0:036 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 48:030 0:038 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext 48:084 0:053 Extra kext: EFI\CLOVER\kexts\Other\GPUSensors.kext 48:146 0:062 Extra kext: EFI\CLOVER\kexts\Other\HWInfo.kext 48:232 0:086 Extra kext: EFI\CLOVER\kexts\Other\realtekALC.kext 48:272 0:040 Extra kext: EFI\CLOVER\kexts\Other\VoodooHDA.kext 48:344 0:071 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 48:385 0:041 Removed efi-boot-device-data variable: Not Found 48:421 0:035 Custom boot screen not used because entry has unset use graphics 48:457 0:035 Closing log 0:100 0:100 MemLog inited, TSC freq: 3305788595 0:100 0:000 0:100 0:000 Now is 5.7.2016, 20:15:50 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD0B58 0:100 0:000 SelfDirPath = \EFI\BOOT 0:103 0:002 Total Memory Slots Count = 1 0:103 0:000 Type 17 Index = 0 0:103 0:000 Ignoring insane frequency value 0MHz 0:103 0:000 SmbiosTable.Type17->Speed = 0MHz 0:103 0:000 SmbiosTable.Type17->Size = 4096MB 0:103 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:103 0:000 SmbiosTable.Type17->Vendor = QEMU 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=0 0:103 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:103 0:000 ... with board 0:103 0:000 CPU Vendor = 756E6547 Model=306C1 0:103 0:000 got cores from CPUID_1 = 2 0:103 0:000 The CPU not supported turbo 0:103 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:103 0:000 MSR 0xE2 before patch 00000000 0:103 0:000 MSR 0xE4 00000000 0:103 0:000 MSR 0xCE 00000000_00000000 0:103 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:103 0:000 Corrected FSBFrequency=100MHz 0:103 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:103 0:000 Family/ExtFamily: 0x6/0x0 0:103 0:000 MaxDiv/MinDiv: 4.0/4 0:103 0:000 Turbo: 4/4/4/4 0:103 0:000 Features: 0x178BFBFF 0:103 0:000 Threads: 2 0:103 0:000 Cores: 2 0:103 0:000 FSB: 100 MHz 0:103 0:000 CPU: 2000 MHz 0:103 0:000 TSC: 2000 MHz 0:103 0:000 PIS: 400 MHz 0:103 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:104 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:104 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:104 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:104 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:104 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:105 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:105 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:105 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:105 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:105 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:105 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:105 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:105 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:106 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:106 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:106 0:000 Clover load options size = 0 bytes 0:125 0:019 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:131 0:005 EFI\CLOVER\config.plist loaded: Success 0:141 0:010 Found theme directory: applestyle 0:163 0:021 Found theme directory: christmas 0:175 0:012 Found theme directory: embedded 0:181 0:005 Found theme directory: iclover 0:193 0:011 Found theme directory: newyear 0:213 0:020 Found theme directory: random 0:219 0:005 Loading early settings 0:219 0:000 timeout set to 5 0:219 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:326 0:106 KextsToPatch: 5 requested 0:361 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:501 0:140 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:666 0:165 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:807 0:140 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:947 0:139 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:087 0:139 Default theme: applestyle 1:122 0:035 Hiding entries with string VolumeName_NOT_SHOWN 1:158 0:035 Hiding entries with string EntryPath_NOT_SHOWN 1:199 0:041 Hiding entries with string VolumeUUID_NOT_SHOWN 1:234 0:035 LoadDrivers() start 1:274 0:039 Loading CsmVideoDxe-64.efi status=Success 1:443 0:169 - driver needs connecting 1:483 0:039 Loading EmuVariableUefi-64.efi status=Success 1:598 0:115 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success 1:741 0:143 Loading FSInject-64.efi status=Success 1:856 0:114 Loading HFSPlus.efi status=Success 1:974 0:117 - driver needs connecting 2:013 0:039 Loading DataHubDxe-64.efi status=Success 2:139 0:126 Loading OsxAptioFixDrv-64.efi status=Success 2:273 0:133 Loading OsxFatBinaryDrv-64.efi status=Success 2:390 0:117 Loading PartitionDxe-64.efi status=Success 2:503 0:112 - driver needs connecting 2:538 0:035 3 drivers needs connecting ... 2:594 0:056 PlatformDriverOverrideProtocol not found. Installing ... Success 2:664 0:069 Partition driver loaded: 2:734 0:069 HFS+ driver loaded 2:770 0:036 Video driver loaded: disconnect Success 2:879 0:109 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 15:179 12:299 LoadDrivers() end 15:215 0:036 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 15:429 0:213 SetScreenResolution: 800x600 - already set 15:499 0:069 Console modes reported: 3, available modes: 15:533 0:034 Mode 1: 80x25 (current mode) 15:568 0:034 Mode 3: 100x31 15:603 0:034 SetScreenResolution: 800x600 - already set 15:698 0:095 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:737 0:039 MAC address of LAN #0= 52:54:00:00:20:30: 16:050 0:312 MAC address of LAN #1= 52:54:00:00:20:30: 16:329 0:279 MAC address of LAN #2= 52:54:00:00:20:30: 16:610 0:280 ScanSPD() start 16:647 0:037 SMBus device : 8086 2930 class=0C0500 status=Success 16:682 0:035 SMBus CmdReg: 0x7 16:718 0:035 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:785 0:066 Slots to scan [8]... 16:820 0:035 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 16:856 0:035 spd page change error for byte 50:2! 16:892 0:035 SPD[0]: Type 0 @0x50 16:928 0:035 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 16:989 0:061 spd page change error for byte 51:2! 17:025 0:036 SPD[1]: Type 0 @0x51 17:061 0:035 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 17:096 0:035 spd page change error for byte 52:2! 17:160 0:063 SPD[2]: Type 0 @0x52 17:194 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 17:229 0:034 spd page change error for byte 53:2! 17:264 0:034 SPD[3]: Type 0 @0x53 17:299 0:034 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 17:333 0:034 spd page change error for byte 54:2! 17:368 0:034 SPD[4]: Type 0 @0x54 17:403 0:034 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 17:442 0:038 spd page change error for byte 55:2! 17:506 0:064 SPD[5]: Type 0 @0x55 17:541 0:035 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 17:576 0:034 spd page change error for byte 56:2! 17:611 0:035 SPD[6]: Type 0 @0x56 17:646 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:682 0:036 spd page change error for byte 57:2! 17:718 0:035 SPD[7]: Type 0 @0x57 17:753 0:034 ScanSPD() end 17:789 0:036 Get Acpi Tables List from RSDT: 17:864 0:075 Found table: FACP BXPCFACP len=116 17:925 0:060 Found table: SSDT BXPCSSDT len=828 17:960 0:034 Found table: APIC BXPCAPIC len=128 18:018 0:057 Found table: QEMU BXPCQEMU len=60 18:053 0:034 Calibrated TSC frequency =3305788595 =3305MHz 18:089 0:036 Loading main settings 18:124 0:035 Config set ChassisType=0x6 18:159 0:034 Config set CpuType=C9 18:193 0:034 Config set QEMU = true 18:228 0:034 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 18:263 0:035 KextsToPatch: 5 requested 18:324 0:060 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 18:467 0:143 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 18:607 0:140 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:747 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 18:891 0:144 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 19:030 0:139 Set MaxRatio for QEMU: 16 19:070 0:039 found 7 volumes with blockIO 19:131 0:060 0. Volume: 19:168 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 19:229 0:061 1. Volume: 19:264 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 19:300 0:035 2. Volume: 19:335 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 19:370 0:035 Result of bootcode detection: bootable unknown (legacy) 19:405 0:035 3. Volume: 19:441 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 19:477 0:035 4. Volume: 19:541 0:064 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 19:576 0:035 5. Volume: 19:612 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:648 0:036 Result of bootcode detection: bootable unknown (legacy) 19:683 0:035 This is SelfVolume !! 19:718 0:034 6. Volume: 19:753 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:820 0:066 PutNvramPlistToRtVars: nvram.plist not found 19:857 0:036 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 19:907 0:050 Choosing theme applestyle 19:943 0:035 Custom entries start 19:982 0:039 Custom entries finish 20:017 0:034 Scanning loaders... 20:052 0:034 0: 'Whole Disc Boot' no file system 20:121 0:069 1: 'Whole Disc Boot' no file system 20:220 0:099 2: 'EFI' 20:369 0:148 3: 'Mac HD' 20:442 0:072 AddLoaderEntry for Volume Name=Mac HD 20:508 0:065 Check if volume Is Hibernated: 20:543 0:035 Check sleep image 'by signature': 20:580 0:036 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 20:615 0:035 using default sleep image name = \private\var\vm\sleepimage 20:651 0:035 sleepimage not found -> Not Found 20:685 0:034 hibernated: no - sign 20:792 0:106 4: 'Recovery HD' 20:862 0:070 AddLoaderEntry for Volume Name=Recovery HD 20:972 0:109 5: 'EFI' 21:083 0:111 6: 'Install OS X El Capitan' 21:158 0:075 AddLoaderEntry for Volume Name=Install OS X El Capitan 21:365 0:206 Custom legacy start 21:400 0:035 Custom legacy end 21:435 0:034 Scanning legacy ... 21:475 0:040 0: 'Whole Disc Boot' (legacy) not legacy 21:545 0:069 1: 'Whole Disc Boot' (legacy) not legacy 21:618 0:073 2: 'EFI' (legacy) not legacy 21:710 0:091 3: 'Mac HD' (legacy) not legacy 21:779 0:069 4: 'Recovery HD' (legacy) not legacy 21:874 0:095 5: 'EFI' (legacy) not legacy 21:944 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 22:013 0:069 Custom tool start 22:048 0:034 Custom tool end 22:096 0:047 found tool \EFI\CLOVER\tools\Shell64U.efi 22:134 0:038 Checking EFI partition Volume 2 for Clover 22:169 0:034 Checking EFI partition Volume 5 for Clover 22:204 0:034 Found Clover 22:242 0:038 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:384 0:142 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 22:602 0:218 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 22:673 0:070 EfiBootVolume not found 22:707 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 22:791 0:083 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:895 0:104 DefaultIndex=0 and MainMenu.EntryCount=9 23:143 0:247 Found Mouse device: 23:186 0:043 GUI ready 0:100 0:100 MemLog inited, TSC freq: 3305783631 0:100 0:000 0:100 0:000 Now is 5.7.2016, 20:20:40 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD0B58 0:100 0:000 SelfDirPath = \EFI\BOOT 0:103 0:002 Total Memory Slots Count = 1 0:103 0:000 Type 17 Index = 0 0:103 0:000 Ignoring insane frequency value 0MHz 0:103 0:000 SmbiosTable.Type17->Speed = 0MHz 0:103 0:000 SmbiosTable.Type17->Size = 4096MB 0:103 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:103 0:000 SmbiosTable.Type17->Vendor = QEMU 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=0 0:103 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:103 0:000 ... with board 0:103 0:000 CPU Vendor = 756E6547 Model=306C1 0:103 0:000 got cores from CPUID_1 = 2 0:103 0:000 The CPU not supported turbo 0:103 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:103 0:000 MSR 0xE2 before patch 00000000 0:103 0:000 MSR 0xE4 00000000 0:103 0:000 MSR 0xCE 00000000_00000000 0:103 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:103 0:000 Corrected FSBFrequency=100MHz 0:103 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:103 0:000 Family/ExtFamily: 0x6/0x0 0:103 0:000 MaxDiv/MinDiv: 4.0/4 0:103 0:000 Turbo: 4/4/4/4 0:103 0:000 Features: 0x178BFBFF 0:103 0:000 Threads: 2 0:103 0:000 Cores: 2 0:103 0:000 FSB: 100 MHz 0:103 0:000 CPU: 2000 MHz 0:103 0:000 TSC: 2000 MHz 0:103 0:000 PIS: 400 MHz 0:103 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:104 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:104 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:104 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:104 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:107 0:002 PCI (00|00:1E.00) : 8086 244E class=060401 0:107 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:107 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:107 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:107 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:108 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:108 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:108 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:108 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:108 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:108 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:108 0:000 Clover load options size = 0 bytes 0:135 0:027 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:141 0:005 EFI\CLOVER\config.plist loaded: Success 0:152 0:010 Found theme directory: applestyle 0:175 0:023 Found theme directory: christmas 0:191 0:016 Found theme directory: embedded 0:197 0:006 Found theme directory: iclover 0:215 0:017 Found theme directory: newyear 0:236 0:021 Found theme directory: random 0:242 0:005 Loading early settings 0:242 0:000 timeout set to 5 0:242 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:323 0:080 KextsToPatch: 5 requested 0:357 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:497 0:139 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:637 0:139 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:777 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:969 0:192 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:110 0:140 Default theme: applestyle 1:145 0:035 Hiding entries with string VolumeName_NOT_SHOWN 1:180 0:034 Hiding entries with string EntryPath_NOT_SHOWN 1:219 0:039 Hiding entries with string VolumeUUID_NOT_SHOWN 1:254 0:035 LoadDrivers() start 1:294 0:040 Loading CsmVideoDxe-64.efi status=Success 1:405 0:110 - driver needs connecting 1:445 0:039 Loading EmuVariableUefi-64.efi status=Success 1:585 0:140 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success 1:725 0:139 Loading FSInject-64.efi status=Success 1:844 0:119 Loading HFSPlus.efi status=Success 1:962 0:117 - driver needs connecting 2:001 0:039 Loading DataHubDxe-64.efi status=Success 2:156 0:154 Loading OsxFatBinaryDrv-64.efi status=Success 2:266 0:110 Loading PartitionDxe-64.efi status=Success 2:377 0:110 - driver needs connecting 2:438 0:060 Loading OsxAptioFix2Drv-64.efi status=Success 2:553 0:115 3 drivers needs connecting ... 2:588 0:034 PlatformDriverOverrideProtocol not found. Installing ... Success 2:658 0:069 Partition driver loaded: 2:728 0:070 HFS+ driver loaded 2:765 0:036 Video driver loaded: disconnect Success 2:877 0:112 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 15:124 12:246 LoadDrivers() end 15:163 0:039 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 15:425 0:261 SetScreenResolution: 800x600 - already set 15:496 0:070 Console modes reported: 3, available modes: 15:532 0:036 Mode 1: 80x25 (current mode) 15:567 0:034 Mode 3: 100x31 15:602 0:034 SetScreenResolution: 800x600 - already set 15:672 0:070 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:737 0:064 MAC address of LAN #0= 52:54:00:00:20:30: 16:020 0:283 MAC address of LAN #1= 52:54:00:00:20:30: 16:302 0:281 MAC address of LAN #2= 52:54:00:00:20:30: 16:608 0:306 ScanSPD() start 16:645 0:037 SMBus device : 8086 2930 class=0C0500 status=Success 16:680 0:034 SMBus CmdReg: 0x7 16:715 0:034 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:750 0:034 Slots to scan [8]... 16:785 0:034 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 16:847 0:062 spd page change error for byte 50:2! 16:882 0:034 SPD[0]: Type 0 @0x50 16:916 0:034 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 16:951 0:034 spd page change error for byte 51:2! 16:986 0:034 SPD[1]: Type 0 @0x51 17:021 0:034 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 17:056 0:035 spd page change error for byte 52:2! 17:091 0:034 SPD[2]: Type 0 @0x52 17:126 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 17:186 0:060 spd page change error for byte 53:2! 17:221 0:034 SPD[3]: Type 0 @0x53 17:256 0:034 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 17:297 0:040 spd page change error for byte 54:2! 17:332 0:035 SPD[4]: Type 0 @0x54 17:367 0:034 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 17:402 0:034 spd page change error for byte 55:2! 17:437 0:034 SPD[5]: Type 0 @0x55 17:472 0:034 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 17:533 0:061 spd page change error for byte 56:2! 17:593 0:060 SPD[6]: Type 0 @0x56 17:628 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:662 0:034 spd page change error for byte 57:2! 17:697 0:034 SPD[7]: Type 0 @0x57 17:732 0:034 ScanSPD() end 17:768 0:036 Get Acpi Tables List from RSDT: 17:838 0:069 Found table: FACP BXPCFACP len=116 17:874 0:036 Found table: SSDT BXPCSSDT len=828 17:909 0:034 Found table: APIC BXPCAPIC len=128 17:943 0:034 Found table: QEMU BXPCQEMU len=60 18:004 0:060 Calibrated TSC frequency =3305783631 =3305MHz 18:039 0:035 Loading main settings 18:074 0:034 Config set ChassisType=0x6 18:109 0:034 Config set CpuType=C9 18:144 0:035 Config set QEMU = true 18:179 0:034 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 18:214 0:035 KextsToPatch: 5 requested 18:249 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 18:395 0:145 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 18:586 0:190 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:728 0:142 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 18:872 0:144 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 19:015 0:142 Set MaxRatio for QEMU: 16 19:054 0:039 found 7 volumes with blockIO 19:089 0:035 0. Volume: 19:125 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 19:160 0:035 1. Volume: 19:196 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 19:231 0:035 2. Volume: 19:293 0:061 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 19:328 0:035 Result of bootcode detection: bootable unknown (legacy) 19:363 0:035 3. Volume: 19:399 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 19:439 0:040 4. Volume: 19:475 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 19:538 0:063 5. Volume: 19:574 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:631 0:057 Result of bootcode detection: bootable unknown (legacy) 19:667 0:036 This is SelfVolume !! 19:702 0:034 6. Volume: 19:738 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:778 0:040 PutNvramPlistToRtVars: nvram.plist not found 19:815 0:036 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 19:891 0:076 Choosing theme applestyle 19:929 0:038 Custom entries start 19:964 0:035 Custom entries finish 19:999 0:034 Scanning loaders... 20:034 0:034 0: 'Whole Disc Boot' no file system 20:103 0:069 1: 'Whole Disc Boot' no file system 20:173 0:069 2: 'EFI' 20:313 0:140 3: 'Mac HD' 20:384 0:070 AddLoaderEntry for Volume Name=Mac HD 20:421 0:037 Check if volume Is Hibernated: 20:456 0:034 Check sleep image 'by signature': 20:518 0:062 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 20:559 0:040 using default sleep image name = \private\var\vm\sleepimage 20:595 0:035 sleepimage not found -> Not Found 20:629 0:034 hibernated: no - sign 20:729 0:099 4: 'Recovery HD' 20:799 0:070 AddLoaderEntry for Volume Name=Recovery HD 20:883 0:084 5: 'EFI' 21:018 0:135 6: 'Install OS X El Capitan' 21:092 0:074 AddLoaderEntry for Volume Name=Install OS X El Capitan 21:332 0:239 Custom legacy start 21:368 0:036 Custom legacy end 21:403 0:035 Scanning legacy ... 21:438 0:034 0: 'Whole Disc Boot' (legacy) not legacy 21:507 0:069 1: 'Whole Disc Boot' (legacy) not legacy 21:577 0:069 2: 'EFI' (legacy) not legacy 21:647 0:069 3: 'Mac HD' (legacy) not legacy 21:717 0:069 4: 'Recovery HD' (legacy) not legacy 21:786 0:069 5: 'EFI' (legacy) not legacy 21:856 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 21:951 0:095 Custom tool start 21:992 0:040 Custom tool end 22:040 0:048 found tool \EFI\CLOVER\tools\Shell64U.efi 22:078 0:037 Checking EFI partition Volume 2 for Clover 22:113 0:034 Checking EFI partition Volume 5 for Clover 22:148 0:034 Found Clover 22:186 0:038 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:325 0:139 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 22:562 0:236 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 22:632 0:069 EfiBootVolume not found 22:666 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 22:701 0:034 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:831 0:130 DefaultIndex=0 and MainMenu.EntryCount=9 23:079 0:248 Found Mouse device: 23:127 0:047 GUI ready 29:721 6:593 EDITED: kext-dev-mode=1 rootless=0 -v 32:027 2:305 ReinitSelfLib after theme change 32:063 0:036 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 32:098 0:034 found 7 volumes with blockIO 32:133 0:035 0. Volume: 32:169 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 32:230 0:060 1. Volume: 32:265 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 32:328 0:062 2. Volume: 32:364 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 32:399 0:035 Result of bootcode detection: bootable unknown (legacy) 32:434 0:035 3. Volume: 32:470 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 32:507 0:036 4. Volume: 32:544 0:037 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 32:606 0:061 5. Volume: 32:642 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 32:678 0:036 Result of bootcode detection: bootable unknown (legacy) 32:715 0:037 This is SelfVolume !! 32:750 0:034 6. Volume: 32:786 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 32:848 0:062 Choosing theme applestyle 32:884 0:036 Custom entries start 32:919 0:034 Custom entries finish 32:955 0:035 Scanning loaders... 32:990 0:034 0: 'Whole Disc Boot' no file system 33:059 0:069 1: 'Whole Disc Boot' no file system 33:130 0:070 2: 'EFI' 33:251 0:121 3: 'Mac HD' 33:321 0:069 AddLoaderEntry for Volume Name=Mac HD 33:357 0:036 Check if volume Is Hibernated: 33:392 0:035 Check sleep image 'by signature': 33:455 0:063 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 33:518 0:062 using default sleep image name = \private\var\vm\sleepimage 33:553 0:035 sleepimage not found -> Not Found 33:588 0:034 hibernated: no - sign 33:675 0:086 4: 'Recovery HD' 33:745 0:070 AddLoaderEntry for Volume Name=Recovery HD 33:831 0:086 5: 'EFI' 33:946 0:114 6: 'Install OS X El Capitan' 34:019 0:073 AddLoaderEntry for Volume Name=Install OS X El Capitan 34:259 0:240 Custom legacy start 34:294 0:034 Custom legacy end 34:329 0:034 Scanning legacy ... 34:364 0:034 0: 'Whole Disc Boot' (legacy) not legacy 34:433 0:069 1: 'Whole Disc Boot' (legacy) not legacy 34:503 0:069 2: 'EFI' (legacy) not legacy 34:574 0:070 3: 'Mac HD' (legacy) not legacy 34:648 0:073 4: 'Recovery HD' (legacy) not legacy 34:717 0:069 5: 'EFI' (legacy) not legacy 34:786 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 34:883 0:096 Custom tool start 34:944 0:060 Custom tool end 34:979 0:035 found tool \EFI\CLOVER\tools\Shell64U.efi 35:014 0:034 Checking EFI partition Volume 2 for Clover 35:049 0:034 Checking EFI partition Volume 5 for Clover 35:084 0:034 Found Clover 35:119 0:035 EmuVariable UninstallEmulation: CloseEvent = Invalid Parameter, original var services restored 35:224 0:104 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 35:459 0:234 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 35:528 0:069 EfiBootVolume not found 35:563 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 35:599 0:035 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 35:734 0:135 DefaultIndex=0 and MainMenu.EntryCount=9 37:857 2:123 BootOption of the entry is empty 37:896 0:038 StartLoader() start 37:957 0:060 Entry->Settings: <null string> 37:993 0:035 Finally: Bus=200000kHz CPU=3200MHz 38:027 0:034 Kernel and Kext Patches at 7DD287F8: 38:062 0:034 Allowed: y 38:097 0:034 Debug: n 38:132 0:034 KernelCpu: n 38:166 0:034 Lapic: n 38:201 0:034 Haswell-E: n 38:236 0:034 AICPUPM: n 38:271 0:034 AppleRTC: y 38:305 0:034 KernelPm: n 38:365 0:060 FakeCPUID: 0x0 38:400 0:034 ATIController: null 38:435 0:034 ATIDataLength: 0 38:470 0:034 0 Kexts to load 38:504 0:034 5 Kexts to patch 38:539 0:034 KextPatch[0]: 4 bytes, AppleHDA 38:574 0:034 KextPatch[1]: 4 bytes, AppleHDA 38:608 0:034 KextPatch[2]: 4 bytes, AppleHDA 38:643 0:034 KextPatch[3]: 4 bytes, AppleHDA 38:678 0:034 KextPatch[4]: 6 bytes, AppleHDA 38:714 0:035 Loading boot.efi status=Success 38:874 0:159 GetOSVersion: : 10.11.5 38:975 0:101 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 39:208 0:233 SmbiosTable: Type 2 (BaseBoard Information) not found, create new 39:243 0:034 insert table 9 for dev 6:0 39:278 0:035 Trusting SMBIOS... 39:313 0:034 Channels: 1 39:348 0:034 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 40:291 0:943 partNum unknown 40:352 0:060 SMBIOS Type 17 Index = 0 => 0 0: 40:387 0:034 DIMM1 0MHz 4096MB 40:421 0:034 mTotalSystemMemory = 4096 40:456 0:034 NumberOfMemoryDevices = 1 40:491 0:035 RSDT 0x7FEF1074 40:526 0:034 FADT from RSDT: 0x7FEEE000 40:561 0:035 XSDT 0x7FEF10E8 40:596 0:034 FADT from XSDT: 0x7FEEE000 40:631 0:035 Xsdt reallocation done 40:666 0:034 old FADT length=74 40:701 0:035 Apply DsdtFixMask=0x00000000 old way 40:736 0:034 drop _DSM mask=0x0000 40:771 0:035 ========= Auto patch DSDT Starting ======== 40:833 0:061 VideoCard devID=0x1001B36 40:867 0:034 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0xFFFE 40:903 0:035 USBADR[0] = 0x70000 and PCIe = 0xFFFE 40:938 0:035 USBADR[1] = 0x70001 and PCIe = 0xFFFE 40:973 0:035 USBADR[2] = 0x70002 and PCIe = 0xFFFE 41:009 0:035 USBADR[3] = 0x70007 and PCIe = 0xFFFE 41:048 0:039 USBADR[4] = 0x1E0000 and PCIe = 0x10000 41:083 0:034 USBADR[5] = 0x1E0000 and PCIe = 0x10000 41:119 0:035 within the score: 41:181 0:061 Found PCIROOTUID = 0 41:242 0:060 ========= Auto patch DSDT Finished ======== 41:276 0:034 Patch table: SSDT BXPCSSDT 41:312 0:035 SSDT len = 0x33C 41:347 0:034 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 41:382 0:034 Xsdt has tables count=4 41:416 0:034 corrected XSDT length=68 41:451 0:034 Start: Processing Patched AML(s): Unsorted 41:521 0:069 Inserting q35-acpi-dsdt.aml from EFI\CLOVER\ACPI\patched ... Success 41:595 0:073 End: Processing Patched AML(s) 41:655 0:060 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=2 41:692 0:036 SSDT with CPU C-States generated successfully 41:729 0:037 LAN Controller [8086:100F] :: PciRoot(0x0)\Pci(0x1E,0x0)\Pci(0x1,0x0)\Pci(0x6,0x0) 41:764 0:034 RCBA access disabled; trying to enable 41:803 0:038 stringlength = 244 41:838 0:035 CurrentMode: Width=800 Height=600 41:873 0:035 Beginning FSInjection 41:911 0:037 Using QEMU FrontSideBus=-989183665 41:947 0:036 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 42:012 0:064 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext 42:065 0:053 Extra kext: EFI\CLOVER\kexts\Other\GPUSensors.kext 42:132 0:066 Extra kext: EFI\CLOVER\kexts\Other\HWInfo.kext 42:197 0:064 Extra kext: EFI\CLOVER\kexts\Other\realtekALC.kext 42:237 0:039 Extra kext: EFI\CLOVER\kexts\Other\VoodooHDA.kext 42:307 0:070 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 42:343 0:036 Removed efi-boot-device-data variable: Not Found 42:430 0:086 Custom boot screen not used because entry has unset use graphics 42:466 0:035 Closing log 0:100 0:100 MemLog inited, TSC freq: 3305790611 0:100 0:000 0:100 0:000 Now is 5.7.2016, 20:21:30 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD0B58 0:100 0:000 SelfDirPath = \EFI\BOOT 0:103 0:002 Total Memory Slots Count = 1 0:103 0:000 Type 17 Index = 0 0:103 0:000 Ignoring insane frequency value 0MHz 0:103 0:000 SmbiosTable.Type17->Speed = 0MHz 0:103 0:000 SmbiosTable.Type17->Size = 4096MB 0:103 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:103 0:000 SmbiosTable.Type17->Vendor = QEMU 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=0 0:103 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:103 0:000 ... with board 0:103 0:000 CPU Vendor = 756E6547 Model=306C1 0:103 0:000 got cores from CPUID_1 = 2 0:103 0:000 The CPU not supported turbo 0:103 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:103 0:000 MSR 0xE2 before patch 00000000 0:103 0:000 MSR 0xE4 00000000 0:103 0:000 MSR 0xCE 00000000_00000000 0:103 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:103 0:000 Corrected FSBFrequency=100MHz 0:103 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:103 0:000 Family/ExtFamily: 0x6/0x0 0:103 0:000 MaxDiv/MinDiv: 4.0/4 0:103 0:000 Turbo: 4/4/4/4 0:103 0:000 Features: 0x178BFBFF 0:103 0:000 Threads: 2 0:103 0:000 Cores: 2 0:103 0:000 FSB: 100 MHz 0:103 0:000 CPU: 2000 MHz 0:103 0:000 TSC: 2000 MHz 0:103 0:000 PIS: 400 MHz 0:104 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:104 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:104 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:104 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:104 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:104 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:105 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:105 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:105 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:105 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:105 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:105 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:105 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:106 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:106 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:106 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:106 0:000 Clover load options size = 0 bytes 0:125 0:019 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:131 0:005 EFI\CLOVER\config.plist loaded: Success 0:141 0:010 Found theme directory: applestyle 0:164 0:022 Found theme directory: christmas 0:176 0:012 Found theme directory: embedded 0:182 0:005 Found theme directory: iclover 0:194 0:011 Found theme directory: newyear 0:214 0:020 Found theme directory: random 0:220 0:005 Loading early settings 0:220 0:000 timeout set to 5 0:220 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:296 0:075 KextsToPatch: 5 requested 0:331 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:471 0:140 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:610 0:139 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:750 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:889 0:139 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:028 0:139 Default theme: applestyle 1:063 0:034 Hiding entries with string VolumeName_NOT_SHOWN 1:131 0:067 Hiding entries with string EntryPath_NOT_SHOWN 1:190 0:059 Hiding entries with string VolumeUUID_NOT_SHOWN 1:226 0:035 LoadDrivers() start 1:266 0:040 Loading CsmVideoDxe-64.efi status=Success 1:379 0:112 - driver needs connecting 1:421 0:042 Loading EmuVariableUefi-64.efi status=Success 1:537 0:115 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success 1:703 0:165 Loading FSInject-64.efi status=Success 1:817 0:114 Loading HFSPlus.efi status=Success 1:935 0:117 - driver needs connecting 1:974 0:039 Loading DataHubDxe-64.efi status=Success 2:101 0:127 Loading OsxFatBinaryDrv-64.efi status=Success 2:221 0:120 Loading PartitionDxe-64.efi status=Success 2:332 0:110 - driver needs connecting 2:367 0:035 Loading OsxAptioFix2Drv-64.efi status=Success 2:508 0:140 3 drivers needs connecting ... 2:544 0:035 PlatformDriverOverrideProtocol not found. Installing ... Success 2:641 0:097 Partition driver loaded: 2:712 0:071 HFS+ driver loaded 2:750 0:037 Video driver loaded: disconnect Success 2:862 0:112 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 15:060 12:197 LoadDrivers() end 15:096 0:036 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 15:307 0:210 SetScreenResolution: 800x600 - already set 15:402 0:094 Console modes reported: 3, available modes: 15:436 0:034 Mode 1: 80x25 (current mode) 15:471 0:034 Mode 3: 100x31 15:506 0:034 SetScreenResolution: 800x600 - already set 15:599 0:093 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:639 0:039 MAC address of LAN #0= 52:54:00:00:20:30: 15:922 0:283 MAC address of LAN #1= 52:54:00:00:20:30: 16:203 0:280 MAC address of LAN #2= 52:54:00:00:20:30: 16:513 0:309 ScanSPD() start 16:550 0:037 SMBus device : 8086 2930 class=0C0500 status=Success 16:585 0:034 SMBus CmdReg: 0x7 16:620 0:034 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:655 0:034 Slots to scan [8]... 16:690 0:034 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 16:752 0:062 spd page change error for byte 50:2! 16:787 0:035 SPD[0]: Type 0 @0x50 16:822 0:034 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 16:883 0:060 spd page change error for byte 51:2! 16:917 0:034 SPD[1]: Type 0 @0x51 16:952 0:034 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 16:987 0:034 spd page change error for byte 52:2! 17:022 0:034 SPD[2]: Type 0 @0x52 17:056 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 17:091 0:034 spd page change error for byte 53:2! 17:127 0:035 SPD[3]: Type 0 @0x53 17:162 0:034 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 17:223 0:060 spd page change error for byte 54:2! 17:257 0:034 SPD[4]: Type 0 @0x54 17:292 0:034 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 17:327 0:034 spd page change error for byte 55:2! 17:362 0:034 SPD[5]: Type 0 @0x55 17:396 0:034 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 17:431 0:034 spd page change error for byte 56:2! 17:467 0:035 SPD[6]: Type 0 @0x56 17:502 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:537 0:034 spd page change error for byte 57:2! 17:602 0:065 SPD[7]: Type 0 @0x57 17:637 0:034 ScanSPD() end 17:673 0:036 Get Acpi Tables List from RSDT: 17:770 0:096 Found table: FACP BXPCFACP len=116 17:804 0:034 Found table: SSDT BXPCSSDT len=828 17:839 0:034 Found table: APIC BXPCAPIC len=128 17:874 0:034 Found table: QEMU BXPCQEMU len=60 17:909 0:034 Calibrated TSC frequency =3305790611 =3305MHz 17:944 0:035 Loading main settings 17:979 0:034 Config set ChassisType=0x6 18:040 0:060 Config set CpuType=C9 18:074 0:034 Config set QEMU = true 18:109 0:034 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 18:144 0:035 KextsToPatch: 5 requested 18:180 0:035 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 18:321 0:141 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 18:463 0:141 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:610 0:147 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 18:777 0:166 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 18:940 0:163 Set MaxRatio for QEMU: 16 18:980 0:039 found 7 volumes with blockIO 19:015 0:034 0. Volume: 19:050 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 19:086 0:035 1. Volume: 19:121 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 19:157 0:036 2. Volume: 19:193 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 19:229 0:035 Result of bootcode detection: bootable unknown (legacy) 19:290 0:061 3. Volume: 19:325 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 19:361 0:035 4. Volume: 19:396 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 19:431 0:035 5. Volume: 19:467 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:529 0:062 Result of bootcode detection: bootable unknown (legacy) 19:564 0:035 This is SelfVolume !! 19:599 0:034 6. Volume: 19:635 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:681 0:046 PutNvramPlistToRtVars: nvram.plist not found 19:717 0:036 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 19:768 0:050 Choosing theme applestyle 19:804 0:036 Custom entries start 19:839 0:034 Custom entries finish 19:924 0:085 Scanning loaders... 19:959 0:034 0: 'Whole Disc Boot' no file system 20:028 0:069 1: 'Whole Disc Boot' no file system 20:098 0:069 2: 'EFI' 20:240 0:141 3: 'Mac HD' 20:311 0:071 AddLoaderEntry for Volume Name=Mac HD 20:348 0:037 Check if volume Is Hibernated: 20:383 0:034 Check sleep image 'by signature': 20:419 0:035 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 20:453 0:034 using default sleep image name = \private\var\vm\sleepimage 20:516 0:062 sleepimage not found -> Not Found 20:551 0:034 hibernated: no - sign 20:650 0:099 4: 'Recovery HD' 20:721 0:070 AddLoaderEntry for Volume Name=Recovery HD 20:806 0:085 5: 'EFI' 20:917 0:111 6: 'Install OS X El Capitan' 20:995 0:078 AddLoaderEntry for Volume Name=Install OS X El Capitan 21:204 0:209 Custom legacy start 21:240 0:035 Custom legacy end 21:275 0:035 Scanning legacy ... 21:310 0:034 0: 'Whole Disc Boot' (legacy) not legacy 21:430 0:119 1: 'Whole Disc Boot' (legacy) not legacy 21:499 0:069 2: 'EFI' (legacy) not legacy 21:568 0:069 3: 'Mac HD' (legacy) not legacy 21:638 0:069 4: 'Recovery HD' (legacy) not legacy 21:708 0:069 5: 'EFI' (legacy) not legacy 21:777 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 21:847 0:069 Custom tool start 21:882 0:034 Custom tool end 21:929 0:047 found tool \EFI\CLOVER\tools\Shell64U.efi 21:967 0:037 Checking EFI partition Volume 2 for Clover 22:028 0:060 Checking EFI partition Volume 5 for Clover 22:063 0:034 Found Clover 22:101 0:038 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:217 0:116 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 22:432 0:215 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 22:524 0:091 EfiBootVolume not found 22:589 0:064 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 22:624 0:035 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 22:729 0:104 DefaultIndex=0 and MainMenu.EntryCount=9 22:987 0:258 Found Mouse device: 23:031 0:043 GUI ready 53:175 30:144 EDITED: 0:100 0:100 MemLog inited, TSC freq: 3305782921 0:100 0:000 0:100 0:000 Now is 5.7.2016, 20:52:14 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:101 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD0B58 0:101 0:000 SelfDirPath = \EFI\BOOT 0:103 0:002 Total Memory Slots Count = 1 0:103 0:000 Type 17 Index = 0 0:103 0:000 Ignoring insane frequency value 0MHz 0:103 0:000 SmbiosTable.Type17->Speed = 0MHz 0:103 0:000 SmbiosTable.Type17->Size = 4096MB 0:103 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:103 0:000 SmbiosTable.Type17->Vendor = QEMU 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=0 0:103 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:103 0:000 ... with board 0:103 0:000 CPU Vendor = 756E6547 Model=306C1 0:103 0:000 got cores from CPUID_1 = 2 0:103 0:000 The CPU not supported turbo 0:103 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:103 0:000 MSR 0xE2 before patch 00000000 0:103 0:000 MSR 0xE4 00000000 0:103 0:000 MSR 0xCE 00000000_00000000 0:103 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:103 0:000 Corrected FSBFrequency=100MHz 0:103 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:103 0:000 Family/ExtFamily: 0x6/0x0 0:103 0:000 MaxDiv/MinDiv: 4.0/4 0:103 0:000 Turbo: 4/4/4/4 0:103 0:000 Features: 0x178BFBFF 0:103 0:000 Threads: 2 0:103 0:000 Cores: 2 0:103 0:000 FSB: 100 MHz 0:103 0:000 CPU: 2000 MHz 0:103 0:000 TSC: 2000 MHz 0:103 0:000 PIS: 400 MHz 0:103 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:104 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:104 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:104 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:104 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:104 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:105 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:105 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:105 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:105 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:105 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:105 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:105 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:106 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:106 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:106 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:106 0:000 Clover load options size = 0 bytes 0:133 0:026 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:138 0:005 EFI\CLOVER\config.plist loaded: Success 0:149 0:010 Found theme directory: applestyle 0:172 0:022 Found theme directory: christmas 0:184 0:012 Found theme directory: embedded 0:190 0:005 Found theme directory: iclover 0:202 0:011 Found theme directory: newyear 0:222 0:020 Found theme directory: random 0:228 0:005 Loading early settings 0:228 0:000 timeout set to 5 0:228 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:309 0:080 KextsToPatch: 5 requested 0:369 0:060 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:509 0:139 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:693 0:184 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:832 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:973 0:140 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:119 0:146 Default theme: applestyle 1:154 0:035 Hiding entries with string VolumeName_NOT_SHOWN 1:189 0:035 Hiding entries with string EntryPath_NOT_SHOWN 1:225 0:035 Hiding entries with string VolumeUUID_NOT_SHOWN 1:286 0:060 LoadDrivers() start 1:325 0:039 Loading CsmVideoDxe-64.efi status=Success 1:439 0:113 - driver needs connecting 1:480 0:041 Loading OsxLowMemFixDrv-64.efi status=Success 1:601 0:120 Loading FSInject-64.efi status=Success 1:715 0:114 Loading HFSPlus.efi status=Success 1:863 0:148 - driver needs connecting 1:903 0:039 Loading DataHubDxe-64.efi status=Success 2:038 0:135 Loading OsxFatBinaryDrv-64.efi status=Success 2:176 0:137 Loading PartitionDxe-64.efi status=Success 2:287 0:110 - driver needs connecting 2:322 0:034 3 drivers needs connecting ... 2:356 0:034 PlatformDriverOverrideProtocol not found. Installing ... Success 2:426 0:069 Partition driver loaded: 2:495 0:069 HFS+ driver loaded 2:531 0:036 Video driver loaded: disconnect Success 2:639 0:107 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 14:720 12:081 LoadDrivers() end 14:758 0:038 Dump SMC keys from NVRAM: 14:819 0:060 SetScreenResolution: 800x600 - already set 14:914 0:094 Console modes reported: 3, available modes: 14:950 0:035 Mode 1: 80x25 (current mode) 14:984 0:034 Mode 3: 100x31 15:019 0:034 SetScreenResolution: 800x600 - already set 15:090 0:071 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:131 0:040 MAC address of LAN #0= 52:54:00:00:20:30: 15:419 0:287 MAC address of LAN #1= 52:54:00:00:20:30: 15:735 0:316 MAC address of LAN #2= 52:54:00:00:20:30: 16:049 0:313 ScanSPD() start 16:087 0:038 SMBus device : 8086 2930 class=0C0500 status=Success 16:122 0:034 SMBus CmdReg: 0x7 16:157 0:035 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:192 0:035 Slots to scan [8]... 16:227 0:035 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 16:262 0:035 spd page change error for byte 50:2! 16:297 0:035 SPD[0]: Type 0 @0x50 16:332 0:035 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 16:393 0:061 spd page change error for byte 51:2! 16:428 0:035 SPD[1]: Type 0 @0x51 16:463 0:035 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 16:498 0:034 spd page change error for byte 52:2! 16:533 0:034 SPD[2]: Type 0 @0x52 16:567 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 16:603 0:035 spd page change error for byte 53:2! 16:638 0:035 SPD[3]: Type 0 @0x53 16:675 0:037 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 16:736 0:061 spd page change error for byte 54:2! 16:772 0:035 SPD[4]: Type 0 @0x54 16:807 0:035 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 16:842 0:035 spd page change error for byte 55:2! 16:881 0:039 SPD[5]: Type 0 @0x55 16:916 0:034 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 16:951 0:034 spd page change error for byte 56:2! 16:985 0:034 SPD[6]: Type 0 @0x56 17:020 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:106 0:085 spd page change error for byte 57:2! 17:140 0:034 SPD[7]: Type 0 @0x57 17:175 0:034 ScanSPD() end 17:211 0:036 Get Acpi Tables List from RSDT: 17:283 0:071 Found table: FACP BXPCFACP len=116 17:317 0:034 Found table: SSDT BXPCSSDT len=828 17:352 0:034 Found table: APIC BXPCAPIC len=128 17:387 0:034 Found table: QEMU BXPCQEMU len=60 17:422 0:034 Calibrated TSC frequency =3305782921 =3305MHz 17:457 0:034 Loading main settings 17:491 0:034 Config set ChassisType=0x6 17:552 0:060 Config set CpuType=C9 17:586 0:034 Config set QEMU = true 17:621 0:034 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 17:656 0:034 KextsToPatch: 5 requested 17:691 0:035 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 17:831 0:140 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 17:976 0:144 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:116 0:140 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 18:309 0:193 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 18:450 0:140 Set MaxRatio for QEMU: 16 18:489 0:039 found 7 volumes with blockIO 18:525 0:035 0. Volume: 18:560 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 18:595 0:035 1. Volume: 18:631 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 18:666 0:035 2. Volume: 18:702 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 18:765 0:062 Result of bootcode detection: bootable unknown (legacy) 18:800 0:034 3. Volume: 18:835 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 18:870 0:035 4. Volume: 18:906 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 18:941 0:035 5. Volume: 18:977 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:044 0:067 Result of bootcode detection: bootable unknown (legacy) 19:079 0:035 This is SelfVolume !! 19:114 0:035 6. Volume: 19:149 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:187 0:037 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 19:261 0:073 Choosing theme applestyle 19:296 0:035 Custom entries start 19:331 0:034 Custom entries finish 19:366 0:034 Scanning loaders... 19:426 0:060 0: 'Whole Disc Boot' no file system 19:495 0:069 1: 'Whole Disc Boot' no file system 19:565 0:069 2: 'EFI' 19:705 0:140 3: 'Mac HD' 19:777 0:071 AddLoaderEntry for Volume Name=Mac HD 19:814 0:037 Check if volume Is Hibernated: 19:849 0:034 Check sleep image 'by signature': 19:884 0:035 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 19:919 0:034 using default sleep image name = \private\var\vm\sleepimage 19:981 0:061 sleepimage not found -> Not Found 20:016 0:034 hibernated: no - sign 20:116 0:099 4: 'Recovery HD' 20:191 0:075 AddLoaderEntry for Volume Name=Recovery HD 20:275 0:083 5: 'EFI' 20:391 0:115 6: 'Install OS X El Capitan' 20:465 0:074 AddLoaderEntry for Volume Name=Install OS X El Capitan 20:675 0:210 Custom legacy start 20:737 0:062 Custom legacy end 20:774 0:036 Scanning legacy ... 20:810 0:036 0: 'Whole Disc Boot' (legacy) not legacy 20:905 0:094 1: 'Whole Disc Boot' (legacy) not legacy 20:974 0:069 2: 'EFI' (legacy) not legacy 21:044 0:069 3: 'Mac HD' (legacy) not legacy 21:114 0:069 4: 'Recovery HD' (legacy) not legacy 21:185 0:071 5: 'EFI' (legacy) not legacy 21:255 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 21:325 0:070 Custom tool start 21:360 0:034 Custom tool end 21:408 0:047 found tool \EFI\CLOVER\tools\Shell64U.efi 21:446 0:037 Checking EFI partition Volume 2 for Clover 21:506 0:060 Checking EFI partition Volume 5 for Clover 21:547 0:040 Found Clover 21:598 0:050 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 21:668 0:069 EfiBootVolume not found 21:703 0:035 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 21:737 0:034 DefaultIndex=0 and MainMenu.EntryCount=9 22:045 0:307 Found Mouse device: 22:087 0:042 GUI ready 30:055 7:967 EDITED: kext-dev-mode=1 rootless=0 -v 32:161 2:105 ReinitSelfLib after theme change 32:197 0:036 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 32:232 0:034 found 7 volumes with blockIO 32:267 0:035 0. Volume: 32:303 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 32:342 0:039 1. Volume: 32:378 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 32:441 0:062 2. Volume: 32:477 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 32:513 0:035 Result of bootcode detection: bootable unknown (legacy) 32:548 0:035 3. Volume: 32:584 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 32:619 0:035 4. Volume: 32:655 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 32:717 0:061 5. Volume: 32:753 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 32:789 0:036 Result of bootcode detection: bootable unknown (legacy) 32:824 0:035 This is SelfVolume !! 32:859 0:034 6. Volume: 32:894 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 32:931 0:036 Choosing theme applestyle 32:993 0:062 Custom entries start 33:059 0:065 Custom entries finish 33:094 0:034 Scanning loaders... 33:129 0:034 0: 'Whole Disc Boot' no file system 33:198 0:069 1: 'Whole Disc Boot' no file system 33:268 0:069 2: 'EFI' 33:386 0:118 3: 'Mac HD' 33:462 0:075 AddLoaderEntry for Volume Name=Mac HD 33:499 0:037 Check if volume Is Hibernated: 33:534 0:035 Check sleep image 'by signature': 33:570 0:035 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 33:630 0:060 using default sleep image name = \private\var\vm\sleepimage 33:667 0:036 sleepimage not found -> Not Found 33:701 0:034 hibernated: no - sign 33:788 0:087 4: 'Recovery HD' 33:858 0:069 AddLoaderEntry for Volume Name=Recovery HD 33:945 0:086 5: 'EFI' 34:059 0:114 6: 'Install OS X El Capitan' 34:137 0:077 AddLoaderEntry for Volume Name=Install OS X El Capitan 34:351 0:214 Custom legacy start 34:386 0:035 Custom legacy end 34:447 0:061 Scanning legacy ... 34:508 0:060 0: 'Whole Disc Boot' (legacy) not legacy 34:579 0:070 1: 'Whole Disc Boot' (legacy) not legacy 34:648 0:069 2: 'EFI' (legacy) not legacy 34:718 0:070 3: 'Mac HD' (legacy) not legacy 34:788 0:069 4: 'Recovery HD' (legacy) not legacy 34:857 0:069 5: 'EFI' (legacy) not legacy 34:927 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 34:996 0:069 Custom tool start 35:031 0:034 Custom tool end 35:066 0:035 found tool \EFI\CLOVER\tools\Shell64U.efi 35:127 0:060 Checking EFI partition Volume 2 for Clover 35:162 0:035 Checking EFI partition Volume 5 for Clover 35:197 0:035 Found Clover 35:234 0:036 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 35:305 0:071 EfiBootVolume not found 35:346 0:040 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 35:409 0:062 DefaultIndex=0 and MainMenu.EntryCount=9 36:731 1:322 BootOption of the entry is empty 36:906 0:175 StartLoader() start 36:966 0:059 Entry->Settings: <null string> 37:003 0:037 Finally: Bus=200000kHz CPU=3200MHz 37:038 0:034 Kernel and Kext Patches at 7DD287F8: 37:072 0:034 Allowed: y 37:107 0:034 Debug: n 37:142 0:034 KernelCpu: n 37:177 0:034 Lapic: n 37:211 0:034 Haswell-E: n 37:246 0:035 AICPUPM: n 37:281 0:034 AppleRTC: y 37:341 0:060 KernelPm: n 37:376 0:034 FakeCPUID: 0x0 37:411 0:034 ATIController: null 37:446 0:034 ATIDataLength: 0 37:483 0:037 0 Kexts to load 37:519 0:035 5 Kexts to patch 37:558 0:039 KextPatch[0]: 4 bytes, AppleHDA 37:593 0:035 KextPatch[1]: 4 bytes, AppleHDA 37:628 0:034 KextPatch[2]: 4 bytes, AppleHDA 37:663 0:034 KextPatch[3]: 4 bytes, AppleHDA 37:697 0:034 KextPatch[4]: 6 bytes, AppleHDA 37:733 0:035 Loading boot.efi status=Success 37:921 0:188 GetOSVersion: : 10.11.5 37:991 0:069 SmbiosTable: Type 2 (BaseBoard Information) not found, create new 38:026 0:034 insert table 9 for dev 6:0 38:061 0:034 Trusting SMBIOS... 38:120 0:059 Channels: 1 38:156 0:035 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 39:071 0:915 partNum unknown 39:106 0:034 SMBIOS Type 17 Index = 0 => 0 0: 39:141 0:034 DIMM1 0MHz 4096MB 39:176 0:034 mTotalSystemMemory = 4096 39:238 0:062 NumberOfMemoryDevices = 1 39:300 0:062 RSDT 0x7FEF1074 39:335 0:034 FADT from RSDT: 0x7FEEE000 39:370 0:034 XSDT 0x7FEF10E8 39:404 0:034 FADT from XSDT: 0x7FEEE000 39:439 0:034 Xsdt reallocation done 39:474 0:034 old FADT length=74 39:511 0:036 Apply DsdtFixMask=0x00000000 old way 39:547 0:035 drop _DSM mask=0x0000 39:581 0:034 ========= Auto patch DSDT Starting ======== 39:619 0:037 VideoCard devID=0x1001B36 39:655 0:035 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0xFFFE 39:690 0:035 USBADR[0] = 0x70000 and PCIe = 0xFFFE 39:751 0:061 USBADR[1] = 0x70001 and PCIe = 0xFFFE 39:787 0:035 USBADR[2] = 0x70002 and PCIe = 0xFFFE 39:822 0:035 USBADR[3] = 0x70007 and PCIe = 0xFFFE 39:857 0:035 USBADR[4] = 0x1E0000 and PCIe = 0x10000 39:892 0:034 USBADR[5] = 0x1E0000 and PCIe = 0x10000 39:928 0:036 within the score: 39:965 0:036 Found PCIROOTUID = 0 40:000 0:034 ========= Auto patch DSDT Finished ======== 40:035 0:034 Patch table: SSDT BXPCSSDT 40:074 0:039 SSDT len = 0x33C 40:134 0:060 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 40:169 0:034 Xsdt has tables count=4 40:204 0:034 corrected XSDT length=68 40:264 0:059 Start: Processing Patched AML(s): Unsorted 40:336 0:071 Inserting q35-acpi-dsdt.aml from EFI\CLOVER\ACPI\patched ... Success 40:409 0:073 End: Processing Patched AML(s) 40:444 0:034 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=2 40:481 0:036 SSDT with CPU C-States generated successfully 40:518 0:037 LAN Controller [8086:100F] :: PciRoot(0x0)\Pci(0x1E,0x0)\Pci(0x1,0x0)\Pci(0x6,0x0) 40:579 0:060 RCBA access disabled; trying to enable 40:617 0:037 stringlength = 244 40:654 0:037 CurrentMode: Width=800 Height=600 40:689 0:035 Beginning FSInjection 40:772 0:082 Using QEMU FrontSideBus=-989184375 40:809 0:036 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 40:848 0:038 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext 40:902 0:053 Extra kext: EFI\CLOVER\kexts\Other\GPUSensors.kext 40:988 0:086 Extra kext: EFI\CLOVER\kexts\Other\HWInfo.kext 41:048 0:060 Extra kext: EFI\CLOVER\kexts\Other\realtekALC.kext 41:088 0:039 Extra kext: EFI\CLOVER\kexts\Other\VoodooHDA.kext 41:159 0:070 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 41:195 0:036 Removed efi-boot-device-data variable: Not Found 41:229 0:034 Custom boot screen not used because entry has unset use graphics 41:269 0:039 Closing log 0:100 0:100 MemLog inited, TSC freq: 3305783331 0:100 0:000 0:100 0:000 Now is 5.7.2016, 20:57:55 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD8B58 0:100 0:000 SelfDirPath = \EFI\BOOT 0:103 0:002 Total Memory Slots Count = 1 0:103 0:000 Type 17 Index = 0 0:103 0:000 Ignoring insane frequency value 0MHz 0:103 0:000 SmbiosTable.Type17->Speed = 0MHz 0:103 0:000 SmbiosTable.Type17->Size = 4096MB 0:103 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:103 0:000 SmbiosTable.Type17->Vendor = QEMU 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=0 0:103 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:103 0:000 ... with board 0:103 0:000 CPU Vendor = 756E6547 Model=306C1 0:103 0:000 got cores from CPUID_1 = 2 0:103 0:000 The CPU not supported turbo 0:103 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:103 0:000 MSR 0xE2 before patch 00000000 0:103 0:000 MSR 0xE4 00000000 0:103 0:000 MSR 0xCE 00000000_00000000 0:103 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:103 0:000 Corrected FSBFrequency=100MHz 0:103 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:103 0:000 Family/ExtFamily: 0x6/0x0 0:103 0:000 MaxDiv/MinDiv: 4.0/4 0:103 0:000 Turbo: 4/4/4/4 0:103 0:000 Features: 0x178BFBFF 0:103 0:000 Threads: 2 0:103 0:000 Cores: 2 0:103 0:000 FSB: 100 MHz 0:103 0:000 CPU: 2000 MHz 0:103 0:000 TSC: 2000 MHz 0:103 0:000 PIS: 400 MHz 0:104 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:104 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:104 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:104 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:104 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:105 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:105 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:105 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:105 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:105 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:105 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:106 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:106 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:106 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:106 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:106 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:106 0:000 Clover load options size = 0 bytes 0:126 0:019 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:131 0:005 EFI\CLOVER\config.plist loaded: Success 0:142 0:010 Found theme directory: applestyle 0:164 0:022 Found theme directory: christmas 0:177 0:012 Found theme directory: embedded 0:183 0:005 Found theme directory: iclover 0:195 0:011 Found theme directory: newyear 0:216 0:021 Found theme directory: random 0:221 0:005 Loading early settings 0:221 0:000 timeout set to 5 0:222 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:311 0:088 KextsToPatch: 5 requested 0:345 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:538 0:192 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:678 0:140 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:818 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:957 0:139 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:099 0:141 Default theme: applestyle 1:134 0:035 Hiding entries with string VolumeName_NOT_SHOWN 1:170 0:035 Hiding entries with string EntryPath_NOT_SHOWN 1:205 0:034 Hiding entries with string VolumeUUID_NOT_SHOWN 1:270 0:064 LoadDrivers() start 1:310 0:039 Loading CsmVideoDxe-64.efi status=Success 1:422 0:111 - driver needs connecting 1:482 0:060 Loading OsxLowMemFixDrv-64.efi status=Success 1:605 0:122 Loading FSInject-64.efi status=Success 1:718 0:113 Loading HFSPlus.efi status=Success 1:836 0:117 - driver needs connecting 1:875 0:039 Loading DataHubDxe-64.efi status=Success 2:001 0:125 Loading OsxFatBinaryDrv-64.efi status=Success 2:112 0:110 Loading PartitionDxe-64.efi status=Success 2:251 0:139 - driver needs connecting 2:286 0:034 3 drivers needs connecting ... 2:321 0:034 PlatformDriverOverrideProtocol not found. Installing ... Success 2:397 0:075 Partition driver loaded: 2:467 0:069 HFS+ driver loaded 2:503 0:036 Video driver loaded: disconnect Success 2:611 0:107 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:100 0:100 MemLog inited, TSC freq: 3305782377 0:100 0:000 0:100 0:000 Now is 5.7.2016, 21:1:45 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:101 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD8B58 0:101 0:000 SelfDirPath = \EFI\BOOT 0:104 0:003 Total Memory Slots Count = 1 0:104 0:000 Type 17 Index = 0 0:104 0:000 Ignoring insane frequency value 0MHz 0:104 0:000 SmbiosTable.Type17->Speed = 0MHz 0:104 0:000 SmbiosTable.Type17->Size = 4096MB 0:104 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:104 0:000 SmbiosTable.Type17->Vendor = QEMU 0:104 0:000 SmbiosTable.Type17->SerialNumber = 0:104 0:000 SmbiosTable.Type17->PartNumber = 0:104 0:000 Boot status=0 0:104 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:104 0:000 ... with board 0:104 0:000 CPU Vendor = 756E6547 Model=306C1 0:104 0:000 got cores from CPUID_1 = 2 0:104 0:000 The CPU not supported turbo 0:104 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:104 0:000 MSR 0xE2 before patch 00000000 0:104 0:000 MSR 0xE4 00000000 0:104 0:000 MSR 0xCE 00000000_00000000 0:104 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:104 0:000 Corrected FSBFrequency=100MHz 0:104 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:104 0:000 Family/ExtFamily: 0x6/0x0 0:104 0:000 MaxDiv/MinDiv: 4.0/4 0:104 0:000 Turbo: 4/4/4/4 0:104 0:000 Features: 0x178BFBFF 0:104 0:000 Threads: 2 0:104 0:000 Cores: 2 0:104 0:000 FSB: 100 MHz 0:104 0:000 CPU: 2000 MHz 0:104 0:000 TSC: 2000 MHz 0:104 0:000 PIS: 400 MHz 0:104 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:105 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:105 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:105 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:105 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:105 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:106 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:106 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:106 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:106 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:107 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:107 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:107 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:107 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:108 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:108 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:108 0:000 Clover load options size = 0 bytes 0:136 0:027 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:142 0:006 EFI\CLOVER\config.plist loaded: Success 0:153 0:011 Found theme directory: applestyle 0:176 0:022 Found theme directory: christmas 0:190 0:013 Found theme directory: embedded 0:196 0:006 Found theme directory: iclover 0:208 0:012 Found theme directory: newyear 0:228 0:020 Found theme directory: random 0:234 0:005 Loading early settings 0:234 0:000 timeout set to 5 0:235 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:315 0:080 KextsToPatch: 5 requested 0:350 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:489 0:139 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:654 0:165 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:794 0:139 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:933 0:139 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:101 0:167 Default theme: applestyle 1:137 0:035 Hiding entries with string VolumeName_NOT_SHOWN 1:173 0:035 Hiding entries with string EntryPath_NOT_SHOWN 1:209 0:036 Hiding entries with string VolumeUUID_NOT_SHOWN 1:244 0:035 LoadDrivers() start 1:284 0:039 Loading CsmVideoDxe-64.efi status=Success 1:425 0:140 - driver needs connecting 1:466 0:041 Loading OsxAptioFixDrv-64.efi status=Success 1:583 0:116 Loading FSInject-64.efi status=Success 1:696 0:113 Loading HFSPlus.efi status=Success 1:814 0:117 - driver needs connecting 1:853 0:039 Loading DataHubDxe-64.efi status=Success 1:979 0:125 Loading OsxFatBinaryDrv-64.efi status=Success 2:098 0:119 Loading PartitionDxe-64.efi status=Success 2:213 0:114 - driver needs connecting 2:301 0:088 3 drivers needs connecting ... 2:336 0:034 PlatformDriverOverrideProtocol not found. Installing ... Success 2:405 0:069 Partition driver loaded: 2:474 0:069 HFS+ driver loaded 2:511 0:036 Video driver loaded: disconnect Success 2:618 0:107 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 14:876 12:257 LoadDrivers() end 14:914 0:037 Dump SMC keys from NVRAM: 14:949 0:035 SetScreenResolution: 800x600 - already set 15:019 0:069 Console modes reported: 3, available modes: 15:079 0:060 Mode 1: 80x25 (current mode) 15:115 0:035 Mode 3: 100x31 15:150 0:035 SetScreenResolution: 800x600 - already set 15:222 0:071 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:261 0:039 MAC address of LAN #0= 52:54:00:00:20:30: 15:577 0:315 MAC address of LAN #1= 52:54:00:00:20:30: 15:858 0:281 MAC address of LAN #2= 52:54:00:00:20:30: 16:136 0:277 ScanSPD() start 16:199 0:062 SMBus device : 8086 2930 class=0C0500 status=Success 16:233 0:034 SMBus CmdReg: 0x7 16:268 0:034 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:304 0:035 Slots to scan [8]... 16:339 0:034 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 16:373 0:034 spd page change error for byte 50:2! 16:414 0:040 SPD[0]: Type 0 @0x50 16:449 0:034 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 16:483 0:034 spd page change error for byte 51:2! 16:544 0:060 SPD[1]: Type 0 @0x51 16:579 0:034 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 16:614 0:034 spd page change error for byte 52:2! 16:681 0:067 SPD[2]: Type 0 @0x52 16:716 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 16:752 0:036 spd page change error for byte 53:2! 16:787 0:034 SPD[3]: Type 0 @0x53 16:822 0:034 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 16:856 0:034 spd page change error for byte 54:2! 16:892 0:035 SPD[4]: Type 0 @0x54 16:952 0:060 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 16:987 0:034 spd page change error for byte 55:2! 17:022 0:034 SPD[5]: Type 0 @0x55 17:057 0:034 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 17:092 0:034 spd page change error for byte 56:2! 17:126 0:034 SPD[6]: Type 0 @0x56 17:161 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:196 0:034 spd page change error for byte 57:2! 17:231 0:034 SPD[7]: Type 0 @0x57 17:294 0:062 ScanSPD() end 17:331 0:037 Get Acpi Tables List from RSDT: 17:401 0:069 Found table: FACP BXPCFACP len=116 17:435 0:034 Found table: SSDT BXPCSSDT len=828 17:474 0:039 Found table: APIC BXPCAPIC len=128 17:509 0:034 Found table: QEMU BXPCQEMU len=60 17:544 0:034 Calibrated TSC frequency =3305782377 =3305MHz 17:579 0:034 Loading main settings 17:614 0:034 Config set ChassisType=0x6 17:649 0:034 Config set CpuType=C9 17:708 0:059 Config set QEMU = true 17:771 0:063 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 17:806 0:034 KextsToPatch: 5 requested 17:841 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 17:981 0:140 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 18:121 0:139 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:262 0:140 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 18:401 0:139 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 18:546 0:144 Set MaxRatio for QEMU: 16 18:612 0:066 found 7 volumes with blockIO 18:647 0:035 0. Volume: 18:684 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 18:725 0:041 1. Volume: 18:763 0:037 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 18:826 0:063 2. Volume: 18:862 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 18:899 0:037 Result of bootcode detection: bootable unknown (legacy) 18:935 0:035 3. Volume: 18:999 0:063 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 19:034 0:035 4. Volume: 19:069 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 19:105 0:035 5. Volume: 19:141 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:176 0:035 Result of bootcode detection: bootable unknown (legacy) 19:237 0:060 This is SelfVolume !! 19:272 0:034 6. Volume: 19:308 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:346 0:037 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 19:396 0:050 Choosing theme applestyle 19:432 0:035 Custom entries start 19:466 0:034 Custom entries finish 19:501 0:034 Scanning loaders... 19:536 0:034 0: 'Whole Disc Boot' no file system 19:605 0:069 1: 'Whole Disc Boot' no file system 19:706 0:100 2: 'EFI' 19:850 0:144 3: 'Mac HD' 19:942 0:091 AddLoaderEntry for Volume Name=Mac HD 19:980 0:038 Check if volume Is Hibernated: 20:015 0:034 Check sleep image 'by signature': 20:051 0:035 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 20:086 0:034 using default sleep image name = \private\var\vm\sleepimage 20:122 0:035 sleepimage not found -> Not Found 20:156 0:034 hibernated: no - sign 20:282 0:125 4: 'Recovery HD' 20:352 0:070 AddLoaderEntry for Volume Name=Recovery HD 20:436 0:083 5: 'EFI' 20:552 0:115 6: 'Install OS X El Capitan' 20:626 0:074 AddLoaderEntry for Volume Name=Install OS X El Capitan 20:845 0:219 Custom legacy start 20:881 0:036 Custom legacy end 20:916 0:034 Scanning legacy ... 20:951 0:034 0: 'Whole Disc Boot' (legacy) not legacy 21:020 0:069 1: 'Whole Disc Boot' (legacy) not legacy 21:090 0:069 2: 'EFI' (legacy) not legacy 21:190 0:100 3: 'Mac HD' (legacy) not legacy 21:261 0:070 4: 'Recovery HD' (legacy) not legacy 21:352 0:091 5: 'EFI' (legacy) not legacy 21:424 0:071 6: 'Install OS X El Capitan' (legacy) not legacy 21:494 0:069 Custom tool start 21:528 0:034 Custom tool end 21:577 0:048 found tool \EFI\CLOVER\tools\Shell64U.efi 21:614 0:037 Checking EFI partition Volume 2 for Clover 21:649 0:034 Checking EFI partition Volume 5 for Clover 21:684 0:034 Found Clover 21:735 0:050 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 21:831 0:095 EfiBootVolume not found 21:866 0:035 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 21:901 0:034 DefaultIndex=0 and MainMenu.EntryCount=9 22:157 0:255 Found Mouse device: 22:201 0:044 GUI ready 33:311 11:109 EDITED: kext-dev-mode=1 rootless=0 -v 35:558 2:247 ReinitSelfLib after theme change 35:596 0:037 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 35:633 0:037 found 7 volumes with blockIO 35:668 0:035 0. Volume: 35:703 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 35:739 0:035 1. Volume: 35:775 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 35:811 0:035 2. Volume: 35:846 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 35:932 0:085 Result of bootcode detection: bootable unknown (legacy) 35:969 0:036 3. Volume: 36:004 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 36:040 0:035 4. Volume: 36:077 0:037 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 36:114 0:036 5. Volume: 36:150 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 36:214 0:064 Result of bootcode detection: bootable unknown (legacy) 36:250 0:036 This is SelfVolume !! 36:286 0:035 6. Volume: 36:322 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 36:359 0:037 Choosing theme applestyle 36:396 0:036 Custom entries start 36:431 0:035 Custom entries finish 36:467 0:035 Scanning loaders... 36:528 0:061 0: 'Whole Disc Boot' no file system 36:599 0:070 1: 'Whole Disc Boot' no file system 36:670 0:070 2: 'EFI' 36:790 0:120 3: 'Mac HD' 36:860 0:070 AddLoaderEntry for Volume Name=Mac HD 36:896 0:036 Check if volume Is Hibernated: 36:931 0:034 Check sleep image 'by signature': 36:966 0:034 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 37:027 0:060 using default sleep image name = \private\var\vm\sleepimage 37:090 0:063 sleepimage not found -> Not Found 37:125 0:034 hibernated: no - sign 37:212 0:087 4: 'Recovery HD' 37:282 0:069 AddLoaderEntry for Volume Name=Recovery HD 37:369 0:086 5: 'EFI' 37:483 0:114 6: 'Install OS X El Capitan' 37:558 0:075 AddLoaderEntry for Volume Name=Install OS X El Capitan 37:775 0:217 Custom legacy start 37:810 0:035 Custom legacy end 37:845 0:034 Scanning legacy ... 37:880 0:034 0: 'Whole Disc Boot' (legacy) not legacy 37:975 0:095 1: 'Whole Disc Boot' (legacy) not legacy 38:044 0:069 2: 'EFI' (legacy) not legacy 38:114 0:069 3: 'Mac HD' (legacy) not legacy 38:188 0:074 4: 'Recovery HD' (legacy) not legacy 38:257 0:069 5: 'EFI' (legacy) not legacy 38:327 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 38:421 0:093 Custom tool start 38:457 0:035 Custom tool end 38:493 0:036 found tool \EFI\CLOVER\tools\Shell64U.efi 38:528 0:034 Checking EFI partition Volume 2 for Clover 38:589 0:060 Checking EFI partition Volume 5 for Clover 38:624 0:034 Found Clover 38:660 0:036 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 38:730 0:069 EfiBootVolume not found 38:765 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 38:800 0:034 DefaultIndex=0 and MainMenu.EntryCount=9 40:878 2:078 BootOption of the entry is empty 40:942 0:063 StartLoader() start 40:977 0:034 Entry->Settings: <null string> 41:012 0:034 Finally: Bus=200000kHz CPU=3200MHz 41:047 0:034 Kernel and Kext Patches at 7DD287F8: 41:081 0:034 Allowed: y 41:116 0:034 Debug: n 41:151 0:034 KernelCpu: n 41:186 0:034 Lapic: n 41:221 0:034 Haswell-E: n 41:255 0:034 AICPUPM: n 41:290 0:034 AppleRTC: y 41:325 0:034 KernelPm: n 41:359 0:034 FakeCPUID: 0x0 41:394 0:034 ATIController: null 41:455 0:060 ATIDataLength: 0 41:516 0:061 0 Kexts to load 41:551 0:034 5 Kexts to patch 41:586 0:035 KextPatch[0]: 4 bytes, AppleHDA 41:621 0:034 KextPatch[1]: 4 bytes, AppleHDA 41:656 0:034 KextPatch[2]: 4 bytes, AppleHDA 41:691 0:034 KextPatch[3]: 4 bytes, AppleHDA 41:726 0:034 KextPatch[4]: 6 bytes, AppleHDA 41:761 0:035 Loading boot.efi status=Success 41:918 0:157 GetOSVersion: : 10.11.5 41:988 0:069 SmbiosTable: Type 2 (BaseBoard Information) not found, create new 42:049 0:060 insert table 9 for dev 6:0 42:083 0:034 Trusting SMBIOS... 42:118 0:035 Channels: 1 42:154 0:035 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 43:094 0:940 partNum unknown 43:129 0:034 SMBIOS Type 17 Index = 0 => 0 0: 43:164 0:034 DIMM1 0MHz 4096MB 43:198 0:034 mTotalSystemMemory = 4096 43:233 0:034 NumberOfMemoryDevices = 1 43:268 0:035 RSDT 0x7FEF1074 43:303 0:034 FADT from RSDT: 0x7FEEE000 43:338 0:034 XSDT 0x7FEF10E8 43:398 0:060 FADT from XSDT: 0x7FEEE000 43:433 0:034 Xsdt reallocation done 43:468 0:034 old FADT length=74 43:509 0:040 Apply DsdtFixMask=0x00000000 old way 43:543 0:034 drop _DSM mask=0x0000 43:578 0:034 ========= Auto patch DSDT Starting ======== 43:614 0:035 VideoCard devID=0x1001B36 43:648 0:034 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0xFFFE 43:683 0:035 USBADR[0] = 0x70000 and PCIe = 0xFFFE 43:719 0:035 USBADR[1] = 0x70001 and PCIe = 0xFFFE 43:782 0:063 USBADR[2] = 0x70002 and PCIe = 0xFFFE 43:849 0:066 USBADR[3] = 0x70007 and PCIe = 0xFFFE 43:884 0:035 USBADR[4] = 0x1E0000 and PCIe = 0x10000 43:919 0:034 USBADR[5] = 0x1E0000 and PCIe = 0x10000 43:956 0:037 within the score: 43:993 0:036 Found PCIROOTUID = 0 44:029 0:035 ========= Auto patch DSDT Finished ======== 44:065 0:035 Patch table: SSDT BXPCSSDT 44:100 0:035 SSDT len = 0x33C 44:136 0:035 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 44:171 0:035 Xsdt has tables count=4 44:234 0:062 corrected XSDT length=68 44:269 0:035 Start: Processing Patched AML(s): Unsorted 44:341 0:071 Inserting q35-acpi-dsdt.aml from EFI\CLOVER\ACPI\patched ... Success 44:414 0:073 End: Processing Patched AML(s) 44:449 0:034 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=2 44:486 0:036 SSDT with CPU C-States generated successfully 44:523 0:037 LAN Controller [8086:100F] :: PciRoot(0x0)\Pci(0x1E,0x0)\Pci(0x1,0x0)\Pci(0x6,0x0) 44:558 0:035 RCBA access disabled; trying to enable 44:627 0:068 stringlength = 244 44:662 0:035 CurrentMode: Width=800 Height=600 44:697 0:035 Beginning FSInjection 44:744 0:047 Using QEMU FrontSideBus=-989184919 44:781 0:037 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 44:845 0:064 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext 44:902 0:056 Extra kext: EFI\CLOVER\kexts\Other\GPUSensors.kext 44:963 0:060 Extra kext: EFI\CLOVER\kexts\Other\HWInfo.kext 45:022 0:059 Extra kext: EFI\CLOVER\kexts\Other\realtekALC.kext 45:088 0:065 Extra kext: EFI\CLOVER\kexts\Other\VoodooHDA.kext 45:159 0:070 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 45:195 0:036 Removed efi-boot-device-data variable: Not Found 45:230 0:034 Custom boot screen not used because entry has unset use graphics 45:265 0:034 Closing log 0:100 0:100 MemLog inited, TSC freq: 3305791147 0:100 0:000 0:100 0:000 Now is 5.7.2016, 21:2:37 (GMT) 0:100 0:000 Starting Clover rev 3578 on EDK II EFI 0:100 0:000 Build with: [Args: ./ebuild.sh -gcc49 -release -D USE_APPLE_HFSPLUS_DRIVER --x64 | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.11.4] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) @7EFD0B58 0:100 0:000 SelfDirPath = \EFI\BOOT 0:103 0:003 Total Memory Slots Count = 1 0:103 0:000 Type 17 Index = 0 0:103 0:000 Ignoring insane frequency value 0MHz 0:103 0:000 SmbiosTable.Type17->Speed = 0MHz 0:103 0:000 SmbiosTable.Type17->Size = 4096MB 0:103 0:000 SmbiosTable.Type17->Bank/Device = DIMM 0 0:103 0:000 SmbiosTable.Type17->Vendor = QEMU 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=0 0:103 0:000 Clover revision: 3578 running on Standard PC (Q35 + ICH9, 2009) 0:103 0:000 ... with board 0:103 0:000 CPU Vendor = 756E6547 Model=306C1 0:104 0:000 got cores from CPUID_1 = 2 0:104 0:000 The CPU not supported turbo 0:104 0:000 BrandString = Intel Core Processor (Haswell, no TSX) 0:104 0:000 MSR 0xE2 before patch 00000000 0:104 0:000 MSR 0xE4 00000000 0:104 0:000 MSR 0xCE 00000000_00000000 0:104 0:000 FSBFrequency=100MHz DMIvalue=0kHz 0:104 0:000 Corrected FSBFrequency=100MHz 0:104 0:000 Hardcode stuff happening hereVendor/Model/Stepping: 0x756E6547/0x3C/0x1 0:104 0:000 Family/ExtFamily: 0x6/0x0 0:104 0:000 MaxDiv/MinDiv: 4.0/4 0:104 0:000 Turbo: 4/4/4/4 0:104 0:000 Features: 0x178BFBFF 0:104 0:000 Threads: 2 0:104 0:000 Cores: 2 0:104 0:000 FSB: 100 MHz 0:104 0:000 CPU: 2000 MHz 0:104 0:000 TSC: 2000 MHz 0:104 0:000 PIS: 400 MHz 0:104 0:000 PCI (00|00:00.00) : 8086 29C0 class=060000 0:104 0:000 PCI (00|00:01.00) : 1B36 0100 class=030000 0:104 0:000 PCI (00|00:07.00) : 8086 2934 class=0C0300 0:104 0:000 PCI (00|00:07.01) : 8086 2935 class=0C0300 0:104 0:000 PCI (00|00:07.02) : 8086 2936 class=0C0300 0:105 0:000 PCI (00|00:07.07) : 8086 293A class=0C0320 0:105 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 0:105 0:000 PCI (00|01:01.00) : 1B36 0001 class=060400 0:105 0:000 PCI (00|02:01.00) : 1AF4 1003 class=078000 0:105 0:000 PCI (00|02:02.00) : 8086 8D2D class=0C0320 0:105 0:000 PCI (00|02:03.00) : 8086 8D26 class=0C0320 0:105 0:000 PCI (00|02:04.00) : 1AF4 1002 class=00FF00 0:106 0:000 PCI (00|02:06.00) : 8086 100F class=020000 0:106 0:000 LAN 0, Vendor=8086, MMIO=C8000000 0:106 0:000 PCI (00|00:1F.00) : 8086 2918 class=060100 0:106 0:000 PCI (00|00:1F.02) : 8086 2922 class=010601 0:106 0:000 PCI (00|00:1F.03) : 8086 2930 class=0C0500 0:106 0:000 Clover load options size = 0 bytes 0:126 0:019 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:131 0:005 EFI\CLOVER\config.plist loaded: Success 0:142 0:010 Found theme directory: applestyle 0:164 0:021 Found theme directory: christmas 0:176 0:012 Found theme directory: embedded 0:182 0:005 Found theme directory: iclover 0:194 0:011 Found theme directory: newyear 0:214 0:020 Found theme directory: random 0:220 0:005 Loading early settings 0:220 0:000 timeout set to 5 0:220 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:296 0:075 KextsToPatch: 5 requested 0:331 0:034 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 0:480 0:148 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 0:619 0:139 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 0:784 0:165 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 0:952 0:167 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 1:092 0:140 Default theme: applestyle 1:127 0:035 Hiding entries with string VolumeName_NOT_SHOWN 1:163 0:035 Hiding entries with string EntryPath_NOT_SHOWN 1:198 0:034 Hiding entries with string VolumeUUID_NOT_SHOWN 1:232 0:034 LoadDrivers() start 1:272 0:039 Loading CsmVideoDxe-64.efi status=Success 1:414 0:142 - driver needs connecting 1:453 0:039 Loading OsxAptioFixDrv-64.efi status=Success 1:571 0:118 Loading FSInject-64.efi status=Success 1:692 0:120 Loading HFSPlus.efi status=Success 1:815 0:123 - driver needs connecting 1:858 0:042 Loading DataHubDxe-64.efi status=Success 1:985 0:127 Loading OsxFatBinaryDrv-64.efi status=Success 2:120 0:134 Loading PartitionDxe-64.efi status=Success 2:232 0:111 - driver needs connecting 2:266 0:034 3 drivers needs connecting ... 2:327 0:061 PlatformDriverOverrideProtocol not found. Installing ... Success 2:397 0:069 Partition driver loaded: 2:467 0:069 HFS+ driver loaded 2:503 0:036 Video driver loaded: disconnect Success 2:611 0:108 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 14:765 12:154 LoadDrivers() end 14:802 0:036 Dump SMC keys from NVRAM: 14:838 0:035 SetScreenResolution: 800x600 - already set 14:908 0:070 Console modes reported: 3, available modes: 14:943 0:034 Mode 1: 80x25 (current mode) 15:004 0:060 Mode 3: 100x31 15:039 0:035 SetScreenResolution: 800x600 - already set 15:109 0:070 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 15:148 0:038 MAC address of LAN #0= 52:54:00:00:20:30: 15:459 0:311 MAC address of LAN #1= 52:54:00:00:20:30: 15:740 0:280 MAC address of LAN #2= 52:54:00:00:20:30: 16:019 0:279 ScanSPD() start 16:057 0:037 SMBus device : 8086 2930 class=0C0500 status=Success 16:123 0:066 SMBus CmdReg: 0x7 16:158 0:035 Scanning SMBus [8086:2930], mmio: 0x0, ioport: 0xD000, hostc: 0x0 16:193 0:034 Slots to scan [8]... 16:228 0:034 SPD[0]: Got invalid type 0 @0x50. Will set page and retry. 16:263 0:034 spd page change error for byte 50:2! 16:298 0:034 SPD[0]: Type 0 @0x50 16:332 0:034 SPD[1]: Got invalid type 0 @0x51. Will set page and retry. 16:393 0:060 spd page change error for byte 51:2! 16:429 0:035 SPD[1]: Type 0 @0x51 16:490 0:061 SPD[2]: Got invalid type 0 @0x52. Will set page and retry. 16:525 0:034 spd page change error for byte 52:2! 16:560 0:034 SPD[2]: Type 0 @0x52 16:594 0:034 SPD[3]: Got invalid type 0 @0x53. Will set page and retry. 16:630 0:035 spd page change error for byte 53:2! 16:664 0:034 SPD[3]: Type 0 @0x53 16:699 0:034 SPD[4]: Got invalid type 0 @0x54. Will set page and retry. 16:734 0:034 spd page change error for byte 54:2! 16:769 0:034 SPD[4]: Type 0 @0x54 16:803 0:034 SPD[5]: Got invalid type 0 @0x55. Will set page and retry. 16:864 0:060 spd page change error for byte 55:2! 16:899 0:034 SPD[5]: Type 0 @0x55 16:933 0:034 SPD[6]: Got invalid type 0 @0x56. Will set page and retry. 16:968 0:034 spd page change error for byte 56:2! 17:003 0:034 SPD[6]: Type 0 @0x56 17:037 0:034 SPD[7]: Got invalid type 0 @0x57. Will set page and retry. 17:072 0:034 spd page change error for byte 57:2! 17:107 0:034 SPD[7]: Type 0 @0x57 17:141 0:034 ScanSPD() end 17:177 0:036 Get Acpi Tables List from RSDT: 17:278 0:100 Found table: FACP BXPCFACP len=116 17:312 0:034 Found table: SSDT BXPCSSDT len=828 17:347 0:034 Found table: APIC BXPCAPIC len=128 17:382 0:034 Found table: QEMU BXPCQEMU len=60 17:445 0:062 Calibrated TSC frequency =3305791147 =3305MHz 17:480 0:035 Loading main settings 17:515 0:034 Config set ChassisType=0x6 17:550 0:035 Config set CpuType=C9 17:586 0:035 Config set QEMU = true 17:621 0:035 Error: invalid CustomUUID '' - should be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 17:684 0:062 KextsToPatch: 5 requested 17:719 0:035 KextsToPatch 0: AppleHDA Kext bin patch, data len: 4 17:863 0:143 KextsToPatch 1: AppleHDA Kext bin patch, data len: 4 18:004 0:141 KextsToPatch 2: AppleHDA Kext bin patch, data len: 4 18:144 0:140 KextsToPatch 3: AppleHDA Kext bin patch, data len: 4 18:290 0:145 KextsToPatch 4: AppleHDA Kext bin patch, data len: 6 18:429 0:139 Set MaxRatio for QEMU: 16 18:470 0:040 found 7 volumes with blockIO 18:552 0:082 0. Volume: 18:589 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 18:624 0:035 1. Volume: 18:660 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 18:696 0:035 2. Volume: 18:731 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 18:766 0:035 Result of bootcode detection: bootable unknown (legacy) 18:802 0:035 3. Volume: 18:837 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 18:899 0:061 4. Volume: 18:934 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 18:969 0:035 5. Volume: 19:005 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 19:041 0:036 Result of bootcode detection: bootable unknown (legacy) 19:076 0:035 This is SelfVolume !! 19:111 0:034 6. Volume: 19:172 0:061 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 19:210 0:037 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 19:260 0:050 Choosing theme applestyle 19:296 0:035 Custom entries start 19:331 0:034 Custom entries finish 19:371 0:040 Scanning loaders... 19:406 0:034 0: 'Whole Disc Boot' no file system 19:475 0:069 1: 'Whole Disc Boot' no file system 19:546 0:070 2: 'EFI' 19:709 0:163 3: 'Mac HD' 19:807 0:097 AddLoaderEntry for Volume Name=Mac HD 19:844 0:037 Check if volume Is Hibernated: 19:879 0:034 Check sleep image 'by signature': 19:916 0:037 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 19:952 0:035 using default sleep image name = \private\var\vm\sleepimage 19:989 0:036 sleepimage not found -> Not Found 20:023 0:034 hibernated: no - sign 20:123 0:099 4: 'Recovery HD' 20:219 0:096 AddLoaderEntry for Volume Name=Recovery HD 20:304 0:084 5: 'EFI' 20:419 0:115 6: 'Install OS X El Capitan' 20:493 0:073 AddLoaderEntry for Volume Name=Install OS X El Capitan 20:714 0:221 Custom legacy start 20:749 0:035 Custom legacy end 20:784 0:034 Scanning legacy ... 20:828 0:043 0: 'Whole Disc Boot' (legacy) not legacy 20:903 0:075 1: 'Whole Disc Boot' (legacy) not legacy 20:973 0:069 2: 'EFI' (legacy) not legacy 21:042 0:069 3: 'Mac HD' (legacy) not legacy 21:160 0:117 4: 'Recovery HD' (legacy) not legacy 21:230 0:069 5: 'EFI' (legacy) not legacy 21:300 0:069 6: 'Install OS X El Capitan' (legacy) not legacy 21:369 0:069 Custom tool start 21:404 0:034 Custom tool end 21:452 0:048 found tool \EFI\CLOVER\tools\Shell64U.efi 21:490 0:037 Checking EFI partition Volume 2 for Clover 21:525 0:034 Checking EFI partition Volume 5 for Clover 21:560 0:035 Found Clover 21:611 0:051 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 21:708 0:096 EfiBootVolume not found 21:743 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 21:778 0:034 DefaultIndex=0 and MainMenu.EntryCount=9 22:024 0:246 Found Mouse device: 22:066 0:041 GUI ready 24:057 1:990 ReinitSelfLib after theme change 24:094 0:036 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 24:156 0:061 found 7 volumes with blockIO 24:191 0:035 0. Volume: 24:227 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0) 24:262 0:035 1. Volume: 24:298 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0) 24:361 0:063 2. Volume: 24:397 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(1,GPT,548E96C2-E241-4622-8691-97002AAF8B66,0x28,0x64000) 24:433 0:035 Result of bootcode detection: bootable unknown (legacy) 24:493 0:060 3. Volume: 24:529 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090) 24:564 0:035 4. Volume: 24:600 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(3,GPT,1BA90D7F-294B-4C6E-BA2C-A89E96DC66AF,0xEECA0B8,0x135F20) 24:636 0:035 5. Volume: 24:671 0:035 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,3B21062F-CAB5-4F31-9BFB-82714929E004,0x28,0x64000) 24:711 0:039 Result of bootcode detection: bootable unknown (legacy) 24:772 0:061 This is SelfVolume !! 24:808 0:035 6. Volume: 24:845 0:036 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,D17F7CCD-51F8-4B64-B0CA-2AC1F232B058,0x64028,0x1D2D7B0) 24:881 0:035 Choosing theme applestyle 24:917 0:036 Custom entries start 24:952 0:034 Custom entries finish 24:987 0:034 Scanning loaders... 25:022 0:034 0: 'Whole Disc Boot' no file system 25:091 0:069 1: 'Whole Disc Boot' no file system 25:192 0:100 2: 'EFI' 25:306 0:113 3: 'Mac HD' 25:376 0:070 AddLoaderEntry for Volume Name=Mac HD 25:436 0:059 Check if volume Is Hibernated: 25:472 0:035 Check sleep image 'by signature': 25:507 0:034 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 25:541 0:034 using default sleep image name = \private\var\vm\sleepimage 25:576 0:034 sleepimage not found -> Not Found 25:611 0:034 hibernated: no - sign 25:728 0:117 4: 'Recovery HD' 25:799 0:070 AddLoaderEntry for Volume Name=Recovery HD 25:883 0:084 5: 'EFI' 25:995 0:112 6: 'Install OS X El Capitan' 26:069 0:073 AddLoaderEntry for Volume Name=Install OS X El Capitan 26:278 0:209 Custom legacy start 26:313 0:034 Custom legacy end 26:348 0:034 Scanning legacy ... 26:383 0:034 0: 'Whole Disc Boot' (legacy) not legacy 26:452 0:069 1: 'Whole Disc Boot' (legacy) not legacy 26:522 0:069 2: 'EFI' (legacy) not legacy 26:623 0:101 3: 'Mac HD' (legacy) not legacy 26:693 0:069 4: 'Recovery HD' (legacy) not legacy 26:765 0:071 5: 'EFI' (legacy) not legacy 26:860 0:094 6: 'Install OS X El Capitan' (legacy) not legacy 26:930 0:070 Custom tool start 26:966 0:035 Custom tool end 27:001 0:035 found tool \EFI\CLOVER\tools\Shell64U.efi 27:036 0:034 Checking EFI partition Volume 2 for Clover 27:071 0:034 Checking EFI partition Volume 5 for Clover 27:105 0:034 Found Clover 27:141 0:036 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 27:237 0:095 EfiBootVolume not found 27:272 0:034 found entry 0. 'Boot Mac OS X from Mac HD', Volume 'Mac HD', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)\HD(2,GPT,48A75751-42E9-480A-ACD4-CBDB7F2B5F61,0x64028,0xEE66090)\System\Library\CoreServices\boot.efi' 27:307 0:034 DefaultIndex=0 and MainMenu.EntryCount=9 Link to comment Share on other sites More sharing options...
chuckremes Posted July 6, 2016 Share Posted July 6, 2016 I've been watching this thread with some interest for the past few months. I'd like to ask a couple of questions if I may. 1. Is the QEMU configuration process solid enough at this point that others can "easily" duplicate this effort? 2. Do you recommend that the system have a dedicated GPU to pass through for running OS X or is the system usable inside the QEMU window? 3. Would you recommend this for daily use or is running OS X under QEMU still for hardcore hobbyists only? 4. Assuming 1-3 don't all say "it's still too hard, don't do it" then I'd like a recommendation for linux distro. Ubuntu is familiar as is Arch. Any distros to avoid? Thanks for your replies. Link to comment Share on other sites More sharing options...
dreadkopp Posted July 6, 2016 Share Posted July 6, 2016 Lexxar: Thanks for testing. However something is off. Either you used the wrong version or I uploaded a incorrect one. Will upload a current version this evening. Edit: might be due to the high clock of your CPU. I remember there is a link in clover overwriting the fsb when it thinks it's too high Chuckremes: 1. You can copy basic configuration. However passed through devices CPU / ram etc settings need to be altered to fit your needs. 2.the whole idea is to use a dedicated GPU. Without it you could just use virtualbox or whatever without the extra setup and with crappy performance 3.i use it as a daily driver for over a year now. Performance is >= bare metal install + I don't have to worry about power management any more since its done by the host. 4. I use arch. However for uefi environment I use a ovmf.fd from Ubuntu since the one that comes with arch or build from git is broken for clover+osx Gesendet von meinem K6000 Pro mit Tapatalk Link to comment Share on other sites More sharing options...
DaGr8Gatzby Posted July 6, 2016 Share Posted July 6, 2016 I've been watching this thread with some interest for the past few months. I'd like to ask a couple of questions if I may. 1. Is the QEMU configuration process solid enough at this point that others can "easily" duplicate this effort? 2. Do you recommend that the system have a dedicated GPU to pass through for running OS X or is the system usable inside the QEMU window? 3. Would you recommend this for daily use or is running OS X under QEMU still for hardcore hobbyists only? 4. Assuming 1-3 don't all say "it's still too hard, don't do it" then I'd like a recommendation for linux distro. Ubuntu is familiar as is Arch. Any distros to avoid? Thanks for your replies. 1. No. Qemu will definitely depend on how much you know your particular linux distro and how granular you want to go. It isn't TOO difficult, but it's important to stick to one methodology. Either source built, or binary. 2. I would recommend Nvidia GPUs due to Web Driver compatibility. This requires a board with IOMMU. 3. I have consolidated my router/NAS/macOS/Windows 10 to one tower, all running under qemu with GPU passthrough. I use this daily and log in with my laptop if I need a better terminal. 4. Again, distro doesn't really matter. If you are decent with a command line, I suggest just going completely off of Git Sources. This is not for the faint of heart, but results will be MORE consistent than dealing with either an outdated/incompatible version of Qemu/KVM kernel module/userland tools. Good luck. If anything you will learn TONs. Link to comment Share on other sites More sharing options...
chuckremes Posted July 9, 2016 Share Posted July 9, 2016 Thank you for the replies. I have a spare 128GB SSD here that I'm going to use as an Ubuntu boot drive and try this out. I really like Arch but I kind of want to "set it and forget it" once I build this thing, and the rolling releases make that more difficult (not impossible). I'll be back with questions. Before I start, I'm going to scour the last 20 pages and put together a new reply here that consolidates the latest links, downloads, and data. I'll be using that for reference going forward. Link to comment Share on other sites More sharing options...
chuckremes Posted July 11, 2016 Share Posted July 11, 2016 I went back through all 20 pages of this thread to collect the "greatest hits" and consolidate them here. The first post on page 1 is still the "go to" for the basics. The one major item to note from that post is that you need Clover r3330 or later that will include some fixes that expose a qemu setting. Second, the other great resource is the tutorial put together by @ThatGordo which is available here. That tutorial does not cover PCI passthrough; it assumes you will use OS X from within a qemu window. However, it's the most complete guide that guides you through all of the intermediate steps. Other lessons learned in this thread include passing through USB devices one at a time. That apparently works a bit more reliably than passing through entire USB controllers. I haven't had time to actually do this work yet but when I do I'll very likely start with @ThatGordo's guide to get everything installed and working in a window. Once done, then I'll work on getting PCI passthrough to work to pass through my GTX970. Couple of questions... * it's unclear how many keyboards and mice I'm going to need once everything is setup. Will I need a ps2 mouse & keyboard for linux host access and a separate keyboard/mouse for every (simultaneously running) guest? If so, any suggestions on how to manage that hardware sharing? * It's also unclear if it makes sense to pass through disk controllers to the guests. I saw a few messages on this topic but no consensus. I'm assuming from the lack of posts on this topic that everyone is using images on disks managed by the host OS. * Anyone have suggestions for a cheap graphics card that can drive a 4k monitor that I can use for the linux host? I don't want to spend $275+ for another GTX970 if I can avoid it. I'm not a game player so that isn't a consideration. 2 Link to comment Share on other sites More sharing options...
KillerKelvUK Posted July 11, 2016 Share Posted July 11, 2016 I use synergy as a virtual keyboard and mouse switch i.e. I have a single keyboard and mouse that I use for host and all guest GUI's (http://symless.com/synergy/). Note you can compile your own for free, grab a nightly build for free or pay the small $ outlay for a perpetual license and download the installers. Benefit over Synergy vs others...they support linux, windows and osx...others I've found only do 2 out of 3. Never passed a disk controller to osx, I'm qcow2 all the way and have no performance issues. You could dedicate a disk (risky) or passthrough a full controller card provided osx has the required kext's just make sure your host doesn't touch that file system both whilst the guest is running and when not. Can't really help you on the GFX card, I just have the 970 like yourself. Link to comment Share on other sites More sharing options...
waschbenzin Posted July 11, 2016 Author Share Posted July 11, 2016 I went back through all 20 pages of this thread to collect the "greatest hits" and consolidate them here. The first post on page 1 is still the "go to" for the basics. The one major item to note from that post is that you need Clover r3330 or later that will include some fixes that expose a qemu setting. Second, the other great resource is the tutorial put together by @ThatGordo which is available here. That tutorial does not cover PCI passthrough; it assumes you will use OS X from within a qemu window. However, it's the most complete guide that guides you through all of the intermediate steps. Other lessons learned in this thread include passing through USB devices one at a time. That apparently works a bit more reliably than passing through entire USB controllers. I haven't had time to actually do this work yet but when I do I'll very likely start with @ThatGordo's guide to get everything installed and working in a window. Once done, then I'll work on getting PCI passthrough to work to pass through my GTX970. Couple of questions... * it's unclear how many keyboards and mice I'm going to need once everything is setup. Will I need a ps2 mouse & keyboard for linux host access and a separate keyboard/mouse for every (simultaneously running) guest? If so, any suggestions on how to manage that hardware sharing? * It's also unclear if it makes sense to pass through disk controllers to the guests. I saw a few messages on this topic but no consensus. I'm assuming from the lack of posts on this topic that everyone is using images on disks managed by the host OS. * Anyone have suggestions for a cheap graphics card that can drive a 4k monitor that I can use for the linux host? I don't want to spend $275+ for another GTX970 if I can avoid it. I'm not a game player so that isn't a consideration. Welcome to the thread and thumbs up for reading the thread first! Getting it to work in a window first and passing the graphic card through later, sound like a good plan. You will be fine, with one set of mouse and keyboard. You have a few options to go with: 1) Pass your mouse and keyboard through qemu window (click inside window - strg+alt to release mouse and keyboard from vm) 2) Pass your usb input devices to the vm 3) Pass your usb controller to the vm 4) No mouse/keyboard in the vm - Controll it via remote desktop/synergy I'm using option 3) with an additional ps2 keyboard to controll the host, if needed (hardly ever the case... if you vm is stable you can just ssh into the host). I suggest starting with option 1) and switch to one of the others if needed. You can use option 1) even if you passthrough your graphics card. Again you have multiple options to use as a disk. 1) image file (with a virtual hard disk) 2) partition/disk (with a virtual hard disk) 3) passing a controller (with a real hard disk) 4) network shares (don't know if that boots) I'm using option 2) (encrypted logical volume) for the root partition and 4) for additional data (served from the host). Performance wasn't an issue so far. About the graphics card, you should probably use something recommend for hackintoshes. Have a look at some (buyers) guide, what to get or search the forums what has been used successfully (on a real hackintosh). For cheap 4k, you might want to get a Gigabyte GTX 950 OC. I haven't tried this card, but it is on a recommendation list and it supports 4k displays. Link to comment Share on other sites More sharing options...
chuckremes Posted July 12, 2016 Share Posted July 12, 2016 Thanks for the responses, folks. I'm 43 and have been hacking since I'm 12 back in the old Fidonet and BBS days so I try to be a good netizen and read threads before bombing them with (dumb and/or answered) questions. * keyboard/mouse I like the suggestion of synergy. I'll buy the license to support good work. I plan to run Ubuntu host, Ubuntu guest, OS X guest (with PCI pass through eventually), FreeBSD 10.3/11, and Windows 10 when everything is done. I'm running a 5960X with 64GB RAM so my box ought to be beefy enough. Maybe I'll spring for another 64GB... * Graphics I have seen the GTX950 recommended for hackintoshes and it's on he-who-shall-not-be-named-here's website in their build guides. My local Microcenter has a GTX950 for $145 which is way more reasonable than the 970/980 cards. * Disk I'll stick with an image file since that's easiest and it doesn't sound like anyone is experiencing perf issues with that choice. Looks like my shopping list is for another SSD to hold my image files. I can get a Samsung EVO 850 1TB for $340 locally. I'll hold off buying the graphics card until I can get everything else running smoothly. I'll be back! Link to comment Share on other sites More sharing options...
rabbired Posted July 26, 2016 Share Posted July 26, 2016 Well, when Clover starts to boot from my OSX partition it just resets my VM, no errors, nothing, it just resets. I know everyone is using -cpu core2duo, but I wanna know why host doesn't work. I know that -cpu host enables every cpu feature even if the CPU doesn't even support one of the particular features. Sadly qemu has no implementation of a host cpu model that enables only the ones that match with my cpu, only libvirt can do that, but since I'm using Proxmox for virtualization, which doesn't use libvirt, there is no way I can use libvirt. But I'm also not sure if this would fix this problem. Hi shawlyx, I also use Proxmox, but i can't boot my OSX vm, Can you please provide a copy of your <vm>.conf file for me?thx~ Link to comment Share on other sites More sharing options...
bishnubee Posted August 13, 2016 Share Posted August 13, 2016 Hi After a couple of months of working VM, I updated OSX (Yosemite) tonight (Itunes, security update, and safari) which required a reboot. Now as soon as I click to boot the Machintosh-HD drive in Clover I get stuck at the apple logo. How can I diagnostic that? Thanks UPDATE: I overwrote my Clover disk image with the base one I got initially from waschbenzin and now it boots again. The OS updates had disabled the NVDIA drivers so I updated that also. I don't understand what happened. I had not changed the Clover disk, so why overwritting it made the OS work again? Link to comment Share on other sites More sharing options...
subjectdenied Posted September 8, 2016 Share Posted September 8, 2016 i tried your hacked clover and clover config, have set the qemu-flag to true in the cpu-section of clover-config, also made sure penryn is chosen in virt-manager, however macOS sierra is still too fast (approx 10 times i guess). do i miss an important step here? also i'm only able to use penryn, every other configuration doesn't even show clover Link to comment Share on other sites More sharing options...
Maclarentosh Posted September 17, 2016 Share Posted September 17, 2016 Hi, I am wondering if gpu pass through is possible with one Intel integrated gpu. (Laptop) Normally 2 GPUs are required, (host and guest). The reason i am asking this is because of the QEMU 2.7 change log posted here: http://wiki.qemu.org/ChangeLog/2.7 Under the VIFO section: Support for device assignment of Intel integrated graphics devices Link to comment Share on other sites More sharing options...
Peter_sm Posted September 22, 2016 Share Posted September 22, 2016 SIERRA UPDATE!!!!!! setting vCPU to core2duo will not work anymore and result in KernelPanic due to the lack of SSE4 support of core2duo. Setting vCPU to Penryn will fix this issue. In my experience without qemu-cpu-flag in clover OSX runs at x10 the normal speed, with qemu flag at roughly 1/4 . editing FSB Values in clover menu won't help. (i tried 1Ghz, 500Mhz, 1Mhz even 1Khz... everytime the same speed) however hardcoding x4 CPU Ratio in Clover fixed it for me. In 20 mins i get no difference in realtime and vms system time with various loads on the vm. here you can find the hacked clover version: http://p-sol.de/claudia/index.php/s/FPw8BbMjFtK2SBF check post 382: http://www.insanelymac.com/forum/topic/309087-insanely-fast-virtual-mac-qemu-ovmf-clover-and-native-graphics/?p=2246484 this is the config.plist i use: http://p-sol.de/claudia/index.php/s/DDY9MY1bVtSJIJE the whole efi folder with kexts and fixes for audio using ich6 /-soundhw hda: http://p-sol.de/claudia/index.php/s/ex1SFI5s3gDCDLr for Sierra install you might need to change SMBIOS to iMac10,1 . After install there are no problems when reverting it to MacPro3,1 THIS CLOVER VERSION IS FOR QEMU PENRYN vCPU ONLY! Would be nice if you guys could try this one on your setups and report. this is my (a bit messy) domain.xml: <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh edit 10.11.4 or other application using the libvirt API. --> <domain type='kvm'> <name>sierra</name> <uuid>c5094e5d-10f4-4d7a-86e9-5658e39a07ef</uuid> <memory unit='KiB'>12312576</memory> <currentMemory unit='KiB'>12312576</currentMemory> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/home/arne/ubuntuovmf.fd</loader> <nvram>/var/lib/libvirt/qemu/nvram/10.11.4_VARS.fd</nvram> <bootmenu enable='no'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>Penryn</model> <topology sockets='8' cores='1' threads='1'/> </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> <pm> <suspend-to-mem enabled='no'/> <suspend-to-disk enabled='no'/> </pm> <devices> <emulator>/usr/local/bin/qemu-system-x86_64</emulator> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='directsync' io='native'/> <source dev='/dev/disk/by-partlabel/OSXSSD'/> <target dev='sdc' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/oldinstall/linuxmint-17.3-cinnamon-64bit.iso'/> <target dev='sde' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <source dev='/dev/sda'/> <target dev='sdf' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='5'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x2'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='sata' index='1'> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </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='0x00' function='0x0'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='ioh3420'/> <target chassis='3' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='ioh3420'/> <target chassis='4' port='0x18'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='scsi' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <controller type='scsi' index='1' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </controller> <interface type='direct'> <mac address='52:54:00:0f:45:e9'/> <source dev='enp2s0' mode='bridge'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <sound model='ich6'> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </sound> <hostdev mode='subsystem' type='pci' managed='no'> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </source> <rom bar='on' file='/vm/vBios/6870.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='no'> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x05ac'/> <product id='0x0221'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> And another thing: do not update to current ovmf (yet). while it works fine with linux/windows vm you won't get output on your OSX vm after Kernel patches. reverting to a old version (whatever ubuntu 16.04 uses) fixed it for me. arch linux' ovmf and ovmf from git won't work. PS: My Host CPU is a old Xeon X5650. cannot get Nehalem/Westmere/host-passthrough to work. If i find the time i might investigate further. however for sierra Penryn is just fine 06:00:0 is my 6870 with added uefi support, 05:00:0 is a USB3 card (Fresco Logic FL1100) Cheers Hi, Thanks for this!! For me was the system so slooooow with qemu enabled in clover CPU settings. But disabled, Sierra works OK :-) The only issue is that I have now is no sound trough HDMI , I had that In El Capitan. How can we get latest clover works ? Do we need to recompile it in some way ? Will do some more test!! :-) Thanks for the great job !!! :-) Link to comment Share on other sites More sharing options...
danofun Posted September 22, 2016 Share Posted September 22, 2016 Hi, Thanks for this!! For me was the system so slooooow with qemu enabled in clover CPU settings. But disabled, Sierra works OK :-) The only issue is that I have now is no sound trough HDMI , I had that In El Capitan. How can we get latest clover works ? Do we need to recompile it in some way ? Will do some more test!! :-) Thanks for the great job !!! :-) I too was able to get Sierra up and running with readkopp's Clover build. The QEMU flag enabled in Clover results in a slow system (1/4 speed seems about right) and without the flag all seems well. It's a shame this patch hasn't yet made it into Clover and seems to have stalled. For reference, here is the ticket. I have been unable to get Clover to inject kexts but using Clover's fake ID feature and installing the attached HDMIAudio.kext enabled HDMI sound for my R9 270. I'm running this OVMF VM on an unRAID machine and the full install process can be found here. HDMIAudio.kext.zip Link to comment Share on other sites More sharing options...
Peter_sm Posted September 23, 2016 Share Posted September 23, 2016 I'm also on unRAID :-) Skickat från min iPhone med Tapatalk Link to comment Share on other sites More sharing options...
master5227 Posted September 29, 2016 Share Posted September 29, 2016 (edited) Does this only happen when you pass something through? Then it might be connected with the KVM halt_poll_ns parameter. In newer kernels this value has been above 400.000 which creates CPU load with different guests. In most recent kernels this is fixed (at least for windows guest) by setting it to 400.000, but my linux guest needs a value of 100.000. Look at /sys/module/kvm/parameters/halt_poll_ns on your host and try to lower it to 400.000 or 100.000 and then set it permanently via an modprobe.d entry: options kvm halt_poll_ns=100000 I've got another problem: I've managed to boot and install El Capitan 10.11.5 with libvirtd/virt-manager and minimal xml edits, partially following this guide: https://gist.github.com/gordonturner/2a2e5ecde5e7860b52e2. But as soon as I try to pass through my GPU, after Clover tries to boot OSX, I can either see the pluses '++++++' on the GPU-connected display or the frozen white Apple Logo (when booting without the '-v'-Paramter), but nothing else. In case of the pluses (verbose mode) with most tests the display turns off / shows no signal after several seconds. BUT I can connect via VNC to the guest. What I tested: GT 630 with DVI, HDMI(-DVI-Adapter), VGA-out / 750Ti with DVI-out nv_disabled=1 / nv_disabled=1 & nvda_drv=1 / nvda_drv=1 (nvidia Web drivers installed without passed GPU from spice/vnc-connection) with / without nvidia injection my libvirtd xml / qemu commands that others have successfully used different resolutions set in clover. After increasing it above 1280x1024, clover still grew up to 1920x1200, but within the VNC-connection I only have 1280x1024. single <loader> line (necessary to boot at all) interesting log entries: nvda::rmstart failed followed by multiple NVDA,Display-A: Not usable I have no idea if this is a virtualization problem or clover/nvidia related. I'm having the exact same issue with a 970. I was able to get GPU passthrough working for El Capitan using SeaBios, but that was very tied to chameleon/Enoch. I see displayed on both the SPICE client in virt-manager, and on the screen connected to my GPU the following: OsxAptioFix2Drv: Starting overrides for System/Library/CoreServices/boot.efi Using relic block: no, hibernate wake: no ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Looking through the serial port logs, I see the exact same thing as you. A NVDA::rmstart failed, and a bunch of: NVDA,Display-B: not usable kPEDisableScreen -1 NVDA,Display-C: not usable kPEDisableScreen -1 NVDA,Display-D: not usable kPEDisableScreen -1 ... etc to Display-F. Did you ever get this figured out? Edit: The system boots completely, and I can access it using VNC. I see no output on either the SPICE client, or the GPU screen. They remain frozen at the message above. Edited September 29, 2016 by master5227 Link to comment Share on other sites More sharing options...
macoxp4 Posted October 5, 2016 Share Posted October 5, 2016 Hello I have tested your patched Clover on 10.11 and 10.12. They both seems to run at the correct speed for me. Host is Proxmox 4.3. However the Clover that you have patched is older then r3751. I need r3751+ to enable Nvidia Web Driver in Serria. Can you provide a patcher version of the newest clover? Or can you provide instructions so i can patch clover? Thanks! TESTERS NEEDED: please give this one a try: http://p-sol.de/claudia/index.php/s/X49Hv3oTOtmXUu1 works fine with Nehalem/Westmere (host) vCPU on my machine. works as well on another machine. Also with SandyBridge, Ivybridge, Haskell-noTSX. Systemtime seems to be fine on that machine as well. Fixes for vCPU aren't hacked into it anymore but only used when 'QEMU' flag is true in config.plist. If you test it, make sure you enabled Clover debugging in boot section. If unsuccessful, please post /Clover/misc.debug.log + your host CPU info. If successful please check if systemtime is correct. I checked by using a stopwatch app on my macbook and the vm. start it at the same time and let it run for a few minutes. stop it at the same time again and check if they are in sync or not. if time is off please post your host CPU info. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts