LockDown Posted March 21, 2016 Share Posted March 21, 2016 copying aptio from driver64uefi to driver64 worked for me iir Link to comment Share on other sites More sharing options...
Slice Posted March 21, 2016 Share Posted March 21, 2016 copying aptio from driver64uefi to driver64 worked for me iir nonsense, aptio is not needed in drivers64. 2 Link to comment Share on other sites More sharing options...
Slice Posted March 21, 2016 Share Posted March 21, 2016 Hi all, as noted here #288 ElCapitan probably uses new value in SMBIOS "platform-feature". I don't know what is it so I propose someone test it and found any difference with or without. <key>SMBIOS</key> <dict> <key>PlatformFeature</key> <integer>3</integer> You may see the value "platform-feature" in real Mac ioreg in the root iMac13,2 = 1 iMac17,1 = 0 MacPro6,1 = 4 .... CLOVERX64.efi-3366.zip There is also Clover Menu setting in SMBIOS section to test it once. Sorry, those version has a mistake. Test with new one Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 Hi all, as noted here #288 ElCapitan probably uses new value in SMBIOS "platform-feature". I don't know what is it so I propose someone test it and found any difference with or without. I guess that platform feature refear to 'multiprocessor suspend' used by XEN tecnology. Not sure btw, or just a coincidence. Link to comment Share on other sites More sharing options...
JorgeMax Posted March 21, 2016 Share Posted March 21, 2016 Hi all, as noted here #288 ElCapitan probably uses new value in SMBIOS "platform-feature". I don't know what is it so I propose someone test it and found any difference with or without. <key>SMBIOS</key> <dict> <key>PlatformFeature</key> <integer>3</integer> You may see the value "platform-feature" in real Mac ioreg in the root iMac13,2 = 1 iMac17,1 = 0 MacPro6,1 = 4 .... CLOVERX64.efi-3366.zip There is also Clover Menu setting in SMBIOS section to test it once. Slice. What is the value of the "iMac 13.1"? Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 Sorry I'm not Slice, but the value is 1. See at the ioreg of a real iMac13,1: iMac13,1.ioreg.zip for a macmini7,1 instead is 3 : +-o Macmini7,1 <class IOPlatformExpertDevice, id 0x100000112, registered, matched, active, busy 0 (140510 ms), retain 39> | { | "compatible" = <"Macmini7,1"> | "version" = <"1.0"> | "board-id" = <"Mac-35C5E08120C7EEAF"> | "IOInterruptSpecifiers" = (<0900000005000000>) | "platform-feature" = <0300000000000000> | "serial-number" = <473148560000000000000000004330374e4a304d3847314856000000000000000000000000000000000000> Link to comment Share on other sites More sharing options...
Slice Posted March 21, 2016 Share Posted March 21, 2016 One more mistake corrected CLOVERX64.efi-3368.zip I guess that platform feature refear to 'multiprocessor suspend' used by XEN tecnology. Not sure btw, or just a coincidence. Any more information? Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 Is a virtualization tecnology that allow user to access their server from any devices. this on Windows and many other OSes .. but not OSX as I know. Needed is Intel – VT / AMD -V tecnologies and some features by the cpu like duplicate (simulating) their cores for the virtual machine, and a "multiprocessor suspend" should be another tech to never sacrifice the real OS performance or security. Offcourse only reading that somewere, so not sure (needed by VirtualBox or VMware?), the name of the property can deceive because is the same. Link to comment Share on other sites More sharing options...
Slice Posted March 21, 2016 Share Posted March 21, 2016 Is a virtualization tecnology that allow user to access their server from any devices. this on Windows and many other OSes .. but not OSX as I know. Needed is Intel – VT / AMD -V tecnologies and some features by the cpu like duplicate (simulating) their cores for the virtual machine, and a "multiprocessor suspend" should be another tech to never sacrifice the real OS performance or security. Offcourse only reading that somewere, so not sure (needed by VirtualBox or VMware?). OK, thanks, I will take this into account. VMWare will not use SMBIOS of host machine? Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 Is defined in the vmx-file: SMBIOS.reflect.Host = "TRUE" but is not the default I guess (I do not remember where I took the configuration files, and my virtual hard disk is not in use... is inside a backup disk.. no space to run it on my host). Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 Slice, you will leave the "PlatformFeature" in future updates anyway? Link to comment Share on other sites More sharing options...
Slice Posted March 21, 2016 Share Posted March 21, 2016 Slice, you will leave the "PlatformFeature" in future updates anyway? Yes, forever. If not set by user it is absent. I suppose CC will not set it unconditionally Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 I'v implementing it in Pandora's config Editor today (not released).. generating a known SMBIOS that really contains it, the new entry will be there with the correct value taken from real macs, empty for unknown models. Hope is that correct. Link to comment Share on other sites More sharing options...
Slice Posted March 21, 2016 Share Posted March 21, 2016 I'v implementing it in Pandora's config Editor today.. generating a known SMBIOS that really contains it, the new entry will be there with the correct value taken from real macs, empty for unknown models. Hope is that correct. Use 0xFFFF as unknown value. The special value means "not set". Link to comment Share on other sites More sharing options...
Micky1979 Posted March 21, 2016 Share Posted March 21, 2016 (edited) Ok thanks EDIT Sorry, but you mean in code? in the cofing this can't be done under <integer></integer> tag.. EDIT II no matter, Pandora never save empty fields, and in this case only numers can be edit. Should be ok. Edited March 21, 2016 by Micky1979 Link to comment Share on other sites More sharing options...
mhaeuser Posted March 21, 2016 Share Posted March 21, 2016 I guess that platform feature refear to 'multiprocessor suspend' used by XEN tecnology. Not sure btw, or just a coincidence. "Failed to get platform features for HPM feature check" Host Power Management? 2 Link to comment Share on other sites More sharing options...
the_gael Posted March 21, 2016 Share Posted March 21, 2016 nonsense, aptio is not needed in drivers64. Thanks for that slice, i tried and it had no effect. Am i missing something obvious here - this should just work shouldn't it? I have 2 things not working and there is a similarity - neither setting survives a reboot. 1. The mounting of ESP on boot 2. Nvidia webdrivers - i apply them by running the installer - reboot and they are not applied. Am suspecting the two things might be related but of course they might not. This is the first time I have tried creating a Legacy install - everything has always worked perfectly with UEFI installs I have done. I suspect the most likely cause of the issue is user error - that there is something i have missed. Slice is very busy so please anyone else chip in if you spot what is wrong. Link to comment Share on other sites More sharing options...
Micky1979 Posted March 22, 2016 Share Posted March 22, 2016 "Failed to get platform features for HPM feature check" Host Power Management? ah, should be.. but in truth no idea Link to comment Share on other sites More sharing options...
Slice Posted March 22, 2016 Share Posted March 22, 2016 I also see this parameter only in IvyBridge and up machines? Has relation to XCPM? Link to comment Share on other sites More sharing options...
zxv Posted March 22, 2016 Share Posted March 22, 2016 Since r3356, getting audio distortions after ~1min of playing music. Distortions clear up if I pause for a few seconds and then resume. But then come back after another minute has passed. I assume this has something to do with frequencies not being calibrated correctly with respect to the new ARTFrequency value introduced in r3356. (FWIW, I've also noticed that Skylake 6700K hackintoshes seem to self-report as 4.01GHz. So something clearly seems amiss here). 0:100 0:100 MemLog inited, TSC freq: 4008552180 0:100 0:000 MemLog was calibrated without ACPI PM Timer: ACPI I/O space is not enabled. 0:100 0:000 0:100 0:000 Now is 22.3.2016, 5:37:37 (GMT+2047) 0:100 0:000 Starting Clover rev 3368 on American Megatrends EFI 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) @6B26CD18 0:100 0:000 SelfDirPath = \EFI\CLOVER 0:100 0:000 Total Memory Slots Count = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 3200MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM1 0:100 0:000 Type 17 Index = 1 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM2 0:100 0:000 Type 17 Index = 2 0:100 0:000 SmbiosTable.Type17->Speed = 3200MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM1 0:100 0:000 Type 17 Index = 3 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM2 0:100 0:000 Boot status=0 0:100 0:000 Clover revision: 3368 running on System Product Name 0:100 0:000 ... with board MAXIMUS VIII IMPACT 0:100 0:000 CPU Vendor = 756E6547 Model=506E3 0:100 0:000 got cores from CPUID_1 = 0 0:100 0:000 The CPU supported turbo 0:100 0:000 BrandString = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz 0:100 0:000 TSC/CCC Information Leaf: 0:100 0:000 numerator : 334 0:100 0:000 denominator : 2 0:100 0:000 Calibrated ARTFrequency: 24003306 0:100 0:000 MSR 0xE2 before patch 00000000 0:100 0:000 MSR 0xE4 00000000 0:100 0:000 MSR 0xCE 00080838_F1012800 0:100 0:000 non-usable FLEX_RATIO = F0000 0:100 0:000 corrected FLEX_RATIO = E0000 0:100 0:000 MSR 0x1B0 00000000 0:100 0:000 FSBFrequency=100MHz DMIvalue=100000kHz 0:100 0:000 Corrected FSBFrequency=100MHz 0:100 0:000 Vendor/Model/Stepping: 0x756E6547/0x5E/0x3 0:100 0:000 Family/ExtFamily: 0x6/0x0 0:100 0:000 MaxDiv/MinDiv: 40.0/8 0:100 0:000 Turbo: 42/42/42/42 0:100 0:000 Features: 0xBFEBFBFF 0:100 0:000 Threads: 8 0:100 0:000 Cores: 4 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 4000 MHz 0:100 0:000 TSC: 4000 MHz 0:100 0:000 PIS: 400 MHz 0:100 0:000 PCI (00|00:00.00) : 8086 191F class=060000 0:100 0:000 PCI (00|00:01.00) : 8086 1901 class=060400 0:100 0:000 PCI (00|01:00.00) : 1002 6938 class=030000 0:100 0:000 Found Radeon model=ATI Radeon R9 M295X 0:100 0:000 PCI (00|01:00.01) : 1002 AAD8 class=040300 0:100 0:000 PCI (00|00:02.00) : 8086 1912 class=030000 0:100 0:000 Found GFX model=Intel HD Graphics 530 0:100 0:000 PCI (00|00:14.00) : 8086 A12F class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 A13A class=078000 0:100 0:000 PCI (00|00:17.00) : 8086 A102 class=010601 0:100 0:000 PCI (00|00:1B.00) : 8086 A167 class=060400 0:100 0:000 PCI (00|00:1C.00) : 8086 A110 class=060400 0:100 0:000 PCI (00|00:1C.02) : 8086 A112 class=060400 0:100 0:000 PCI (00|04:00.00) : 168C 003E class=028000 0:100 0:000 PCI (00|00:1C.04) : 8086 A114 class=060400 0:100 0:000 PCI (00|05:00.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:00.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:01.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:02.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|09:00.00) : 8086 15B6 class=0C0330 0:100 0:000 PCI (00|06:04.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|00:1D.00) : 8086 A118 class=060400 0:100 0:000 PCI (00|00:1F.00) : 8086 A145 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 A121 class=058000 0:100 0:000 PCI (00|00:1F.03) : 8086 A170 class=040300 0:100 0:000 PCI (00|00:1F.04) : 8086 A123 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : 8086 15B8 class=020000 0:100 0:000 LAN 0, Vendor=8086, MMIO=DF400000 0:100 0:000 Clover load options size = 0 bytes 0:102 0:001 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:102 0:000 EFI\CLOVER\config.plist loaded: Success 0:103 0:000 Found theme directory: embedded 0:103 0:000 Found theme directory: random 0:103 0:000 Loading early settings 0:103 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:103 0:000 Default theme: embedded 0:103 0:000 ConsoleMode will be set to highest mode 0:103 0:000 LoadDrivers() start 0:103 0:000 Loading DataHubDxe-64.efi status=Success 0:107 0:003 Loading FSInject-64.efi status=Success 0:108 0:000 Loading OsxAptioFix2Drv-64.efi status=Success 0:109 0:001 Loading OsxFatBinaryDrv-64.efi status=Success 0:111 0:001 Loading HFSPlus-64.efi status=Success 0:112 0:001 - driver needs connecting 0:112 0:000 1 drivers needs connecting ... 0:112 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:112 0:000 HFS+ driver loaded 0:112 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:475 0:363 LoadDrivers() end 0:475 0:000 Dump SMC keys from NVRAM: 0:483 0:007 Console modes reported: 1, available modes: 0:483 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) 0:483 0:000 MAC address of LAN #0= F8:32:E4:B9:7B:C5: 0:483 0:000 ScanSPD() start 0:483 0:000 SMBus CmdReg: 0x3 0:483 0:000 Scanning SMBus [8086:A123], mmio: 0xDF44A004, ioport: 0xF040, hostc: 0x11 0:483 0:000 Slots to scan [8]... 0:497 0:014 SPD[0]: Type 0 @0x50 0:517 0:020 SPD[2]: Type 0 @0x52 0:548 0:030 ScanSPD() end 0:548 0:000 Get Acpi Tables List from RSDT: 0:548 0:000 Found table: FACP A M I len=132 0:548 0:000 Found table: APIC A M I len=188 0:548 0:000 Found table: FPDT A M I len=68 0:548 0:000 Found table: FIDT A M I len=156 0:548 0:000 Found table: MCFG A M I len=60 0:548 0:000 Found table: HPET A M I len=56 0:548 0:000 Found table: SSDT SataTabl len=877 0:548 0:000 Found table: LPIT SKL len=148 0:548 0:000 Found table: SSDT sensrhub len=584 0:548 0:000 Found table: SSDT PtidDevc len=11182 0:548 0:000 Found table: SSDT Ther_Rvp len=3043 0:548 0:000 Found table: SSDT UsbCTabl len=43 0:548 0:000 Found table: DBGP len=52 0:548 0:000 Found table: DBG2 len=84 0:548 0:000 Found table: SSDT xh_rvp08 len=1789 0:548 0:000 Found table: SSDT SaSsdt len=21226 0:548 0:000 Found table: UEFI len=66 0:548 0:000 Found table: SSDT CpuSsdt len=3672 0:548 0:000 Calibrated TSC frequency =4008552180 =4008MHz 0:548 0:000 Loading main settings 0:548 0:000 USB FixOwnership: true 0:548 0:000 Dropping 2 tables 0:548 0:000 Drop table 0 signature="SSDT" (54445353) table-id="SataTabl" (6C62615461746153) 0:548 0:000 set table: 54445353, 6C62615461746153 to drop: true 0:548 0:000 0:548 0:000 Drop table 1 signature="SSDT" (54445353) table-id="SaSsdt " (0020746473536153) 0:548 0:000 set table: 54445353, 20746473536153 to drop: true 0:548 0:000 0:548 0:000 Config set EnableC6: - 0:548 0:000 Config set C3Latency: 1001 0:548 0:000 Config set ResetAddr=0xCF9 0:548 0:000 Config calc ResetVal=0x6 0:548 0:000 Config set ResetVal=0x6 0:548 0:000 Config set ChassisType=0xD 0:552 0:004 found 10 volumes with blockIO 0:552 0:000 0. Volume: 0:552 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0) 0:553 0:000 Result of bootcode detection: bootable unknown (legacy) 0:553 0:000 1. Volume: 0:553 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) 0:553 0:000 Result of bootcode detection: bootable Windows (vista,win) 0:553 0:000 This is SelfVolume !! 0:553 0:000 2. Volume: 0:553 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:554 0:000 3. Volume: 0:554 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20) 0:555 0:000 4. Volume: 0:555 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,9D6B8FF0-8718-4F9B-9314-0736BDD9766E,0x147F0000,0x40000) 0:555 0:000 5. Volume: 0:555 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000) 0:556 0:000 Result of bootcode detection: bootable Windows (vista,win) 0:559 0:002 6. Volume: 0:559 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(6,GPT,70E65BE5-F432-42F0-9C03-36F5F12969F0,0x1C96B000,0x13881D5) 0:560 0:000 7. Volume: 0:560 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0) 0:560 0:000 8. Volume: 0:560 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000) 0:561 0:000 Result of bootcode detection: bootable unknown (legacy) 0:575 0:014 9. Volume: 0:575 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0) 0:576 0:000 Custom entries start 0:576 0:000 Custom entry 0 Title:"OS X 10.11" FullTitle:"MacOS X 10.11.4" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x6 matching Volume:"HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)" 0:576 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... skipped 0:576 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... match! 0:581 0:005 Check if volume Is Hibernated: 0:581 0:000 Check sleep image 'by signature': 0:586 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:586 0:000 SleepImage name from pref: ImageVolume = 'Macintosh HD', ImageName = '\private\var\vm\sleepimage' 0:589 0:002 Reading first 512 bytes of sleepimage ... 0:589 0:000 Reading completed -> Success 0:589 0:000 sleepimage offset could not be acquired 0:589 0:000 hibernated: no - sign 0:589 0:000 Custom settings: <null string>.plist will be applied 0:590 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:590 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:590 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:590 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:590 0:000 Custom entry 1 Title:"Windows 10" FullTitle:"Windows 10" Path:"\EFI\Microsoft\Boot\bootmgfw.efi" Options:"-s -h" Type:7 Flags:0x0 matching Volume:"015E9CEE-4D32-4B37-8BE4-1D95844855C4" 0:590 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... match! 0:597 0:007 Custom settings: <null string>.plist will be applied 0:597 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:597 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:597 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:597 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:597 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:597 0:000 Custom entry 2 Title:"Mint 17.3" FullTitle:"Mint 17.3" Path:"\EFI\ubuntu\grubx64.efi" Type:4 Flags:0x0 matching Volume:"015E9CEE-4D32-4B37-8BE4-1D95844855C4" 0:597 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... match! 0:599 0:001 Custom settings: <null string>.plist will be applied 0:599 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:599 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:599 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:599 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:599 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:599 0:000 Custom entry 3 Title:"OS X Recovery" FullTitle:"OS X 10.11 Recovery" Path:"\com.apple.recovery.boot\boot.efi" Type:10 Flags:0x6 matching Volume:"042BCE03-003A-4A0F-92CF-7FB6A8F12905" 0:599 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... skipped 0:599 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:599 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... match! 0:604 0:005 Custom settings: <null string>.plist will be applied 0:604 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:604 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:604 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:604 0:000 Custom entries finish 0:604 0:000 Entry scan disabled 0:604 0:000 GetEfiBootDeviceFromNvram: 0:604 0:000 efi-boot-device-data: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:604 0:000 Volume: 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)' 0:604 0:000 LoaderPath: '<null string>' 0:604 0:000 Guid = 6B49FBE4-19D7-445C-8ED5-55F53EA88095 0:604 0:000 volume: partition = PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:604 0:000 searching for that partition 0:604 0:000 found entry 0. 'MacOS X 10.11.4', Volume 'Macintosh HD' 0:604 0:000 Boot redirected to Entry 0. 'MacOS X 10.11.4' 0:604 0:000 DefaultIndex=0 and MainMenu.EntryCount=4 0:604 0:000 StartLoader() start 0:604 0:000 Entry->Settings: <null string> 0:604 0:000 Finally: Bus=100213kHz CPU=4009MHz 0:604 0:000 Kernel and Kext Patches at 65D7BC38: 0:604 0:000 Allowed: y 0:604 0:000 Debug: n 0:604 0:000 KernelCpu: n 0:604 0:000 Lapic: n 0:604 0:000 Haswell-E: n 0:604 0:000 AICPUPM: n 0:604 0:000 AppleRTC: n 0:604 0:000 KernelPm: n 0:604 0:000 FakeCPUID: 0x0 0:604 0:000 ATIController: 9000 0:604 0:000 ATIDataLength: 96 0:604 0:000 0 Kexts to load 0:604 0:000 0 Kexts to patch 0:604 0:000 Loading boot.efi status=Success 0:608 0:003 GetOSVersion: : 10.11.4 0:608 0:000 insert table 9 for dev 0:0 0:608 0:000 insert table 9 for dev 0:1 0:608 0:000 insert table 9 for dev 1F:6 0:608 0:000 insert table 9 for dev 0:0 0:608 0:000 Injecting user memory modules to SMBIOS 0:608 0:000 Channels: 2 0:608 0:000 Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23 0:608 0:000 BANK0 DIMM0 3200MHz 8192MB 0:608 0:000 mTotalSystemMemory = 8192 0:608 0:000 BANK1 DIMM0 3200MHz 8192MB 0:608 0:000 mTotalSystemMemory = 16384 0:608 0:000 BANK0 DIMM1 EMPTY 0:608 0:000 BANK1 DIMM1 EMPTY 0:608 0:000 NumberOfMemoryDevices = 4 0:608 0:000 Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000 0:608 0:000 Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000 0:608 0:000 Table 131 is present, CPUType=31 0:608 0:000 Change to: 705 0:608 0:000 RSDT 0x6EB50028 0:608 0:000 FADT from RSDT: 0x6EB50160 0:608 0:000 XSDT 0x6EB500A0 0:608 0:000 FADT from XSDT: 0x6EB72A98 0:608 0:000 Xsdt reallocation done 0:608 0:000 old FADT length=10C 0:610 0:001 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml 0:613 0:003 Apply DsdtFixMask=0x00000000 old way 0:613 0:000 drop _DSM mask=0xFFFF 0:613 0:000 ========= Auto patch DSDT Starting ======== 0:613 0:000 VideoCard devID=0x69381002 0:613 0:000 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0 0:614 0:000 VideoCard devID=0x19128086 0:614 0:000 DisplayADR1[1] = 0x20000, DisplayADR2[1] = 0xFFFE 0:614 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE 0:614 0:000 Found Airport Atheros at 0x1C0002, 0x0, DeviceID=0x003E 0:614 0:000 USBADR[1] = 0x1C0004 and PCIe = 0x0 0:614 0:000 first CPU found at 9337 offset 933A 0:614 0:000 score candidate at 9333 0:614 0:000 score inserted in acpi_cpu_score _PR_ 0:614 0:000 Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 within the score: _PR_ 0:614 0:000 Found PCIROOTUID = 0 0:614 0:000 ========= Auto patch DSDT Finished ======== 0:614 0:000 Drop tables from Xsdt, SIGN=SSDT TableID=SaSsdt Length=21226 0:614 0:000 Xsdt has tables count=18 0:614 0:000 Table: SSDT SaSsdt 21226 dropped 0:614 0:000 corrected XSDT length=172 0:614 0:000 Drop tables from Xsdt, SIGN=SSDT TableID=SataTabl Length=877 0:614 0:000 Xsdt has tables count=17 0:614 0:000 Table: SSDT SataTabl 877 dropped 0:614 0:000 corrected XSDT length=164 0:614 0:000 Patch table: SSDT sensrhub 0:614 0:000 SSDT len = 0x248 0:614 0:000 Patch table: SSDT PtidDevc 0:614 0:000 SSDT len = 0x2BAE 0:614 0:000 Patch table: SSDT Ther_Rvp 0:614 0:000 SSDT len = 0xBE3 0:614 0:000 Patch table: SSDT UsbCTabl 0:614 0:000 SSDT len = 0x2B 0:614 0:000 Patch table: SSDT xh_rvp08 0:614 0:000 SSDT len = 0x6FD 0:614 0:000 Patch table: SSDT CpuSsdt 0:614 0:000 SSDT len = 0xE58 0:614 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 0:614 0:000 Xsdt has tables count=16 0:614 0:000 corrected XSDT length=164 0:617 0:002 Inserting SSDT-0.aml from EFI\CLOVER\ACPI\patched ... Success 0:618 0:001 Inserting SSDT-6.aml from EFI\CLOVER\ACPI\patched ... Success 0:618 0:000 CPUBase=0 and ApicCPUBase=1 ApicCPUNum=1 0:618 0:000 Framebuffer @0xC0000000 MMIO @0xD0000000 I/O Port @0x0000E000 ROM Addr @0xDF340000 0:618 0:000 ATI card POSTed, 0:618 0:000 Set VRAM for Cedar=-1Mb 0:618 0:000 ATI: get_vram_size returned 0xFFF00000 0:618 0:000 ATI Radeon EVERGREEN family 0:618 0:000 Users config name Labrador 0:618 0:000 (AtiPorts) Nr of ports set to: 4 0:618 0:000 ATI Amethyst ATI Radeon R9 M295X -1MB (Labrador) [1002:6938] (subsys [174B:E308]):: PciRoot(0x0)\Pci(0x1,0x0)\Pci(0x0,0x0) 0:618 0:000 Intel Intel HD Graphics 530 [8086:1912] :: PciRoot(0x0)\Pci(0x2,0x0) 0:618 0:000 Intel GFX revision =0x6 0:618 0:000 USB Controller [8086:A12F] :: PciRoot(0x0)\Pci(0x14,0x0) 0:618 0:000 USB Controller [8086:15B6] :: PciRoot(0x0)\Pci(0x1C,0x4)\Pci(0x0,0x0)\Pci(0x2,0x0)\Pci(0x0,0x0) 0:618 0:000 RCBA disabled; cannot use it 0:618 0:000 HDA Controller [8086:A170] :: PciRoot(0x0)\Pci(0x1F,0x3) => detected codec: 10EC:0900 0:618 0:000 LAN Controller [8086:15B8] :: PciRoot(0x0)\Pci(0x1F,0x6) 0:618 0:000 stringlength = 5798 0:619 0:000 CurrentMode: Width=0 Height=0 0:619 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 6B26CA18 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 6B26CA18 0:627 0:008 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 0:629 0:001 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 0:632 0:003 Extra kext: EFI\CLOVER\kexts\10.11\IntelMausiEthernet.kext 0:635 0:003 Extra kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext 0:637 0:002 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext 0:638 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext 0:639 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext 0:640 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext 0:645 0:004 Extra kext: EFI\CLOVER\kexts\10.11\AppleALC.kext 0:650 0:004 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\AppleALC.kext\Contents\PlugIns\PinConfigs.kext 0:655 0:005 SetStartupDiskVolume: 0:655 0:000 * Volume: 'Macintosh HD' 0:655 0:000 * LoaderPath: '<null string>' 0:655 0:000 * DevPath: Macintosh HD 0:655 0:000 * GUID = 6B49FBE4-19D7-445C-8ED5-55F53EA88095 0:655 0:000 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>6B49FBE4-19D7-445C-8ED5-55F53EA88095</string></dict></dict></dict></array> 0:655 0:000 Custom boot is disabled 0:655 0:000 Closing log Link to comment Share on other sites More sharing options...
Slice Posted March 22, 2016 Share Posted March 22, 2016 Ok thanks EDIT Sorry, but you mean in code? in the cofing this can't be done under tag.. EDIT II no matter, Pandora never save empty fields, and in this case only numers can be edit. Should be ok. OK, integer is 65535 = hex 0xFFFF Since r3356, getting audio distortions after ~1min of playing music. Distortions clear up if I pause for a few seconds and then resume. But then come back after another minute has passed. I assume this has something to do with frequencies not being calibrated correctly with respect to the new ARTFrequency value introduced in r3356. (FWIW, I've also noticed that Skylake 6700K hackintoshes seem to self-report as 4.01GHz. So something clearly seems amiss here). 0:100 0:100 MemLog inited, TSC freq: 4008552180 0:100 0:000 MemLog was calibrated without ACPI PM Timer: ACPI I/O space is not enabled. 0:100 0:000 0:100 0:000 Now is 22.3.2016, 5:37:37 (GMT+2047) 0:100 0:000 Starting Clover rev 3368 on American Megatrends EFI 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) @6B26CD18 0:100 0:000 SelfDirPath = \EFI\CLOVER 0:100 0:000 Total Memory Slots Count = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 3200MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM1 0:100 0:000 Type 17 Index = 1 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM2 0:100 0:000 Type 17 Index = 2 0:100 0:000 SmbiosTable.Type17->Speed = 3200MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM1 0:100 0:000 Type 17 Index = 3 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM2 0:100 0:000 Boot status=0 0:100 0:000 Clover revision: 3368 running on System Product Name 0:100 0:000 ... with board MAXIMUS VIII IMPACT 0:100 0:000 CPU Vendor = 756E6547 Model=506E3 0:100 0:000 got cores from CPUID_1 = 0 0:100 0:000 The CPU supported turbo 0:100 0:000 BrandString = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz 0:100 0:000 TSC/CCC Information Leaf: 0:100 0:000 numerator : 334 0:100 0:000 denominator : 2 0:100 0:000 Calibrated ARTFrequency: 24003306 0:100 0:000 MSR 0xE2 before patch 00000000 0:100 0:000 MSR 0xE4 00000000 0:100 0:000 MSR 0xCE 00080838_F1012800 0:100 0:000 non-usable FLEX_RATIO = F0000 0:100 0:000 corrected FLEX_RATIO = E0000 0:100 0:000 MSR 0x1B0 00000000 0:100 0:000 FSBFrequency=100MHz DMIvalue=100000kHz 0:100 0:000 Corrected FSBFrequency=100MHz 0:100 0:000 Vendor/Model/Stepping: 0x756E6547/0x5E/0x3 0:100 0:000 Family/ExtFamily: 0x6/0x0 0:100 0:000 MaxDiv/MinDiv: 40.0/8 0:100 0:000 Turbo: 42/42/42/42 0:100 0:000 Features: 0xBFEBFBFF 0:100 0:000 Threads: 8 0:100 0:000 Cores: 4 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 4000 MHz 0:100 0:000 TSC: 4000 MHz 0:100 0:000 PIS: 400 MHz 0:100 0:000 PCI (00|00:00.00) : 8086 191F class=060000 0:100 0:000 PCI (00|00:01.00) : 8086 1901 class=060400 0:100 0:000 PCI (00|01:00.00) : 1002 6938 class=030000 0:100 0:000 Found Radeon model=ATI Radeon R9 M295X 0:100 0:000 PCI (00|01:00.01) : 1002 AAD8 class=040300 0:100 0:000 PCI (00|00:02.00) : 8086 1912 class=030000 0:100 0:000 Found GFX model=Intel HD Graphics 530 0:100 0:000 PCI (00|00:14.00) : 8086 A12F class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 A13A class=078000 0:100 0:000 PCI (00|00:17.00) : 8086 A102 class=010601 0:100 0:000 PCI (00|00:1B.00) : 8086 A167 class=060400 0:100 0:000 PCI (00|00:1C.00) : 8086 A110 class=060400 0:100 0:000 PCI (00|00:1C.02) : 8086 A112 class=060400 0:100 0:000 PCI (00|04:00.00) : 168C 003E class=028000 0:100 0:000 PCI (00|00:1C.04) : 8086 A114 class=060400 0:100 0:000 PCI (00|05:00.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:00.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:01.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:02.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|09:00.00) : 8086 15B6 class=0C0330 0:100 0:000 PCI (00|06:04.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|00:1D.00) : 8086 A118 class=060400 0:100 0:000 PCI (00|00:1F.00) : 8086 A145 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 A121 class=058000 0:100 0:000 PCI (00|00:1F.03) : 8086 A170 class=040300 0:100 0:000 PCI (00|00:1F.04) : 8086 A123 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : 8086 15B8 class=020000 0:100 0:000 LAN 0, Vendor=8086, MMIO=DF400000 0:100 0:000 Clover load options size = 0 bytes 0:102 0:001 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:102 0:000 EFI\CLOVER\config.plist loaded: Success 0:103 0:000 Found theme directory: embedded 0:103 0:000 Found theme directory: random 0:103 0:000 Loading early settings 0:103 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:103 0:000 Default theme: embedded 0:103 0:000 ConsoleMode will be set to highest mode 0:103 0:000 LoadDrivers() start 0:103 0:000 Loading DataHubDxe-64.efi status=Success 0:107 0:003 Loading FSInject-64.efi status=Success 0:108 0:000 Loading OsxAptioFix2Drv-64.efi status=Success 0:109 0:001 Loading OsxFatBinaryDrv-64.efi status=Success 0:111 0:001 Loading HFSPlus-64.efi status=Success 0:112 0:001 - driver needs connecting 0:112 0:000 1 drivers needs connecting ... 0:112 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:112 0:000 HFS+ driver loaded 0:112 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:475 0:363 LoadDrivers() end 0:475 0:000 Dump SMC keys from NVRAM: 0:483 0:007 Console modes reported: 1, available modes: 0:483 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) 0:483 0:000 MAC address of LAN #0= F8:32:E4:B9:7B:C5: 0:483 0:000 ScanSPD() start 0:483 0:000 SMBus CmdReg: 0x3 0:483 0:000 Scanning SMBus [8086:A123], mmio: 0xDF44A004, ioport: 0xF040, hostc: 0x11 0:483 0:000 Slots to scan [8]... 0:497 0:014 SPD[0]: Type 0 @0x50 0:517 0:020 SPD[2]: Type 0 @0x52 0:548 0:030 ScanSPD() end 0:548 0:000 Get Acpi Tables List from RSDT: 0:548 0:000 Found table: FACP A M I len=132 0:548 0:000 Found table: APIC A M I len=188 0:548 0:000 Found table: FPDT A M I len=68 0:548 0:000 Found table: FIDT A M I len=156 0:548 0:000 Found table: MCFG A M I len=60 0:548 0:000 Found table: HPET A M I len=56 0:548 0:000 Found table: SSDT SataTabl len=877 0:548 0:000 Found table: LPIT SKL len=148 0:548 0:000 Found table: SSDT sensrhub len=584 0:548 0:000 Found table: SSDT PtidDevc len=11182 0:548 0:000 Found table: SSDT Ther_Rvp len=3043 0:548 0:000 Found table: SSDT UsbCTabl len=43 0:548 0:000 Found table: DBGP len=52 0:548 0:000 Found table: DBG2 len=84 0:548 0:000 Found table: SSDT xh_rvp08 len=1789 0:548 0:000 Found table: SSDT SaSsdt len=21226 0:548 0:000 Found table: UEFI len=66 0:548 0:000 Found table: SSDT CpuSsdt len=3672 0:548 0:000 Calibrated TSC frequency =4008552180 =4008MHz 0:548 0:000 Loading main settings 0:548 0:000 USB FixOwnership: true 0:548 0:000 Dropping 2 tables 0:548 0:000 Drop table 0 signature="SSDT" (54445353) table-id="SataTabl" (6C62615461746153) 0:548 0:000 set table: 54445353, 6C62615461746153 to drop: true 0:548 0:000 0:548 0:000 Drop table 1 signature="SSDT" (54445353) table-id="SaSsdt " (0020746473536153) 0:548 0:000 set table: 54445353, 20746473536153 to drop: true 0:548 0:000 0:548 0:000 Config set EnableC6: - 0:548 0:000 Config set C3Latency: 1001 0:548 0:000 Config set ResetAddr=0xCF9 0:548 0:000 Config calc ResetVal=0x6 0:548 0:000 Config set ResetVal=0x6 0:548 0:000 Config set ChassisType=0xD 0:552 0:004 found 10 volumes with blockIO 0:552 0:000 0. Volume: 0:552 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0) 0:553 0:000 Result of bootcode detection: bootable unknown (legacy) 0:553 0:000 1. Volume: 0:553 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) 0:553 0:000 Result of bootcode detection: bootable Windows (vista,win) 0:553 0:000 This is SelfVolume !! 0:553 0:000 2. Volume: 0:553 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:554 0:000 3. Volume: 0:554 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20) 0:555 0:000 4. Volume: 0:555 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,9D6B8FF0-8718-4F9B-9314-0736BDD9766E,0x147F0000,0x40000) 0:555 0:000 5. Volume: 0:555 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000) 0:556 0:000 Result of bootcode detection: bootable Windows (vista,win) 0:559 0:002 6. Volume: 0:559 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(6,GPT,70E65BE5-F432-42F0-9C03-36F5F12969F0,0x1C96B000,0x13881D5) 0:560 0:000 7. Volume: 0:560 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0) 0:560 0:000 8. Volume: 0:560 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000) 0:561 0:000 Result of bootcode detection: bootable unknown (legacy) 0:575 0:014 9. Volume: 0:575 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0) 0:576 0:000 Custom entries start 0:576 0:000 Custom entry 0 Title:"OS X 10.11" FullTitle:"MacOS X 10.11.4" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x6 matching Volume:"HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)" 0:576 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... skipped 0:576 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... match! 0:581 0:005 Check if volume Is Hibernated: 0:581 0:000 Check sleep image 'by signature': 0:586 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:586 0:000 SleepImage name from pref: ImageVolume = 'Macintosh HD', ImageName = '\private\var\vm\sleepimage' 0:589 0:002 Reading first 512 bytes of sleepimage ... 0:589 0:000 Reading completed -> Success 0:589 0:000 sleepimage offset could not be acquired 0:589 0:000 hibernated: no - sign 0:589 0:000 Custom settings: <null string>.plist will be applied 0:590 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:590 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:590 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:590 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:590 0:000 Custom entry 1 Title:"Windows 10" FullTitle:"Windows 10" Path:"\EFI\Microsoft\Boot\bootmgfw.efi" Options:"-s -h" Type:7 Flags:0x0 matching Volume:"015E9CEE-4D32-4B37-8BE4-1D95844855C4" 0:590 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... match! 0:597 0:007 Custom settings: <null string>.plist will be applied 0:597 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:597 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:597 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:597 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:597 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:597 0:000 Custom entry 2 Title:"Mint 17.3" FullTitle:"Mint 17.3" Path:"\EFI\ubuntu\grubx64.efi" Type:4 Flags:0x0 matching Volume:"015E9CEE-4D32-4B37-8BE4-1D95844855C4" 0:597 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... match! 0:599 0:001 Custom settings: <null string>.plist will be applied 0:599 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:599 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:599 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:599 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:599 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:599 0:000 Custom entry 3 Title:"OS X Recovery" FullTitle:"OS X 10.11 Recovery" Path:"\com.apple.recovery.boot\boot.efi" Type:10 Flags:0x6 matching Volume:"042BCE03-003A-4A0F-92CF-7FB6A8F12905" 0:599 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... skipped 0:599 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:599 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... match! 0:604 0:005 Custom settings: <null string>.plist will be applied 0:604 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:604 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:604 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:604 0:000 Custom entries finish 0:604 0:000 Entry scan disabled 0:604 0:000 GetEfiBootDeviceFromNvram: 0:604 0:000 efi-boot-device-data: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:604 0:000 Volume: 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)' 0:604 0:000 LoaderPath: '<null string>' 0:604 0:000 Guid = 6B49FBE4-19D7-445C-8ED5-55F53EA88095 0:604 0:000 volume: partition = PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:604 0:000 searching for that partition 0:604 0:000 found entry 0. 'MacOS X 10.11.4', Volume 'Macintosh HD' 0:604 0:000 Boot redirected to Entry 0. 'MacOS X 10.11.4' 0:604 0:000 DefaultIndex=0 and MainMenu.EntryCount=4 0:604 0:000 StartLoader() start 0:604 0:000 Entry->Settings: <null string> 0:604 0:000 Finally: Bus=100213kHz CPU=4009MHz 0:604 0:000 Kernel and Kext Patches at 65D7BC38: 0:604 0:000 Allowed: y 0:604 0:000 Debug: n 0:604 0:000 KernelCpu: n 0:604 0:000 Lapic: n 0:604 0:000 Haswell-E: n 0:604 0:000 AICPUPM: n 0:604 0:000 AppleRTC: n 0:604 0:000 KernelPm: n 0:604 0:000 FakeCPUID: 0x0 0:604 0:000 ATIController: 9000 0:604 0:000 ATIDataLength: 96 0:604 0:000 0 Kexts to load 0:604 0:000 0 Kexts to patch 0:604 0:000 Loading boot.efi status=Success 0:608 0:003 GetOSVersion: : 10.11.4 0:608 0:000 insert table 9 for dev 0:0 0:608 0:000 insert table 9 for dev 0:1 0:608 0:000 insert table 9 for dev 1F:6 0:608 0:000 insert table 9 for dev 0:0 0:608 0:000 Injecting user memory modules to SMBIOS 0:608 0:000 Channels: 2 0:608 0:000 Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23 0:608 0:000 BANK0 DIMM0 3200MHz 8192MB 0:608 0:000 mTotalSystemMemory = 8192 0:608 0:000 BANK1 DIMM0 3200MHz 8192MB 0:608 0:000 mTotalSystemMemory = 16384 0:608 0:000 BANK0 DIMM1 EMPTY 0:608 0:000 BANK1 DIMM1 EMPTY 0:608 0:000 NumberOfMemoryDevices = 4 0:608 0:000 Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000 0:608 0:000 Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000 0:608 0:000 Table 131 is present, CPUType=31 0:608 0:000 Change to: 705 0:608 0:000 RSDT 0x6EB50028 0:608 0:000 FADT from RSDT: 0x6EB50160 0:608 0:000 XSDT 0x6EB500A0 0:608 0:000 FADT from XSDT: 0x6EB72A98 0:608 0:000 Xsdt reallocation done 0:608 0:000 old FADT length=10C 0:610 0:001 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml 0:613 0:003 Apply DsdtFixMask=0x00000000 old way 0:613 0:000 drop _DSM mask=0xFFFF 0:613 0:000 ========= Auto patch DSDT Starting ======== 0:613 0:000 VideoCard devID=0x69381002 0:613 0:000 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0 0:614 0:000 VideoCard devID=0x19128086 0:614 0:000 DisplayADR1[1] = 0x20000, DisplayADR2[1] = 0xFFFE 0:614 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE 0:614 0:000 Found Airport Atheros at 0x1C0002, 0x0, DeviceID=0x003E 0:614 0:000 USBADR[1] = 0x1C0004 and PCIe = 0x0 0:614 0:000 first CPU found at 9337 offset 933A 0:614 0:000 score candidate at 9333 0:614 0:000 score inserted in acpi_cpu_score _PR_ 0:614 0:000 Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 within the score: _PR_ 0:614 0:000 Found PCIROOTUID = 0 0:614 0:000 ========= Auto patch DSDT Finished ======== 0:614 0:000 Drop tables from Xsdt, SIGN=SSDT TableID=SaSsdt Length=21226 0:614 0:000 Xsdt has tables count=18 0:614 0:000 Table: SSDT SaSsdt 21226 dropped 0:614 0:000 corrected XSDT length=172 0:614 0:000 Drop tables from Xsdt, SIGN=SSDT TableID=SataTabl Length=877 0:614 0:000 Xsdt has tables count=17 0:614 0:000 Table: SSDT SataTabl 877 dropped 0:614 0:000 corrected XSDT length=164 0:614 0:000 Patch table: SSDT sensrhub 0:614 0:000 SSDT len = 0x248 0:614 0:000 Patch table: SSDT PtidDevc 0:614 0:000 SSDT len = 0x2BAE 0:614 0:000 Patch table: SSDT Ther_Rvp 0:614 0:000 SSDT len = 0xBE3 0:614 0:000 Patch table: SSDT UsbCTabl 0:614 0:000 SSDT len = 0x2B 0:614 0:000 Patch table: SSDT xh_rvp08 0:614 0:000 SSDT len = 0x6FD 0:614 0:000 Patch table: SSDT CpuSsdt 0:614 0:000 SSDT len = 0xE58 0:614 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 0:614 0:000 Xsdt has tables count=16 0:614 0:000 corrected XSDT length=164 0:617 0:002 Inserting SSDT-0.aml from EFI\CLOVER\ACPI\patched ... Success 0:618 0:001 Inserting SSDT-6.aml from EFI\CLOVER\ACPI\patched ... Success 0:618 0:000 CPUBase=0 and ApicCPUBase=1 ApicCPUNum=1 0:618 0:000 Framebuffer @0xC0000000 MMIO @0xD0000000 I/O Port @0x0000E000 ROM Addr @0xDF340000 0:618 0:000 ATI card POSTed, 0:618 0:000 Set VRAM for Cedar=-1Mb 0:618 0:000 ATI: get_vram_size returned 0xFFF00000 0:618 0:000 ATI Radeon EVERGREEN family 0:618 0:000 Users config name Labrador 0:618 0:000 (AtiPorts) Nr of ports set to: 4 0:618 0:000 ATI Amethyst ATI Radeon R9 M295X -1MB (Labrador) [1002:6938] (subsys [174B:E308]):: PciRoot(0x0)\Pci(0x1,0x0)\Pci(0x0,0x0) 0:618 0:000 Intel Intel HD Graphics 530 [8086:1912] :: PciRoot(0x0)\Pci(0x2,0x0) 0:618 0:000 Intel GFX revision =0x6 0:618 0:000 USB Controller [8086:A12F] :: PciRoot(0x0)\Pci(0x14,0x0) 0:618 0:000 USB Controller [8086:15B6] :: PciRoot(0x0)\Pci(0x1C,0x4)\Pci(0x0,0x0)\Pci(0x2,0x0)\Pci(0x0,0x0) 0:618 0:000 RCBA disabled; cannot use it 0:618 0:000 HDA Controller [8086:A170] :: PciRoot(0x0)\Pci(0x1F,0x3) => detected codec: 10EC:0900 0:618 0:000 LAN Controller [8086:15B8] :: PciRoot(0x0)\Pci(0x1F,0x6) 0:618 0:000 stringlength = 5798 0:619 0:000 CurrentMode: Width=0 Height=0 0:619 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 6B26CA18 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 6B26CA18 0:627 0:008 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 0:629 0:001 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 0:632 0:003 Extra kext: EFI\CLOVER\kexts\10.11\IntelMausiEthernet.kext 0:635 0:003 Extra kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext 0:637 0:002 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext 0:638 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext 0:639 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext 0:640 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext 0:645 0:004 Extra kext: EFI\CLOVER\kexts\10.11\AppleALC.kext 0:650 0:004 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\AppleALC.kext\Contents\PlugIns\PinConfigs.kext 0:655 0:005 SetStartupDiskVolume: 0:655 0:000 * Volume: 'Macintosh HD' 0:655 0:000 * LoaderPath: '<null string>' 0:655 0:000 * DevPath: Macintosh HD 0:655 0:000 * GUID = 6B49FBE4-19D7-445C-8ED5-55F53EA88095 0:655 0:000 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>6B49FBE4-19D7-445C-8ED5-55F53EA88095</string></dict></dict></dict></array> 0:655 0:000 Custom boot is disabled 0:655 0:000 Closing log Calculations looks good. But I see 0:548 0:000 Config set EnableC6: - 0:548 0:000 Config set C3Latency: 1001 may be reduce latency? 1 Link to comment Share on other sites More sharing options...
Balamut Posted March 22, 2016 Share Posted March 22, 2016 Slice, I've got dual Xeon v4 here if you guys need some testing(Clover side not OS X, since I get kernel panic on it) Link to comment Share on other sites More sharing options...
Slice Posted March 22, 2016 Share Posted March 22, 2016 Slice, I've got dual Xeon v4 here if you guys need some testing(Clover side not OS X, since I get kernel panic on it) Report, Ok or no. Link to comment Share on other sites More sharing options...
zxv Posted March 22, 2016 Share Posted March 22, 2016 Calculations looks good. But I see 0:548 0:000 Config set EnableC6: - 0:548 0:000 Config set C3Latency: 1001 may be reduce latency? Disabled the C3Latency setting. But no change. Audio distortions still occur in iTunes after ~50secs. 0:100 0:100 MemLog inited, TSC freq: 4008553830 0:100 0:000 MemLog was calibrated without ACPI PM Timer: ACPI I/O space is not enabled. 0:100 0:000 0:100 0:000 Now is 22.3.2016, 17:14:18 (GMT+2047) 0:100 0:000 Starting Clover rev 3368 on American Megatrends EFI 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) @6B26CD18 0:100 0:000 SelfDirPath = \EFI\CLOVER 0:100 0:000 Total Memory Slots Count = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 3200MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM1 0:100 0:000 Type 17 Index = 1 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM2 0:100 0:000 Type 17 Index = 2 0:100 0:000 SmbiosTable.Type17->Speed = 3200MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM1 0:100 0:000 Type 17 Index = 3 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM2 0:100 0:000 Boot status=0 0:100 0:000 Clover revision: 3368 running on System Product Name 0:100 0:000 ... with board MAXIMUS VIII IMPACT 0:100 0:000 CPU Vendor = 756E6547 Model=506E3 0:100 0:000 got cores from CPUID_1 = 0 0:100 0:000 The CPU supported turbo 0:100 0:000 BrandString = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz 0:100 0:000 TSC/CCC Information Leaf: 0:100 0:000 numerator : 334 0:100 0:000 denominator : 2 0:100 0:000 Calibrated ARTFrequency: 24003316 0:100 0:000 MSR 0xE2 before patch 00000000 0:100 0:000 MSR 0xE4 00000000 0:100 0:000 MSR 0xCE 00080838_F1012800 0:100 0:000 non-usable FLEX_RATIO = F0000 0:100 0:000 corrected FLEX_RATIO = E0000 0:100 0:000 MSR 0x1B0 00000000 0:100 0:000 FSBFrequency=100MHz DMIvalue=100000kHz 0:100 0:000 Corrected FSBFrequency=100MHz 0:100 0:000 Vendor/Model/Stepping: 0x756E6547/0x5E/0x3 0:100 0:000 Family/ExtFamily: 0x6/0x0 0:100 0:000 MaxDiv/MinDiv: 40.0/8 0:100 0:000 Turbo: 42/42/42/42 0:100 0:000 Features: 0xBFEBFBFF 0:100 0:000 Threads: 8 0:100 0:000 Cores: 4 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 4000 MHz 0:100 0:000 TSC: 4000 MHz 0:100 0:000 PIS: 400 MHz 0:100 0:000 PCI (00|00:00.00) : 8086 191F class=060000 0:100 0:000 PCI (00|00:01.00) : 8086 1901 class=060400 0:100 0:000 PCI (00|01:00.00) : 1002 6938 class=030000 0:100 0:000 Found Radeon model=ATI Radeon R9 M295X 0:100 0:000 PCI (00|01:00.01) : 1002 AAD8 class=040300 0:100 0:000 PCI (00|00:02.00) : 8086 1912 class=030000 0:100 0:000 Found GFX model=Intel HD Graphics 530 0:100 0:000 PCI (00|00:14.00) : 8086 A12F class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 A13A class=078000 0:100 0:000 PCI (00|00:17.00) : 8086 A102 class=010601 0:100 0:000 PCI (00|00:1B.00) : 8086 A167 class=060400 0:100 0:000 PCI (00|00:1C.00) : 8086 A110 class=060400 0:100 0:000 PCI (00|00:1C.02) : 8086 A112 class=060400 0:100 0:000 PCI (00|04:00.00) : 168C 003E class=028000 0:100 0:000 PCI (00|00:1C.04) : 8086 A114 class=060400 0:100 0:000 PCI (00|05:00.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:00.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:01.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|06:02.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|09:00.00) : 8086 15B6 class=0C0330 0:100 0:000 PCI (00|06:04.00) : 8086 1578 class=060400 0:100 0:000 PCI (00|00:1D.00) : 8086 A118 class=060400 0:100 0:000 PCI (00|00:1F.00) : 8086 A145 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 A121 class=058000 0:100 0:000 PCI (00|00:1F.03) : 8086 A170 class=040300 0:100 0:000 PCI (00|00:1F.04) : 8086 A123 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : 8086 15B8 class=020000 0:100 0:000 LAN 0, Vendor=8086, MMIO=DF400000 0:100 0:000 Clover load options size = 0 bytes 0:102 0:002 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:102 0:000 EFI\CLOVER\config.plist loaded: Success 0:103 0:000 Found theme directory: embedded 0:103 0:000 Found theme directory: random 0:103 0:000 Loading early settings 0:103 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:103 0:000 Default theme: embedded 0:103 0:000 ConsoleMode will be set to highest mode 0:103 0:000 LoadDrivers() start 0:104 0:000 Loading DataHubDxe-64.efi status=Success 0:107 0:003 Loading FSInject-64.efi status=Success 0:108 0:000 Loading OsxAptioFix2Drv-64.efi status=Success 0:109 0:001 Loading OsxFatBinaryDrv-64.efi status=Success 0:111 0:001 Loading HFSPlus-64.efi status=Success 0:112 0:001 - driver needs connecting 0:112 0:000 1 drivers needs connecting ... 0:112 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:112 0:000 HFS+ driver loaded 0:112 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:481 0:368 LoadDrivers() end 0:481 0:000 Dump SMC keys from NVRAM: 0:488 0:007 Console modes reported: 1, available modes: 0:488 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) 0:488 0:000 MAC address of LAN #0= F8:32:E4:B9:7B:C5: 0:488 0:000 ScanSPD() start 0:489 0:000 SMBus CmdReg: 0x3 0:489 0:000 Scanning SMBus [8086:A123], mmio: 0xDF44A004, ioport: 0xF040, hostc: 0x11 0:489 0:000 Slots to scan [8]... 0:503 0:014 SPD[0]: Type 0 @0x50 0:523 0:020 SPD[2]: Type 0 @0x52 0:553 0:030 ScanSPD() end 0:553 0:000 Get Acpi Tables List from RSDT: 0:553 0:000 Found table: FACP A M I len=132 0:553 0:000 Found table: APIC A M I len=188 0:553 0:000 Found table: FPDT A M I len=68 0:553 0:000 Found table: FIDT A M I len=156 0:553 0:000 Found table: MCFG A M I len=60 0:553 0:000 Found table: HPET A M I len=56 0:553 0:000 Found table: SSDT SataTabl len=877 0:553 0:000 Found table: LPIT SKL len=148 0:553 0:000 Found table: SSDT sensrhub len=584 0:553 0:000 Found table: SSDT PtidDevc len=11182 0:553 0:000 Found table: SSDT Ther_Rvp len=3043 0:553 0:000 Found table: SSDT UsbCTabl len=43 0:553 0:000 Found table: DBGP len=52 0:553 0:000 Found table: DBG2 len=84 0:553 0:000 Found table: SSDT xh_rvp08 len=1789 0:553 0:000 Found table: SSDT SaSsdt len=21226 0:553 0:000 Found table: UEFI len=66 0:553 0:000 Found table: SSDT CpuSsdt len=3672 0:553 0:000 Calibrated TSC frequency =4008553830 =4008MHz 0:553 0:000 Loading main settings 0:553 0:000 USB FixOwnership: true 0:553 0:000 Dropping 2 tables 0:553 0:000 Drop table 0 signature="SSDT" (54445353) table-id="SataTabl" (6C62615461746153) 0:553 0:000 set table: 54445353, 6C62615461746153 to drop: true 0:553 0:000 0:553 0:000 Drop table 1 signature="SSDT" (54445353) table-id="SaSsdt " (0020746473536153) 0:553 0:000 set table: 54445353, 20746473536153 to drop: true 0:553 0:000 0:553 0:000 Config set EnableC6: - 0:553 0:000 Config set ResetAddr=0xCF9 0:553 0:000 Config calc ResetVal=0x6 0:553 0:000 Config set ResetVal=0x6 0:553 0:000 Config set ChassisType=0xD 0:558 0:004 found 10 volumes with blockIO 0:558 0:000 0. Volume: 0:558 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0) 0:559 0:000 Result of bootcode detection: bootable unknown (legacy) 0:559 0:000 1. Volume: 0:559 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000) 0:559 0:000 Result of bootcode detection: bootable Windows (vista,win) 0:559 0:000 This is SelfVolume !! 0:559 0:000 2. Volume: 0:559 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:560 0:000 3. Volume: 0:560 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20) 0:560 0:000 4. Volume: 0:560 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,9D6B8FF0-8718-4F9B-9314-0736BDD9766E,0x147F0000,0x40000) 0:561 0:000 5. Volume: 0:561 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000) 0:562 0:000 Result of bootcode detection: bootable Windows (vista,win) 0:565 0:002 6. Volume: 0:565 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(6,GPT,70E65BE5-F432-42F0-9C03-36F5F12969F0,0x1C96B000,0x13881D5) 0:565 0:000 7. Volume: 0:565 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0) 0:566 0:000 8. Volume: 0:566 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000) 0:566 0:000 Result of bootcode detection: bootable unknown (legacy) 0:582 0:015 9. Volume: 0:582 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0) 0:583 0:000 Custom entries start 0:583 0:000 Custom entry 0 Title:"OS X 10.11" FullTitle:"MacOS X 10.11.4" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x6 matching Volume:"HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)" 0:583 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... skipped 0:583 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... match! 0:589 0:005 Check if volume Is Hibernated: 0:589 0:000 Check sleep image 'by signature': 0:594 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:594 0:000 SleepImage name from pref: ImageVolume = 'Macintosh HD', ImageName = '\private\var\vm\sleepimage' 0:596 0:002 Reading first 512 bytes of sleepimage ... 0:596 0:000 Reading completed -> Success 0:596 0:000 sleepimage offset could not be acquired 0:596 0:000 hibernated: no - sign 0:596 0:000 Custom settings: <null string>.plist will be applied 0:597 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:597 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:597 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:597 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:597 0:000 Custom entry 1 Title:"Windows 10" FullTitle:"Windows 10" Path:"\EFI\Microsoft\Boot\bootmgfw.efi" Options:"-s -h" Type:7 Flags:0x0 matching Volume:"015E9CEE-4D32-4B37-8BE4-1D95844855C4" 0:597 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... match! 0:604 0:007 Custom settings: <null string>.plist will be applied 0:604 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:604 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:604 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:604 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:604 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:604 0:000 Custom entry 2 Title:"Mint 17.3" FullTitle:"Mint 17.3" Path:"\EFI\ubuntu\grubx64.efi" Type:4 Flags:0x0 matching Volume:"015E9CEE-4D32-4B37-8BE4-1D95844855C4" 0:604 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... match! 0:606 0:001 Custom settings: <null string>.plist will be applied 0:606 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:606 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... skipped 0:606 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:606 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:606 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:606 0:000 Custom entry 3 Title:"OS X Recovery" FullTitle:"OS X 10.11 Recovery" Path:"\com.apple.recovery.boot\boot.efi" Type:10 Flags:0x6 matching Volume:"042BCE03-003A-4A0F-92CF-7FB6A8F12905" 0:606 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,015E9CEE-4D32-4B37-8BE4-1D95844855C4,0x28,0x64000)) ... skipped 0:606 0:000 Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)) ... skipped 0:606 0:000 Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,042BCE03-003A-4A0F-92CF-7FB6A8F12905,0x146B9E10,0x135F20)) ... match! 0:611 0:005 Custom settings: <null string>.plist will be applied 0:611 0:000 Checking volume "BOOTCAMP" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,AD941453-A049-4D79-888F-C16AE0C943E6,0x14830000,0x813B000)) ... skipped 0:611 0:000 Checking volume "EFI" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,BD67F0BD-C421-4003-AE9B-57AE19FAF442,0x28,0x64000)) ... skipped 0:611 0:000 Checking volume "Vault HD" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,AFF90330-0314-405C-8320-56C51FE742A7,0x64028,0x3A2E1FE0)) ... skipped 0:611 0:000 Custom entries finish 0:611 0:000 Entry scan disabled 0:611 0:000 GetEfiBootDeviceFromNvram: 0:611 0:000 efi-boot-device-data: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:611 0:000 Volume: 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8)' 0:611 0:000 LoaderPath: '<null string>' 0:611 0:000 Guid = 6B49FBE4-19D7-445C-8ED5-55F53EA88095 0:611 0:000 volume: partition = PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6B49FBE4-19D7-445C-8ED5-55F53EA88095,0x64028,0x14655DE8) 0:611 0:000 searching for that partition 0:611 0:000 found entry 0. 'MacOS X 10.11.4', Volume 'Macintosh HD' 0:611 0:000 Boot redirected to Entry 0. 'MacOS X 10.11.4' 0:611 0:000 DefaultIndex=0 and MainMenu.EntryCount=4 0:611 0:000 StartLoader() start 0:611 0:000 Entry->Settings: <null string> 0:611 0:000 Finally: Bus=100213kHz CPU=4009MHz 0:611 0:000 Kernel and Kext Patches at 65D7BC38: 0:611 0:000 Allowed: y 0:611 0:000 Debug: n 0:611 0:000 KernelCpu: n 0:611 0:000 Lapic: n 0:611 0:000 Haswell-E: n 0:611 0:000 AICPUPM: n 0:611 0:000 AppleRTC: n 0:611 0:000 KernelPm: n 0:611 0:000 FakeCPUID: 0x0 0:611 0:000 ATIController: 9000 0:611 0:000 ATIDataLength: 96 0:611 0:000 0 Kexts to load 0:611 0:000 0 Kexts to patch 0:611 0:000 Loading boot.efi status=Success 0:615 0:003 GetOSVersion: : 10.11.4 0:615 0:000 insert table 9 for dev 0:0 0:615 0:000 insert table 9 for dev 0:1 0:615 0:000 insert table 9 for dev 1F:6 0:615 0:000 insert table 9 for dev 0:0 0:616 0:000 Injecting user memory modules to SMBIOS 0:616 0:000 Channels: 2 0:616 0:000 Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23 0:616 0:000 BANK0 DIMM0 3200MHz 8192MB 0:616 0:000 mTotalSystemMemory = 8192 0:616 0:000 BANK1 DIMM0 3200MHz 8192MB 0:616 0:000 mTotalSystemMemory = 16384 0:616 0:000 BANK0 DIMM1 EMPTY 0:616 0:000 BANK1 DIMM1 EMPTY 0:616 0:000 NumberOfMemoryDevices = 4 0:616 0:000 Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000 0:616 0:000 Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000 0:616 0:000 Table 131 is present, CPUType=31 0:616 0:000 Change to: 705 0:616 0:000 RSDT 0x6EB50028 0:616 0:000 FADT from RSDT: 0x6EB50160 0:616 0:000 XSDT 0x6EB500A0 0:616 0:000 FADT from XSDT: 0x6EB72A98 0:616 0:000 Xsdt reallocation done 0:616 0:000 old FADT length=10C 0:617 0:001 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml 0:620 0:003 Apply DsdtFixMask=0x00000000 old way 0:620 0:000 drop _DSM mask=0xFFFF 0:620 0:000 ========= Auto patch DSDT Starting ======== 0:620 0:000 VideoCard devID=0x69381002 0:620 0:000 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0 0:620 0:000 VideoCard devID=0x19128086 0:620 0:000 DisplayADR1[1] = 0x20000, DisplayADR2[1] = 0xFFFE 0:620 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE 0:621 0:000 Found Airport Atheros at 0x1C0002, 0x0, DeviceID=0x003E 0:621 0:000 USBADR[1] = 0x1C0004 and PCIe = 0x0 0:621 0:000 first CPU found at 9337 offset 933A 0:621 0:000 score candidate at 9333 0:621 0:000 score inserted in acpi_cpu_score _PR_ 0:621 0:000 Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 within the score: _PR_ 0:621 0:000 Found PCIROOTUID = 0 0:621 0:000 ========= Auto patch DSDT Finished ======== 0:621 0:000 Drop tables from Xsdt, SIGN=SSDT TableID=SaSsdt Length=21226 0:621 0:000 Xsdt has tables count=18 0:621 0:000 Table: SSDT SaSsdt 21226 dropped 0:621 0:000 corrected XSDT length=172 0:621 0:000 Drop tables from Xsdt, SIGN=SSDT TableID=SataTabl Length=877 0:621 0:000 Xsdt has tables count=17 0:621 0:000 Table: SSDT SataTabl 877 dropped 0:621 0:000 corrected XSDT length=164 0:621 0:000 Patch table: SSDT sensrhub 0:621 0:000 SSDT len = 0x248 0:621 0:000 Patch table: SSDT PtidDevc 0:621 0:000 SSDT len = 0x2BAE 0:621 0:000 Patch table: SSDT Ther_Rvp 0:621 0:000 SSDT len = 0xBE3 0:621 0:000 Patch table: SSDT UsbCTabl 0:621 0:000 SSDT len = 0x2B 0:621 0:000 Patch table: SSDT xh_rvp08 0:621 0:000 SSDT len = 0x6FD 0:621 0:000 Patch table: SSDT CpuSsdt 0:621 0:000 SSDT len = 0xE58 0:621 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 0:621 0:000 Xsdt has tables count=16 0:621 0:000 corrected XSDT length=164 0:624 0:002 Inserting SSDT-0.aml from EFI\CLOVER\ACPI\patched ... Success 0:625 0:001 Inserting SSDT-6.aml from EFI\CLOVER\ACPI\patched ... Success 0:625 0:000 CPUBase=0 and ApicCPUBase=1 ApicCPUNum=1 0:625 0:000 Framebuffer @0xC0000000 MMIO @0xD0000000 I/O Port @0x0000E000 ROM Addr @0xDF340000 0:625 0:000 ATI card POSTed, 0:625 0:000 Set VRAM for Cedar=-1Mb 0:625 0:000 ATI: get_vram_size returned 0xFFF00000 0:625 0:000 ATI Radeon EVERGREEN family 0:625 0:000 Users config name Labrador 0:625 0:000 (AtiPorts) Nr of ports set to: 4 0:625 0:000 ATI Amethyst ATI Radeon R9 M295X -1MB (Labrador) [1002:6938] (subsys [174B:E308]):: PciRoot(0x0)\Pci(0x1,0x0)\Pci(0x0,0x0) 0:625 0:000 Intel Intel HD Graphics 530 [8086:1912] :: PciRoot(0x0)\Pci(0x2,0x0) 0:625 0:000 Intel GFX revision =0x6 0:625 0:000 USB Controller [8086:A12F] :: PciRoot(0x0)\Pci(0x14,0x0) 0:625 0:000 USB Controller [8086:15B6] :: PciRoot(0x0)\Pci(0x1C,0x4)\Pci(0x0,0x0)\Pci(0x2,0x0)\Pci(0x0,0x0) 0:625 0:000 RCBA disabled; cannot use it 0:625 0:000 HDA Controller [8086:A170] :: PciRoot(0x0)\Pci(0x1F,0x3) => detected codec: 10EC:0900 0:626 0:000 LAN Controller [8086:15B8] :: PciRoot(0x0)\Pci(0x1F,0x6) 0:626 0:000 stringlength = 5798 0:626 0:000 CurrentMode: Width=0 Height=0 0:626 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 6B26CA18 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 6B26CA18 0:637 0:011 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 0:638 0:001 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 0:641 0:003 Extra kext: EFI\CLOVER\kexts\10.11\IntelMausiEthernet.kext 0:644 0:003 Extra kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext 0:646 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext 0:647 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext 0:648 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext 0:649 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext 0:653 0:004 Extra kext: EFI\CLOVER\kexts\10.11\AppleALC.kext 0:658 0:004 Extra PlugIn kext: EFI\CLOVER\kexts\10.11\AppleALC.kext\Contents\PlugIns\PinConfigs.kext 0:664 0:005 SetStartupDiskVolume: 0:664 0:000 * Volume: 'Macintosh HD' 0:664 0:000 * LoaderPath: '<null string>' 0:664 0:000 * DevPath: Macintosh HD 0:664 0:000 * GUID = 6B49FBE4-19D7-445C-8ED5-55F53EA88095 0:664 0:000 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>6B49FBE4-19D7-445C-8ED5-55F53EA88095</string></dict></dict></dict></array> 0:664 0:000 Custom boot is disabled 0:664 0:000 Closing log Link to comment Share on other sites More sharing options...
mathew2005in Posted March 22, 2016 Share Posted March 22, 2016 Does anybody know how to patch IOGraphicsFamily.kext (second stage patch) using terminal? Find: 0100007517 Replace with: 010000EB17 Link to comment Share on other sites More sharing options...
Recommended Posts