chris1111 Posted April 6, 2016 Share Posted April 6, 2016 It is somewhere in localizable strings? CloverPackage / CREDITS You can edit with any text editor Edit*** Test works! 1 Link to comment Share on other sites More sharing options...
Slice Posted April 6, 2016 Share Posted April 6, 2016 CloverPackage / CREDITS You can edit with any text editor Edit*** Test works! Done several hours before.... Slice try that:CloverUpdater.zip EDIT Also the prefpanel:CloverPrefpane.zip No xcode 7.2.1 here, I can't test with it, but the pch header no longer exist in both. iMac:CloverUpdater slice$ make Building CloverUpdater application... ** BUILD FAILED ** The following build commands failed: CompileC build/CloverUpdater.build/Release/CloverUpdater.build/Objects-normal/i386/main.o main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) make: *** [CloverUpdater] Error 65 iMac:CloverUpdater slice$ 1 Link to comment Share on other sites More sharing options...
chris1111 Posted April 6, 2016 Share Posted April 6, 2016 Sorry I am at work today 5 days a week Link to comment Share on other sites More sharing options...
Micky1979 Posted April 6, 2016 Share Posted April 6, 2016 Slice try to delete all the cache with xcode closed (rm -rf ~/Library/Developer o manually) maybe has problem with old object already compiled and referenced.. Link to comment Share on other sites More sharing options...
Slice Posted April 6, 2016 Share Posted April 6, 2016 Slice try to delete all the cache with xcode closed (rm -rf ~/Library/Developer o manually) maybe has problem with old object already compiled and referenced.. I have different problem chosing different SDK. Now there is SDK10.11 iMac:CloverPackage slice$ make ================= Making all in fdisk440 ================= [CC32] cmd.c In file included from cmd.c:63: In file included from ./misc.h:57: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/sys/types.h:210:10: fatal error: 'sys/_types/_pthread_attr_t.h' file not found #include <sys/_types/_pthread_attr_t.h> ^ 1 error generated. make[2]: *** [/Volumes/MacHD/Users/slice/src/edk2/Clover/CloverPackage/sym/build/fdisk440/cmd.o32] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [utils] Error 2 iMac:CloverPackage slice$ If I switch to Mavericks with the same sources and settings the build is success. Link to comment Share on other sites More sharing options...
Micky1979 Posted April 6, 2016 Share Posted April 6, 2016 fdisk440 has not obj-c run time (i guess) so the problem is different. could be the make file at line: @$(CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -arch i386 -o $@_32 $(filter %.o32,$^) need something different I guess. I'm going to update xcode..EDITWhat "xcode-select --print-path" show to you? In my installation "sys/_types/_pthread_attr_t.h" is located simply at "/usr/include/" not inside xcode.. is looking at the wrong path, wrong CFALGS for the new xcode? CFLAGS="-I/usr/include" Link to comment Share on other sites More sharing options...
Shaneee Posted April 6, 2016 Share Posted April 6, 2016 Slice, here is the log from a fresh install. Clover install on the ESP of the same HDD. Two boots in the log first with caches second without. Both boots load the black screen with the solid - If you need any info I will be happy to upload it. debug.log.zip Link to comment Share on other sites More sharing options...
Twa Posted April 7, 2016 Share Posted April 7, 2016 My Hack 11.4 only show half of RAM amount when start from shutdown, restart problem is gone, i'm not sure problem came from clover ?! I have tried some lastest version of Clover but got same result Link to comment Share on other sites More sharing options...
Needy Posted April 7, 2016 Share Posted April 7, 2016 My Hack 11.4 only show half of RAM amount when start from shutdown, restart problem is gone, i'm not sure problem came from clover ?! I have tried some lastest version of Clover but got same result Case 1: What's your motherboard? Do you use a custom DSDT? If so, try the shutdown fix for the specific motherboard. Case 2: Did you write, in config.plist - smbios, the type and the amount of memory "devices"? If so, remove those configurations and let clover detect your memory. Case 3: How many memory modules, "devices", do you have? If 2, put them in identical colour slots. If nothing of the above works, then upload the boot log. For boot log, either use clover configurator or type in terminal: bdmesg Best regards. Link to comment Share on other sites More sharing options...
Twa Posted April 7, 2016 Share Posted April 7, 2016 I have ASUS Z170M-PLUS mainboard, with 16GB RAM total ( Kingston 2x8Gb DDR4 2666MHz, Installed to A1 and B1 slots ), I use only a Cpu SSDT for i5-6600K. In config.plist XMPdectect is Enabled, no add any customize Ram info. Here is my bootlog.txt, config.plist and SSDT-i5-6600K.aml https://dl.dropboxusercontent.com/u/91518197/Archive.zip Case 1:What's your motherboard?Do you use a custom DSDT? If so, try the shutdown fix for the specific motherboard.Case 2:Did you write, in config.plist - smbios, the type and the amount of memory "devices"? If so, remove those configurations and let clover detect your memory.Case 3:How many memory modules, "devices", do you have? If 2, put them in identical colour slots.If nothing of the above works, then upload the boot log. For boot log, either use clover configurator or type in terminal: bdmesg Best regards. Link to comment Share on other sites More sharing options...
Needy Posted April 7, 2016 Share Posted April 7, 2016 I have made some changes in your config.plist, you can check them by comparing the 2 files.There was a Memory 0 parameter in it, in addition I added some missing values.Where did you get the SSDT file? Clover detects both your memory modules. 0:101 0:001 Total Memory Slots Count = 4 0:101 0:000 Type 17 Index = 0 0:101 0:000 SmbiosTable.Type17->Speed = 2667MHz 0:101 0:000 SmbiosTable.Type17->Size = 8192MB 0:101 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 DIMM_A1 0:101 0:000 Type 17 Index = 1 0:101 0:000 Ignoring insane frequency value 0MHz 0:101 0:000 SmbiosTable.Type17->Speed = 0MHz 0:101 0:000 SmbiosTable.Type17->Size = 0MB 0:101 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 DIMM_A2 0:101 0:000 Type 17 Index = 2 0:101 0:000 SmbiosTable.Type17->Speed = 2667MHz 0:101 0:000 SmbiosTable.Type17->Size = 8192MB 0:101 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 DIMM_B1 0:101 0:000 Type 17 Index = 3 0:101 0:000 Ignoring insane frequency value 0MHz 0:101 0:000 SmbiosTable.Type17->Speed = 0MHz 0:101 0:000 SmbiosTable.Type17->Size = 0MB 0:101 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 DIMM_B2 Anyway try the changed config and let me know if it fixed the problem.The problem is here: 0:254 0:000 Slots to scan [8]... 0:281 0:027 SPD[0]: Type 12 @0x50 0:282 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:282 0:000 DDR speed 3200MHz 0:282 0:000 Slot: 0 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0000020B000C020B 0:315 0:033 SPD[2]: Type 12 @0x52 0:316 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:316 0:000 DDR speed 3200MHz 0:316 0:000 Slot: 2 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0000020B000C020B config.plist.zip Link to comment Share on other sites More sharing options...
Twa Posted April 7, 2016 Share Posted April 7, 2016 (edited) yes I dont know why in middle of Bootlog, Ram has been detected wong. Anw, I have tried your config.plist but no change SSDT i got from, this Guide ++++++++++ Edited April 7, 2016 by JahStories Please read the rules. Link to comment Share on other sites More sharing options...
Needy Posted April 7, 2016 Share Posted April 7, 2016 yes I dont know why in middle of Bootlog, Ram has been detected wong. Anw, I have tried your config.plist but no change I found another clue. 0:254 0:000 Slots to scan [8]... 0:281 0:027 SPD[0]: Type 12 @0x50 0:282 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:282 0:000 DDR speed 3200MHz 0:282 0:000 Slot: 0 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0000020B000C020B 0:315 0:033 SPD[2]: Type 12 @0x52 0:316 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:316 0:000 DDR speed 3200MHz 0:316 0:000 Slot: 2 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0000020B000C020B Try to configure the memory in config.plist This will be useful while writing the parameters. https://clover-wiki.zetam.org/Configuration/SMBIOS#smbios_memory Have the boot log open as well, it will help you to complete some of the parameters. Something like this. config.plist.zip Link to comment Share on other sites More sharing options...
Twa Posted April 7, 2016 Share Posted April 7, 2016 I found another clue. 0:254 0:000 Slots to scan [8]... 0:281 0:027 SPD[0]: Type 12 @0x50 0:282 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:282 0:000 DDR speed 3200MHz 0:282 0:000 Slot: 0 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0000020B000C020B 0:315 0:033 SPD[2]: Type 12 @0x52 0:316 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:316 0:000 DDR speed 3200MHz 0:316 0:000 Slot: 2 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0000020B000C020B Try to configure the memory in config.plist This will be useful while writing the parameters. https://clover-wiki.zetam.org/Configuration/SMBIOS#smbios_memory Have the boot log open as well, it will help you to complete some of the parameters. Something like this. Wow Thank you it worked, i added more info (verdor, sn, part) to your config file above, look fine now Link to comment Share on other sites More sharing options...
Needy Posted April 7, 2016 Share Posted April 7, 2016 Wow Thank you it worked, i added more info (verdor, sn, part) to your config file above, look fine now I'm glad I could help you. P.S Since the config file was posted here, publicly, I'd recommend you to change the Serial number and MLB* (aka Board Serial Number) in SMBIOS and MLB* in Rt variables. *should be the same value. Best regards. Link to comment Share on other sites More sharing options...
WinstonAce Posted April 9, 2016 Share Posted April 9, 2016 Hi any chance to update auto SMBIOS for iMac14,2? Latest bios version is: IM142.88Z.0118.B13.1602221716 obviously the date should be: 02/22/2016 it will prevent the firmware update constantly downloaded to EFI partition Thank you Link to comment Share on other sites More sharing options...
cecekpawon Posted April 9, 2016 Share Posted April 9, 2016 They also appear to update my Firmware.scap this morning silently (same with /usr/standalone/i386/Firmware.scap). Changed to MP61.88Z.0116.B17.1602221600 & see what happen Link to comment Share on other sites More sharing options...
Slice Posted April 9, 2016 Share Posted April 9, 2016 Hi any chance to update auto SMBIOS for iMac14,2? Latest bios version is: IM142.88Z.0118.B13.1602221716 obviously the date should be: 02/22/2016 it will prevent the firmware update constantly downloaded to EFI partition Thank you OK, I will commit all such updates. Thanks! They also appear to update my Firmware.scap this morning silently (same with /usr/standalone/i386/Firmware.scap). Changed to MP61.88Z.0116.B17.1602221600 & see what happen These values should not be arbitrary imho. 1 Link to comment Share on other sites More sharing options...
anibalin Posted April 9, 2016 Share Posted April 9, 2016 Hey guys, been struggling with this. I changed my both systems to skylake mobos. Somehow, in both cases, I cannot charge my iphone via the Mac wired keyboard. I used to but I cannot any more. Odd thing is that it charges when the system did not load yet. Then, when the load its half way it stops charging. I'm using usbinjectall.kext by the way. Notes: I'm using a vanilla dsdt.aml file (made one for this case, asus z170m-plus does not need dsdt fixes) but does not effect. Tried the HighCurrent value. Tried the FixUSB value. Tried the Add ClockID. Just for the sake of it swaped XHCI to enable/disabled too. Thanks for any insight. Link to comment Share on other sites More sharing options...
Needy Posted April 9, 2016 Share Posted April 9, 2016 Hey guys, been struggling with this. I changed my both systems to skylake mobos. Somehow, in both cases, I cannot charge my iphone via the Mac wired keyboard. I used to but I cannot any more. Odd thing is that it charges when the system did not load yet. Then, when the load its half way it stops charging. I'm using usbinjectall.kext by the way. Notes: I'm using a vanilla dsdt.aml file (made one for this case, asus z170m-plus does not need dsdt fixes) but does not effect. Tried the HighCurrent value. Tried the FixUSB value. Tried the Add ClockID. Just for the sake of it swaped XHCI to enable/disabled too. Thanks for any insight. It would be nice to see the boot log and the config. Tip: remove the serial number & the mlb before sharing it publicly. Just to clarify, you're trying to charge your phone via a keyboard? Best regards. ? Link to comment Share on other sites More sharing options...
anibalin Posted April 9, 2016 Share Posted April 9, 2016 It would be nice to see the boot log and the config. Tip: remove the serial number & the mlb before sharing it publicly. Just to clarify, you're trying to charge your phone via a keyboard? Best regards. Exactly. The iphone is plugged to the keyboard. 0:100 0:100 MemLog inited, TSC freq: 4008557250 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 9.4.2016, 20:5:11 (GMT+2047) 0:100 0:000 Starting Clover rev 3388 on American Megatrends EFI 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,7D36F89B-586C-431F-83CD-D892080B86B3,0x28,0x64000) @CBB56818 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Total Memory Slots Count = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 DIMM_A1 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 DIMM_A2 0:100 0:000 Type 17 Index = 2 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 2 DIMM_B1 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 DIMM_B2 0:100 0:000 Boot status=0 0:100 0:000 Clover revision: 3388 running on System Product Name 0:100 0:000 ... with board Z170M-PLUS 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: 24003336 0:100 0:000 MSR 0xE2 before patch 1E000000 0:100 0:000 MSR 0xE4 00031814 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 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: 40/40/40/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) : 10DE 1187 class=030000 0:100 0:000 Found NVidia model=EVGA GeForce GTX 760 0:100 0:000 PCI (00|01:00.01) : 10DE 0E0A class=040300 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: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=F7100000 0:100 0:000 Clover load options size = 0 bytes 0:106 0:005 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:106 0:000 EFI\CLOVER\config.plist loaded: Success 0:107 0:001 Found theme directory: bootcamp 0:108 0:000 Found theme directory: embedded 0:108 0:000 Found theme directory: random 0:108 0:000 Loading early settings 0:108 0:000 timeout set to 2 0:108 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:108 0:000 KextsToPatch: 6 requested 0:108 0:000 KextsToPatch 0: AppleGraphicsDevicePolicy (AppleGraphicsDevicePolicy (board-id) Patch (c) Pike R. Alpha) Kext bin patch, data len: 8 0:108 0:000 KextsToPatch 1: AppleUSBXHCIPCI (change 15 port limit to 30) Kext bin patch, data len: 7 0:108 0:000 KextsToPatch 2: AppleHDA (t1-10.9-10.11-AppleHDA/Realtek ALC887) Kext bin patch, data len: 4 0:108 0:000 KextsToPatch 3: AppleHDA (t1-AppleHDA/Resources/xml>zml) Kext bin patch, data len: 6 0:108 0:000 KextsToPatch 4: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8 0:108 0:000 KextsToPatch 5: AppleHDA (t1-10.11-AppleHDA/Realtek ALC...) Kext bin patch, data len: 4 0:108 0:000 Default theme: embedded 0:108 0:000 Hiding entries with string BOOTX64.EFI 0:108 0:000 Hiding entries with string Windows 0:108 0:000 LoadDrivers() start 0:108 0:000 Loading FSInject-64.efi status=Success 0:110 0:001 Loading HFSPlus.efi status=Success 0:110 0:000 - driver needs connecting 0:110 0:000 Loading OsxAptioFix2Drv-64.efi status=Success 0:110 0:000 Loading OsxFatBinaryDrv-64.efi status=Success 0:110 0:000 1 drivers needs connecting ... 0:110 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:110 0:000 HFS+ driver loaded 0:110 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:299 0:188 LoadDrivers() end 0:299 0:000 Dump SMC keys from NVRAM: 0:306 0:007 SetMaxResolution: found best mode 0: 2560x1080 0:321 0:015 Video mode change to mode #0: Success 0:321 0:000 - set 0:321 0:000 Console modes reported: 4, available modes: 0:321 0:000 Mode 1: 80x25 (current mode) 0:321 0:000 Mode 2: 80x50 0:321 0:000 Mode 3: 100x31 0:321 0:000 Mode 4: 320x56 0:321 0:000 SetScreenResolution: 2560x1080 - already set 0:321 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,7D36F89B-586C-431F-83CD-D892080B86B3,0x28,0x64000) 0:322 0:000 ScanSPD() start 0:322 0:000 SMBus CmdReg: 0x3 0:322 0:000 Scanning SMBus [8086:A123], mmio: 0xF714A004, ioport: 0xF000, hostc: 0x11 0:322 0:000 Slots to scan [8]... 0:349 0:027 SPD[0]: Type 12 @0x50 0:350 0:000 Sorry, DDR4 is not fully implemented! Use settings in config.plist 0:350 0:000 DDR speed 3200MHz 0:350 0:000 Slot: 0 Type 26 4096MB 3200MHz Vendor=NoName PartNo= SerialNo=0200020B000C020B 0:392 0:042 ScanSPD() end 0:392 0:000 Get Acpi Tables List from RSDT: 0:392 0:000 Found table: FACP A M I len=132 0:392 0:000 Found table: APIC A M I len=188 0:392 0:000 Found table: FPDT A M I len=68 0:392 0:000 Found table: FIDT A M I len=156 0:392 0:000 Found table: MCFG A M I len=60 0:392 0:000 Found table: HPET A M I len=56 0:392 0:000 Found table: SSDT SataTabl len=877 0:392 0:000 Found table: LPIT SKL len=148 0:392 0:000 Found table: SSDT sensrhub len=584 0:392 0:000 Found table: SSDT PtidDevc len=11182 0:392 0:000 Found table: SSDT Ther_Rvp len=3315 0:392 0:000 Found table: DBGP len=52 0:392 0:000 Found table: DBG2 len=84 0:392 0:000 Found table: SSDT xh_rvp08 len=1797 0:392 0:000 Found table: SSDT SaSsdt len=21226 0:392 0:000 Found table: UEFI len=66 0:392 0:000 Found table: SSDT CpuSsdt len=3672 0:392 0:000 Found table: DMAR SKL len=112 0:392 0:000 Calibrated TSC frequency =4008557250 =4008MHz 0:392 0:000 Loading main settings 0:392 0:000 USB FixOwnership: true 0:392 0:000 Dropping 3 tables 0:392 0:000 Drop table 0 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043) 0:392 0:000 set table: 54445353, 74734930757043 to drop: 0:392 0:000 Drop table 1 signature="DMAR" (52414D44) 0:392 0:000 set table: 52414D44, 0 to drop: true 0:392 0:000 0:392 0:000 Drop table 2 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043) 0:392 0:000 set table: 54445353, 6D50757043 to drop: 0:392 0:000 Config set Fixes will override FixMask mask! 0:392 0:000 final mask=93EE0000 0:392 0:000 PatchesDSDT: 4 requested 0:392 0:000 DSDT bin patch #0 lenToFind=4 lenToReplace=4 0:392 0:000 DSDT bin patch #1 lenToFind=4 lenToReplace=4 0:392 0:000 DSDT bin patch #2 lenToFind=4 lenToReplace=4 0:392 0:000 DSDT bin patch #3 lenToFind=4 lenToReplace=4 0:392 0:000 Config set EnableC6: + 0:392 0:000 Config set ChassisType=0xD 0:392 0:000 found 10 volumes with blockIO 0:392 0:000 0. Volume: 0:392 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0) 0:394 0:001 1. Volume: 0:394 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,7D36F89B-586C-431F-83CD-D892080B86B3,0x28,0x64000) 0:394 0:000 Result of bootcode detection: bootable unknown (legacy) 0:394 0:000 This is SelfVolume !! 0:394 0:000 2. Volume: 0:394 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,704EA2A8-A948-41D3-A226-39F19744607E,0x64028,0x1CFEBA00) 0:395 0:000 3. Volume: 0:395 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,FAE8CEFF-C997-4631-817B-DFB583B03BA7,0x1D08FA28,0x135F20) 0:396 0:000 4. Volume: 0:396 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x4,0xFFFF,0x0) 0:396 0:000 5. Volume: 0:396 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x4,0xFFFF,0x0)\HD(1,GPT,E51FCD3F-19D2-40DA-9BB3-6322C01E6594,0x28,0x64000) 0:397 0:000 Result of bootcode detection: bootable unknown (legacy) 0:406 0:008 6. Volume: 0:406 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x4,0xFFFF,0x0)\HD(2,GPT,862D8259-478B-4385-A155-54B844406FE3,0x64028,0xE8D64860) 0:406 0:000 7. Volume: 0:406 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x5,0xFFFF,0x0) 0:407 0:000 Result of bootcode detection: bootable unknown (legacy) 0:407 0:000 8. Volume: 0:407 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,6208E448-E5ED-4A86-99DE-96815489B31E,0x28,0x64000) 0:408 0:000 Result of bootcode detection: bootable unknown (legacy) 0:420 0:012 9. Volume: 0:420 0:000 PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x5,0xFFFF,0x0)\HD(2,GPT,7679E440-D6C6-40E3-8B50-D3C9C0735466,0x64028,0x4A7B4260) 0:421 0:000 using embedded theme 0:421 0:000 Choosing theme <null string> 0:421 0:000 found boot-args in NVRAM:nvda_drv=1, size=11 0:421 0:000 ...found arg:nvda_drv=1 0:421 0:000 Custom entries start 0:421 0:000 Custom entries finish 0:421 0:000 Scanning loaders... 0:421 0:000 0: 'Whole Disc Boot' no file system 0:421 0:000 1: 'EFI' 0:424 0:002 2: 'Macintosh HD 256' 0:428 0:003 AddLoaderEntry for Volume Name=Macintosh HD 256 0:431 0:003 Check if volume Is Hibernated: 0:431 0:000 Check sleep image 'by signature': 0:435 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:435 0:000 SleepImage name from pref: ImageVolume = 'Macintosh HD 256', ImageName = '\private\var\vm\sleepimage' 0:439 0:003 Reading first 512 bytes of sleepimage ... 0:440 0:000 OurBlockIoRead: Lba=517E498, Offset=A2FC93000 (BlockSize=512) 0:440 0:000 sig lion: 73696D65 0:440 0:000 sig snow: 0 0:440 0:000 got sleep image offset 0:440 0:000 Reading completed -> Success 0:440 0:000 sleepimage offset acquired successfully: A2FC93000 0:440 0:000 gSleepTime: 1447019944 0:440 0:000 HFS+ volume modifyDate: 1460232298 0:440 0:000 image older then volume: 13212354 sec 0:440 0:000 image too old 0:440 0:000 hibernated: no - time 0:499 0:058 3: 'Recovery HD' 0:501 0:002 AddLoaderEntry for Volume Name=Recovery HD 0:502 0:000 Check if volume Is Hibernated: 0:502 0:000 Check sleep image 'by signature': 0:502 0:000 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 0:502 0:000 using default sleep image name = \private\var\vm\sleepimage 0:502 0:000 sleepimage not found -> Not Found 0:502 0:000 hibernated: no - sign 0:503 0:000 AddLoaderEntry for Volume Name=Recovery HD 0:504 0:001 4: 'Whole Disc Boot' no file system 0:504 0:000 5: 'EFI' 0:504 0:000 6: '2tb_tm' 0:505 0:000 7: 'Whole Disc Boot' no file system 0:505 0:000 8: 'EFI' 0:505 0:000 9: 'dump' 0:506 0:000 Custom legacy start 0:506 0:000 Custom legacy end 0:506 0:000 Scanning legacy ... 0:506 0:000 0: 'Whole Disc Boot' (legacy) not legacy 0:506 0:000 1: 'EFI' (legacy) not legacy 0:506 0:000 2: 'Macintosh HD 256' (legacy) not legacy 0:506 0:000 3: 'Recovery HD' (legacy) not legacy 0:506 0:000 4: 'Whole Disc Boot' (legacy) not legacy 0:506 0:000 5: 'EFI' (legacy) not legacy 0:506 0:000 6: '2tb_tm' (legacy) not legacy 0:506 0:000 7: 'Whole Disc Boot' (legacy) not legacy 0:506 0:000 8: 'EFI' (legacy) not legacy 0:506 0:000 9: 'dump' (legacy) not legacy 0:506 0:000 Custom tool start 0:506 0:000 Custom tool end 0:506 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi 0:506 0:000 Checking EFI partition Volume 1 for Clover 0:506 0:000 Found Clover 0:507 0:000 Checking EFI partition Volume 5 for Clover 0:507 0:000 Checking EFI partition Volume 8 for Clover 0:507 0:000 GetEfiBootDeviceFromNvram: 0:507 0:000 efi-boot-device-data: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,704EA2A8-A948-41D3-A226-39F19744607E,0x64028,0x1CFEBA00) 0:507 0:000 Volume: 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,704EA2A8-A948-41D3-A226-39F19744607E,0x64028,0x1CFEBA00)' 0:507 0:000 LoaderPath: '<null string>' 0:507 0:000 Guid = 704EA2A8-A948-41D3-A226-39F19744607E 0:507 0:000 volume: partition = PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,704EA2A8-A948-41D3-A226-39F19744607E,0x64028,0x1CFEBA00) 0:507 0:000 searching for that partition 0:507 0:000 found entry 0. 'Boot Mac OS X from Macintosh HD 256', Volume 'Macintosh HD 256' 0:507 0:000 Boot redirected to Entry 0. 'Boot Mac OS X from Macintosh HD 256' 0:507 0:000 DefaultIndex=0 and MainMenu.EntryCount=9 0:519 0:011 Found Mouse device: 0:519 0:000 GUI ready 5:126 4:606 StartLoader() start 5:126 0:000 Entry->Settings: <null string> 5:126 0:000 Finally: Bus=100213kHz CPU=4009MHz 5:126 0:000 Kernel and Kext Patches at C76D1D38: 5:126 0:000 Allowed: y 5:126 0:000 Debug: n 5:126 0:000 KernelCpu: n 5:126 0:000 Lapic: n 5:126 0:000 Haswell-E: n 5:126 0:000 AICPUPM: y 5:126 0:000 AppleRTC: y 5:126 0:000 KernelPm: n 5:126 0:000 FakeCPUID: 0x0 5:126 0:000 ATIController: null 5:126 0:000 ATIDataLength: 0 5:126 0:000 0 Kexts to load 5:126 0:000 6 Kexts to patch 5:126 0:000 KextPatch[0]: 8 bytes, AppleGraphicsDevicePolicy 5:126 0:000 KextPatch[1]: 7 bytes, AppleUSBXHCIPCI 5:126 0:000 KextPatch[2]: 4 bytes, AppleHDA 5:126 0:000 KextPatch[3]: 6 bytes, AppleHDA 5:126 0:000 KextPatch[4]: 8 bytes, AppleAHCIPort 5:126 0:000 KextPatch[5]: 4 bytes, AppleHDA 5:126 0:000 Loading boot.efi status=Success 5:142 0:015 GetOSVersion: : 10.11.4 5:142 0:000 insert table 9 for dev 0:0 5:142 0:000 insert table 9 for dev 0:1 5:142 0:000 insert table 9 for dev 1F:6 5:142 0:000 Channels: 1 5:142 0:000 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 5:142 0:000 SMBIOS Type 17 Index = 0 => 0 0: 5:142 0:000 BANK0 DIMM0 3200MHz 4096MB 5:142 0:000 mTotalSystemMemory = 4096 5:142 0:000 SMBIOS Type 17 Index = 1 => 1 1: 5:142 0:000 BANK0 DIMM1 EMPTY 5:142 0:000 SMBIOS Type 17 Index = 2 => 2 2: 5:142 0:000 BANK0 DIMM2 EMPTY 5:142 0:000 SMBIOS Type 17 Index = 3 => 3 3: 5:142 0:000 BANK0 DIMM3 EMPTY 5:142 0:000 NumberOfMemoryDevices = 4 5:142 0:000 Table 131 is present, CPUType=10 5:142 0:000 Change to: 705 5:142 0:000 RSDT 0xCF35E028 5:142 0:000 FADT from RSDT: 0xCF35E160 5:142 0:000 XSDT 0xCF35E0A0 5:142 0:000 FADT from XSDT: 0xCF37FBA8 5:142 0:000 Xsdt reallocation done 5:142 0:000 old FADT length=10C 5:142 0:000 Found OperationRegion(GNVS, SystemMemory, CFB55000, ...) 5:142 0:000 Found OperationRegion(CPSB, SystemMemory, CF0FEF18, ...) 5:142 0:000 Found OperationRegion(PNVA, SystemMemory, CFB56C98, ...) 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW1, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW1, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:142 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PREG, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PREG, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PREG, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(GPPX, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(GPPX, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(GPPX, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PDW0, SystemMemory, ...) skipping 5:143 0:000 Found OperationRegion(THBA, SystemMemory, FE200000, ...) 5:143 0:000 Unable to determine address for OperationRegion(THBA, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PCR0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PCR0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PCR1, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PWMR, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(PMST, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(XHCP, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(MC11, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(MC11, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(XDBW, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(XDBD, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(XDW2, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(RPAL, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(EPAC, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(NCRG, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(ICB1, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(ICB1, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(ICB1, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(ICB1, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(BAR0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(BAR0, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(BAR1, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(BAR1, SystemMemory, ...) skipping 5:143 0:000 Found OperationRegion(ITSS, SystemMemory, FDC43100, ...) 5:143 0:000 Unable to determine address for OperationRegion(MBAR, SystemMemory, ...) skipping 5:143 0:000 Unable to determine address for OperationRegion(ACTC, SystemMemory, ...) skipping 5:144 0:000 Found OperationRegion(RAMW, SystemMemory, CFB30018, ...) 5:144 0:000 Found OperationRegion(ABNV, SystemMemory, FFFF0000, ...) 5:144 0:000 Found OperationRegion(TMMB, SystemMemory, FED40000, ...) 5:144 0:000 Found OperationRegion(CRBD, SystemMemory, FED40000, ...) 5:144 0:000 Found OperationRegion(TPMR, SystemMemory, FFFFFFFF, ...) 5:144 0:000 Found OperationRegion(RAMX, SystemMemory, CFB44C18, ...) 5:144 0:000 Found OperationRegion(GPBX, SystemMemory, FDAE0400, ...) 5:144 0:000 Found OperationRegion(GPBB, SystemMemory, FDAF0400, ...) 5:146 0:001 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml 5:148 0:002 Output DSDT before patch to /EFI/CLOVER/ACPI/origin/DSDT-or.aml 5:172 0:024 Apply DsdtFixMask=0x93EE0000 new way 5:172 0:000 drop _DSM mask=0x0000 5:172 0:000 ========= Auto patch DSDT Starting ======== 5:172 0:000 VideoCard devID=0x118710DE 5:172 0:000 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0 5:172 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE 5:173 0:000 Audio HDA (addr:0x1F0003) setting specified layout-id=1 (0x1) 5:173 0:000 patch pattern 45484332 5:173 0:000 bin not found 5:173 0:000 patch pattern 5F4F5349 5:173 0:000 patched at 987B 5:173 0:000 patched at 79A2 5:173 0:000 patched at 3 5:173 0:000 patched at 11 5:173 0:000 patched at 18 5:173 0:000 patched at 1C 5:173 0:000 patched at 1C 5:173 0:000 patched at 1A 5:173 0:000 patched at 18 5:173 0:000 patched at 18 5:173 0:000 patched at 18 5:173 0:000 patched at 18 5:173 0:000 patch pattern 45484331 5:173 0:000 bin not found 5:173 0:000 patch pattern 48444153 5:173 0:000 patched at ABA6 5:173 0:000 patched at 19DD 5:173 0:000 patched at 86 5:173 0:000 patched at D 5:173 0:000 patched at A1 5:173 0:000 patched at 6A 5:173 0:000 first CPU found at 9574 offset 9577 5:173 0:000 score candidate at 9570 5:173 0:000 score inserted in acpi_cpu_score _PR_ 5:173 0:000 Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 within the score: _PR_ 5:174 0:000 Found PCIROOTUID = 0 5:174 0:000 Start RTC Fix 5:174 0:000 found RTC Length not match, Maybe will case CMOS reset will patch it. 5:174 0:000 found RTC had IRQNoFlag will move -3 bytes 5:174 0:000 ...len=21CFC 5:174 0:000 new size written to 20A41 shift=0 len=21CFC 5:174 0:000 len after correct outers 21CFC 5:174 0:000 Start TMR Fix 5:175 0:000 device (IMEI) found at 10072, don't add! 5:175 0:000 Start _WAK Return Fix 5:175 0:000 _WAK Method find return data, don't need to patch. 5:175 0:000 return len=21D07 5:175 0:000 deleting device CRT_ 5:175 0:000 deleting device DVI_ 5:176 0:000 deleting device SPKR 5:176 0:000 deleting device ECP_ 5:177 0:000 deleting device LPT_ 5:177 0:000 deleting device FDC0 5:177 0:000 deleting device ECP1 5:178 0:000 deleting device LPT1 5:178 0:000 Start PNLF Fix 5:178 0:000 found PWRB at 20B5D 5:178 0:000 Start _S3D Fix 5:179 0:000 indirect name=PNVB 5:179 0:000 OperationRegion (THBA...) corrected to addr=0xFE200000 5:179 0:000 indirect name=RAMB 5:179 0:000 indirect name=TPMM 5:179 0:000 indirect name=FTPM 5:179 0:000 indirect name=RAMS 5:179 0:000 Start ADP1 fix 5:179 0:000 no device(AC) exists 5:179 0:000 ========= Auto patch DSDT Finished ======== 5:197 0:018 Drop tables from Xsdt, SIGN=DMAR TableID=SKL Length=112 5:197 0:000 Xsdt has tables count=18 5:197 0:000 Table: DMAR SKL 112 dropped 5:197 0:000 corrected XSDT length=172 5:197 0:000 Patch table: SSDT SataTabl 5:197 0:000 SSDT len = 0x36D 5:197 0:000 patch pattern 45484332 5:197 0:000 bin not found 5:197 0:000 patch pattern 5F4F5349 5:197 0:000 bin not found 5:197 0:000 patch pattern 45484331 5:197 0:000 bin not found 5:197 0:000 patch pattern 48444153 5:197 0:000 bin not found 5:197 0:000 Patch table: SSDT sensrhub 5:197 0:000 SSDT len = 0x248 5:197 0:000 patch pattern 45484332 5:197 0:000 bin not found 5:197 0:000 patch pattern 5F4F5349 5:197 0:000 bin not found 5:197 0:000 patch pattern 45484331 5:197 0:000 bin not found 5:197 0:000 patch pattern 48444153 5:197 0:000 bin not found 5:197 0:000 Patch table: SSDT PtidDevc 5:197 0:000 SSDT len = 0x2BAE 5:197 0:000 patch pattern 45484332 5:197 0:000 bin not found 5:197 0:000 patch pattern 5F4F5349 5:198 0:000 bin not found 5:198 0:000 patch pattern 45484331 5:198 0:000 bin not found 5:198 0:000 patch pattern 48444153 5:198 0:000 bin not found 5:198 0:000 Patch table: SSDT Ther_Rvp 5:198 0:000 SSDT len = 0xCF3 5:198 0:000 patch pattern 45484332 5:198 0:000 bin not found 5:198 0:000 patch pattern 5F4F5349 5:198 0:000 bin not found 5:198 0:000 patch pattern 45484331 5:198 0:000 bin not found 5:198 0:000 patch pattern 48444153 5:198 0:000 bin not found 5:198 0:000 Patch table: SSDT xh_rvp08 5:198 0:000 SSDT len = 0x705 5:198 0:000 patch pattern 45484332 5:198 0:000 bin not found 5:198 0:000 patch pattern 5F4F5349 5:198 0:000 bin not found 5:198 0:000 patch pattern 45484331 5:198 0:000 bin not found 5:198 0:000 patch pattern 48444153 5:198 0:000 bin not found 5:198 0:000 Patch table: SSDT SaSsdt 5:198 0:000 SSDT len = 0x52EA 5:198 0:000 patch pattern 45484332 5:198 0:000 bin not found 5:198 0:000 patch pattern 5F4F5349 5:198 0:000 bin not found 5:198 0:000 patch pattern 45484331 5:198 0:000 bin not found 5:198 0:000 patch pattern 48444153 5:198 0:000 bin not found 5:198 0:000 Patch table: SSDT CpuSsdt 5:198 0:000 SSDT len = 0xE58 5:198 0:000 patch pattern 45484332 5:198 0:000 bin not found 5:198 0:000 patch pattern 5F4F5349 5:198 0:000 bin not found 5:198 0:000 patch pattern 45484331 5:198 0:000 bin not found 5:198 0:000 patch pattern 48444153 5:198 0:000 bin not found 5:198 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 5:198 0:000 Xsdt has tables count=17 5:198 0:000 corrected XSDT length=172 5:198 0:000 Inserting SSDT.aml from EFI\CLOVER\ACPI\patched ... Success 5:198 0:000 CPUBase=0 and ApicCPUBase=1 ApicCPUNum=1 5:198 0:000 Maximum control=0x28 5:198 0:000 Turbo control=0x2A 5:198 0:000 P-States: min 0x8, max 0x2A 5:198 0:000 SSDT with CPU P-States generated successfully 5:198 0:000 SSDT with CPU C-States generated successfully 5:198 0:000 EdidDiscovered size=128 5:198 0:000 00 | 00 FF FF FF FF FF FF 00 1E 6D 6A 5A 01 01 01 01 5:198 0:000 16 | 01 17 01 03 80 3A 18 78 EA 0A 95 A8 54 4C 9E 26 5:198 0:000 32 | 0F 50 54 A5 4B 80 71 4F 81 80 81 C0 A9 C0 B3 00 5:198 0:000 48 | D1 C0 01 01 01 01 CD 46 00 A0 A0 38 1F 40 30 20 5:198 0:000 64 | 3A 00 A5 22 21 00 00 18 02 3A 80 18 71 38 2D 40 5:198 0:000 80 | 58 2C 45 00 A5 22 21 00 00 1E 00 00 00 FC 00 4C 5:198 0:000 96 | 47 20 55 4C 54 52 41 57 49 44 45 0A 00 00 00 FD 5:198 0:000 112 | 00 38 4B 1E 5A 18 00 0A 20 20 20 20 20 20 00 71 5:198 0:000 NVidia GFX injection not set 5:198 0:000 USB Controller [8086:A12F] :: PciRoot(0x0)\Pci(0x14,0x0) 5:199 0:000 RCBA disabled; cannot use it 5:199 0:000 HDA Controller [8086:A170] :: PciRoot(0x0)\Pci(0x1F,0x3) => setting specified layout-id=1 (0x1) 5:199 0:000 LAN Controller [8086:15B8] :: PciRoot(0x0)\Pci(0x1F,0x6) 5:199 0:000 stringlength = 1042 5:199 0:000 CurrentMode: Width=2560 Height=1080 5:199 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: CBB56518 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: CBB56518 5:205 0:006 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 5:206 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 5:208 0:001 Extra kext: EFI\CLOVER\kexts\10.11\AppleLPCInjector.kext 5:209 0:000 Extra kext: EFI\CLOVER\kexts\10.11\FakeSMC.kext 5:211 0:002 Extra kext: EFI\CLOVER\kexts\10.11\realtekALC.kext 5:214 0:002 SetStartupDiskVolume: 5:214 0:000 * Volume: 'Macintosh HD 256' 5:214 0:000 * LoaderPath: '<null string>' 5:214 0:000 * DevPath: Macintosh HD 256 5:214 0:000 * GUID = 704EA2A8-A948-41D3-A226-39F19744607E 5:214 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>704EA2A8-A948-41D3-A226-39F19744607E</string></dict></dict></dict></array> 5:214 0:000 Custom boot is disabled 5:214 0:000 Closing log <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <true/> <key>DropOEM_DSM</key> <false/> <key>Fixes</key> <dict> <key>AddIMEI_80000</key> <true/> <key>AddPNLF_1000000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ADP1_800000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FIX_TMR_40000</key> <true/> <key>FIX_WAK_200000</key> <true/> <key>FixRegions_10000000</key> <true/> <key>NewWay_80000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMg== </data> <key>Replace</key> <data> RUgwMg== </data> </dict> <dict> <key>Comment</key> <string>change _OSI to XOSI</string> <key>Disabled</key> <false/> <key>Find</key> <data> X09TSQ== </data> <key>Replace</key> <data> WE9TSQ== </data> </dict> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict> <dict> <key>Comment</key> <string>Rename HDAS to HDEF</string> <key>Disabled</key> <false/> <key>Find</key> <data> SERBUw== </data> <key>Replace</key> <data> SERFRg== </data> </dict> </array> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> </array> <key>HaltEnabler</key> <true/> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>EnableC6</key> <true/> <key>Generate</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>darkwake=10 nvda_drv=1 kext-dev-mode=1</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>PBR</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>2</integer> <key>XMPDetection</key> <false/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</string> <key>ResetHDA</key> <true/> </dict> <key>FakeID</key> <dict> <key>ATI</key> <string>0x0</string> <key>IMEI</key> <string>0x0</string> <key>IntelGFX</key> <string>0x0</string> <key>LAN</key> <string>0x0</string> <key>NVidia</key> <string>0x0</string> <key>SATA</key> <string>0x0</string> <key>WIFI</key> <string>0x0</string> <key>XHCI</key> <string>0x0</string> </dict> <key>USB</key> <dict> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Hide</key> <array> <string>BOOTX64.EFI</string> <string>Windows</string> </array> <key>Language</key> <string>en:0</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <true/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <true/> <key>Tool</key> <true/> </dict> <key>Theme</key> <string>embedded</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>AppleGraphicsDevicePolicy (board-id) Patch (c) Pike R. Alpha</string> <key>Disabled</key> <false/> <key>Find</key> <data> Ym9hcmQtaWQ= </data> <key>Name</key> <string>AppleGraphicsDevicePolicy</string> <key>Replace</key> <data> Ym9hcmQtaXg= </data> </dict> <dict> <key>Comment</key> <string>change 15 port limit to 30</string> <key>Disabled</key> <false/> <key>Find</key> <data> g72M/v//EA== </data> <key>Name</key> <string>AppleUSBXHCIPCI</string> <key>Replace</key> <data> g72M/v//Hw== </data> </dict> <dict> <key>Comment</key> <string>t1-10.9-10.11-AppleHDA/Realtek ALC887</string> <key>Disabled</key> <false/> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> hwjsEA== </data> </dict> <dict> <key>Comment</key> <string>t1-AppleHDA/Resources/xml>zml</string> <key>Disabled</key> <false/> <key>Find</key> <data> eG1sLnps </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> em1sLnps </data> </dict> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>t1-10.11-AppleHDA/Realtek ALC...</string> <key>Disabled</key> <false/> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x3</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>09/22/2015</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM171.88Z.0105.B00.1509221819</string> <key>Board-ID</key> <string>Mac-hidden</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>iMac17,1</string> <key>ChassisAssetTag</key> <string></string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Memory</key> <dict> <key>Channels</key> <integer>0</integer> </dict> <key>ProductName</key> <string>iMac17,1</string> <key>SerialNumber</key> <string>hidden</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
Needy Posted April 10, 2016 Share Posted April 10, 2016 Exactly. The iphone is plugged to the keyboard. 0:100 0:100 MemLog inited, TSC freq: 4008557250 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 9.4.2016, 20:5:11 (GMT+2047) 0:100 0:000 Starting Clover rev 3388 on American Megatrends EFI 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,7D36F89B-586C-431F-83CD-D892080B86B3,0x28,0x64000) @CBB56818 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Total Memory Slots Count = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 DIMM_A1 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 DIMM_A2 0:100 0:000 Type 17 Index = 2 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 2 DIMM_B1 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 DIMM_B2 0:100 0:000 Boot status=0 0:100 0:000 Clover revision: 3388 running on System Product Name 0:100 0:000 ... with board Z170M-PLUS 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: 24003336 0:100 0:000 MSR 0xE2 before patch 1E000000 0:100 0:000 MSR 0xE4 00031814 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 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: 40/40/40/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 ... First of all, you should configure your memory in the config.plist file. Reason: ddr4 is not fully supported and memory detection may be wrong. What affects your charging problem, you have a lot of enabled patches/fixes. I'd suggest to use minimal, required, patches/fixes until you get a fully working system, you can always add other customisations later. In this way you'll find what causes your problem, as you mentioned that it's charging before booting into the system. If I were you, I'd start with only the fakesmc and the required, system instructions, aka .aml files. In addition, what does your console show when you attempt to charge your phone via the keyboard? Did you try with other devices? For anybody else reading this, if you have spotted a problem I don't see, feel free to correct me. Link to comment Share on other sites More sharing options...
Slice Posted April 11, 2016 Share Posted April 11, 2016 Someone has working DumpUefiCalls.efi? I seems lost something. All my versions just hangs on black screen. I want to see what news with ElCapitan here. PS. It works with legacy boot. The problem with UEFI boot. PPS. Yes, there is a news here. ElCapitan asked for Smbios3 table No, this is an undesirable change in CloverEFI. PPPS. Works with UEFI boot too. Link to comment Share on other sites More sharing options...
joe75 Posted April 12, 2016 Share Posted April 12, 2016 http://www.mediafire.com/download/v0pgu8zptclz86g/DumpUefiCalls-64.efi Link to comment Share on other sites More sharing options...
crusher Posted April 13, 2016 Share Posted April 13, 2016 Can you fix this problem with OsxAptioFixDrv? This is error with with AptioFixDrv: and this is error with AptioFix2Drv: Link to comment Share on other sites More sharing options...
Recommended Posts