Sherlocks Posted November 24, 2016 Share Posted November 24, 2016 @Slice i finished kext_inject.c. clean up. we can easily find and add in next macos. i will update code when we will get next macos. maybe next year thanks in advance have a nice day kext_inject.c-cleanup.zip Link to comment Share on other sites More sharing options...
Fabio1971 Posted November 24, 2016 Share Posted November 24, 2016 OS El Capitan 10.11.6 clover 3945 Fabio 1 Link to comment Share on other sites More sharing options...
Slice Posted November 24, 2016 Share Posted November 24, 2016 @Slice i finished kext_inject.c. clean up. we can easily find and add in next macos. i will update code when we will get next macos. maybe next year thanks in advance have a nice day Thanks! 2all, test, please. CLOVERX64.efi-3946.zip Link to comment Share on other sites More sharing options...
Sherlocks Posted November 24, 2016 Share Posted November 24, 2016 Thanks! 2all, test, please. CLOVERX64.efi-3946.zip really sorry Slice. I made mistakes that i put large amounts of data to see all at once. really final version. i checked http://www.insanelymac.com/forum/topic/306156-clover-bugissue-report-and-patch/?p=2324153. no more update you need to remove r3944 version. and maybe should rebuild r3947? and upload have a nice day wait.. Link to comment Share on other sites More sharing options...
robE Posted November 24, 2016 Share Posted November 24, 2016 I`ve updated clover to 3944 and now my monitor goes to sleep after boot(after it finishes loading). If i don't use nvidia web drivers, i can boot but no graphics injection at all. Any ideeas? Link to comment Share on other sites More sharing options...
Sherlocks Posted November 24, 2016 Share Posted November 24, 2016 really sorry Slice. I made mistakes that i put large amounts of data to see all at once. really final version. i checked http://www.insanelymac.com/forum/topic/306156-clover-bugissue-report-and-patch/?p=2324153. no more update you need to remove r3944 version. and maybe should rebuild r3947? and upload have a nice day wait.. @Slice some users report macpro6,1 and other model missing platformdata - fixed mavericks kext injection problem - fixed really final. all checked. maybe need to build clover and upload. r3944 cause problem(can't boot) if they set macpro6,1 thank you final fix.zip 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted November 24, 2016 Share Posted November 24, 2016 I`ve updated clover to 3944 and now my monitor goes to sleep after boot(after it finishes loading). If i don't use nvidia web drivers, i can boot but no graphics injection at all. Any ideeas? Wait new build. Dont use r3944.Before release newer clover, use old version. 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
robE Posted November 24, 2016 Share Posted November 24, 2016 I've installed 3923 and works fine, just wanted to report the problem. Thanks! Link to comment Share on other sites More sharing options...
PMheart Posted November 24, 2016 Share Posted November 24, 2016 @Slice i finished kext_inject.c. clean up. we can easily find and add in next macos. i will update code when we will get next macos. maybe next year thanks in advance have a nice day No. This is wrong. For El Capitan we need 2 patches like Sierra. Details: If boot El Capitan ==> KBEECSearch, KBEECReplace && KBEYosSearch, KBEYosReplace. (You are missing KBEYosSearch, KBEYosReplace.) Note: For El the KBEECSearch, KBEECReplace is to bypass SIP, and KBEYosSearch, KBEYosReplace is to modify kext loading path. (Any path instead of /S*/L*/E* || /L*/E* only, i.e. We can load \EFI\CLOVER\kexts\*.) If boot Sierra DP1 ==> KBESieDP1Search, KBESieDP1Replace && KBEYosSearch, KBEYosReplace. (You are missing KBEYosSearch, KBEYosReplace.) Note: Yes. Just KBEECSearch, KBEECReplace and KBESieDP1Search, KBESieDP1Replace are different. If boot Sierra DP2+ ==> KBESieDP1Search, KBESieDP1Replace && KBESieDP2Search, KBESieDP2Replace. (This is right.) Note: We use KBESieDP2Search is to replace KBEYosSearch since KBEYosSearch doesn't exist anymore. Here is what I did for fixing your typo: else if (NumEC == 1) { // PMheart: We should use KBEYos* besides KBEEC*. Num = SearchAndReplace(Kernel, KERNEL_MAX_SIZE, KBEYosSearch, sizeof(KBEYosSearch), KBEYosReplace, 1) + SearchAndReplace(Kernel, KERNEL_MAX_SIZE, KBEECSearch, sizeof(KBEECSearch), KBEECReplace, 1); DBG_RT(Entry, "==> kernel El Capitan: %d replaces done.\n", Num); } else if (NumSie == 1) { // Try KBEYos* && KBESieDP1* if boot Sierra DP1 // Try KBESieDP1* && KBESieDP2* if boot Sierra DP2+ // Fixed by PMheart. Num = SearchAndReplace(Kernel, KERNEL_MAX_SIZE, KBEYosSearch, sizeof(KBEYosSearch), KBEYosReplace, 1) + // Only for Sierra DP1. SearchAndReplace(Kernel, KERNEL_MAX_SIZE, KBESieDP1Search, sizeof(KBESieDP1Search), KBESieDP1Replace, 1) + SearchAndReplace(Kernel, KERNEL_MAX_SIZE, KBESieDP2Search, sizeof(KBESieDP2Search), KBESieDP2Replace, 1); DBG_RT(Entry, "==> kernel Sierra: %d replaces done.\n", Num); } And also check the attachment: Link to comment Share on other sites More sharing options...
PMheart Posted November 24, 2016 Share Posted November 24, 2016 Okay. Here is the cleaned-up version. I used some clearer names. Link to comment Share on other sites More sharing options...
Sherlocks Posted November 25, 2016 Share Posted November 25, 2016 Okay. Here is the cleaned-up version. I used some clearer names. kext_inject.c_clean-up.zip Okay i understand. thanks Link to comment Share on other sites More sharing options...
Sherlocks Posted November 25, 2016 Share Posted November 25, 2016 @Slice, i improved kext_inject.c and fixed el capitan search binary. thanks to PMheart Improve.zip Link to comment Share on other sites More sharing options...
Fljagd Posted November 25, 2016 Share Posted November 25, 2016 @Sherlocks Everything is in orderThank you Last login: Fri Nov 25 09:56:46 on ttys000Mac-Pro-de-Fljagd:~ fljagd$ bdmesg0:100 0:100 MemLog inited, TSC freq: 32999993590:100 0:0000:100 0:000 Now is 25.11.2016, 8:56:11 (GMT)0:100 0:000 Starting Clover revision: 3948 on American Megatrends EFI0:100 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED | -D NO_GRUB_DRIVERS_EMBEDDED -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12.2 | XCODE: 8.1]0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000) @C87700980:100 0:000 SelfDirPath = \EFI\BOOT0:100 0:000 === [ Get Smbios ] ========================================0:100 0:000 Type 16 Index = 00:100 0:000 Total Memory Slots Count = 80:100 0:000 Type 17 Index = 00:100 0:000 SmbiosTable.Type17->Speed = 2666MHz0:100 0:000 SmbiosTable.Type17->Size = 4096MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A10:100 0:000 SmbiosTable.Type17->Vendor = G-Skill0:100 0:000 SmbiosTable.Type17->SerialNumber = 000000000:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:100 0:000 Type 17 Index = 10:100 0:000 SmbiosTable.Type17->Speed = 2666MHz0:100 0:000 SmbiosTable.Type17->Size = 4096MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A20:100 0:000 SmbiosTable.Type17->Vendor = G-Skill0:100 0:000 SmbiosTable.Type17->SerialNumber = 000000000:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:100 0:000 Type 17 Index = 20:100 0:000 SmbiosTable.Type17->Speed = 2666MHz0:100 0:000 SmbiosTable.Type17->Size = 4096MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B10:100 0:000 SmbiosTable.Type17->Vendor = G-Skill0:100 0:000 SmbiosTable.Type17->SerialNumber = 000000000:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:100 0:000 Type 17 Index = 30:100 0:000 SmbiosTable.Type17->Speed = 2666MHz0:100 0:000 SmbiosTable.Type17->Size = 4096MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B20:100 0:000 SmbiosTable.Type17->Vendor = G-Skill0:100 0:000 SmbiosTable.Type17->SerialNumber = 000000000:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:100 0:000 Type 17 Index = 40:100 0:000 Ignoring insane frequency value 0MHz0:100 0:000 SmbiosTable.Type17->Speed = 0MHz0:100 0:000 SmbiosTable.Type17->Size = 0MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C10:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Type 17 Index = 50:100 0:000 Ignoring insane frequency value 0MHz0:100 0:000 SmbiosTable.Type17->Speed = 0MHz0:100 0:000 SmbiosTable.Type17->Size = 0MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C20:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Type 17 Index = 60:100 0:000 Ignoring insane frequency value 0MHz0:100 0:000 SmbiosTable.Type17->Speed = 0MHz0:100 0:000 SmbiosTable.Type17->Size = 0MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D10:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Type 17 Index = 70:100 0:000 Ignoring insane frequency value 0MHz0:100 0:000 SmbiosTable.Type17->Speed = 0MHz0:100 0:000 SmbiosTable.Type17->Size = 0MB0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D20:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Boot status=00:100 0:000 Running on: 'All Series' with board 'X99-A'0:100 0:000 === [ GetCPUProperties ] ==================================0:100 0:000 CPU Vendor = 756E6547 Model=306F20:100 0:000 got cores from CPUID_1 = 00:100 0:000 The CPU supported turbo0:100 0:000 BrandString = Intel® Core i7-5820K CPU @ 3.30GHz0:100 0:000 MSR 0xE2 before patch 000084000:100 0:000 MSR 0xE2 is locked, PM patches will be turned on0:100 0:000 MSR 0xE4 000104140:100 0:000 MSR 0xCE 20080C3B_F38121000:100 0:000 MSR 0x1B0 000000000:100 0:000 FSBFrequency=100MHz DMIvalue=100000kHz0:100 0:000 Corrected FSBFrequency=100MHz0:100 0:000 Vendor/Model/Stepping: 0x756E6547/0x3F/0x20:100 0:000 Family/ExtFamily: 0x6/0x00:100 0:000 MaxDiv/MinDiv: 33.0/120:100 0:000 Turbo: 43/43/43/430:100 0:000 Features: 0xBFEBFBFF0:100 0:000 Threads: 120:100 0:000 Cores: 60:100 0:000 FSB: 100 MHz0:100 0:000 CPU: 3300 MHz0:100 0:000 TSC: 3300 MHz0:100 0:000 PIS: 400 MHz0:100 0:000 === [ GetDevices ] ========================================0:100 0:000 PCI (00|00:03.00) : 8086 2F08 class=0604000:100 0:000 PCI (00|01:00.00) : 1002 679A class=0300000:100 0:000 - GFX: Model=AMD Radeon HD 7950/8950/R9 280 (ATI/AMD)0:100 0:000 - RADEON_BIOS_0_SCRATCH = 0x0000002C0:100 0:000 PCI (00|01:00.01) : 1002 AAA0 class=0403000:100 0:000 - HDMI Audio:0:100 0:000 PCI (00|00:01.00) : 8086 2F02 class=0604000:100 0:000 PCI (00|00:01.01) : 8086 2F03 class=0604000:100 0:000 PCI (00|00:00.00) : 8086 2F00 class=0600000:100 0:000 PCI (00|00:05.00) : 8086 2F28 class=0880000:100 0:000 PCI (00|00:05.01) : 8086 2F29 class=0880000:100 0:000 PCI (00|00:05.02) : 8086 2F2A class=0880000:100 0:000 PCI (00|00:05.04) : 8086 2F2C class=0800200:100 0:000 PCI (00|00:05.06) : FFFF FFFF class=FFFFFF0:100 0:000 PCI (00|00:1F.00) : 8086 8D47 class=0601000:100 0:000 PCI (00|00:1F.02) : 8086 8D02 class=0106010:100 0:000 PCI (00|00:1F.03) : 8086 8D22 class=0C05000:100 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF0:100 0:000 PCI (00|00:11.00) : 8086 8D7C class=FF00000:100 0:000 PCI (00|00:11.04) : 8086 8D62 class=0106010:100 0:000 PCI (00|00:14.00) : 8086 8D31 class=0C03300:100 0:000 PCI (00|00:16.00) : 8086 8D3A class=0780000:100 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF0:100 0:000 PCI (00|00:16.02) : FFFF FFFF class=FFFFFF0:100 0:000 PCI (00|00:16.03) : FFFF FFFF class=FFFFFF0:100 0:000 PCI (00|00:19.00) : 8086 15A1 class=0200000:100 0:000 - LAN: 0 Vendor=Intel0:100 0:000 PCI (00|00:1A.00) : 8086 8D2D class=0C03200:100 0:000 PCI (00|00:1B.00) : 8086 8D20 class=0403000:100 0:000 PCI (00|00:1C.00) : 8086 8D10 class=0604000:100 0:000 PCI (00|00:1C.04) : 8086 8D18 class=0604000:100 0:000 PCI (00|05:00.00) : 1B21 1142 class=0C03300:100 0:000 PCI (00|00:1D.00) : 8086 8D26 class=0C03200:100 0:000 === [ GetDefaultSettings ] ================================0:100 0:000 Clover load options size = 0 bytes0:103 0:002 EFI\CLOVER\config.plist loaded: Success0:103 0:000 === [ GetListOfThemes ] ===================================0:103 0:000 - [00]: christmas - bad theme because theme.plist can't be load0:103 0:000 - [00]: embedded0:104 0:000 - [00]: newyear0:104 0:000 - [01]: random0:104 0:000 === [ Found config plists ] ===============================0:104 0:000 - config.plist0:104 0:000 === [ GetEarlyUserSettings ] ==============================0:104 0:000 timeout set to 20:104 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)0:105 0:000 KextsToPatch: 2 requested0:105 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: data len: 70:105 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: data len: 100:105 0:000 KernelToPatch: 7 requested0:105 0:000 - [00]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 120:105 0:000 - [01]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 110:105 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: MatchOS: 10.12 :: data len: 80:105 0:000 - [03]: _xcpm_pkg_scope_msr © Pike R. Alpha :: MatchOS: 10.12 :: data len: 120:105 0:000 - [04]: _xcpm_core_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 120:105 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: MatchOS: 10.12 :: data len: 80:105 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: MatchOS: 10.12 :: data len: 60:105 0:000 Default theme: blur0:105 0:000 Hiding entries with string Windows0:105 0:000 Hiding entries with string BOOTX64.EFI0:105 0:000 Error in Early settings0: Not Found0:105 0:000 === [ LoadDrivers ] =======================================0:105 0:000 Loading AppleImageCodec-64.efi status=Success0:105 0:000 Loading AppleKeyAggregator-64.efi status=Success0:105 0:000 Loading AppleUITheme-64.efi status=Success0:105 0:000 Loading DataHubDxe-64.efi status=Success0:106 0:001 Loading FirmwareVolume-64.efi status=Success0:106 0:000 Loading FSInject-64.efi status=Success0:107 0:000 Loading HFSPlus.efi status=Success0:107 0:000 - driver needs connecting0:107 0:000 Loading OsxAptioFixDrv-64.efi status=Success0:107 0:000 Loading OsxFatBinaryDrv-64.efi status=Success0:107 0:000 Loading SMCHelper-64.efi status=Success0:107 0:000 1 drivers needs connecting ...0:107 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success0:107 0:000 HFS+ driver loaded0:107 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok0:652 0:545 === [ InitScreen ] ========================================0:652 0:000 SetScreenResolution: 2560x1440 - already set0:653 0:000 Console modes reported: 4, available modes:0:653 0:000 - [01]: 80x25 (current mode)0:653 0:000 - [02]: 80x500:653 0:000 - [03]: 100x310:653 0:000 - [04]: 320x750:653 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000)0:653 0:000 Using embedded font: Success0:653 0:000 === [ GetMacAddress ] =====================================0:653 0:000 MAC address of LAN #0= 30:5A:3A:57:61:82:0:653 0:000 === [ ScanSPD ] ===========================================0:653 0:000 SMBus device : 8086 8D22 class=0C0500 status=Success0:653 0:000 SMBus CmdReg: 0x10:653 0:000 Scanning SMBus [8086:8D22], mmio: 0xFBF3C004, ioport: 0x580, hostc: 0x10:653 0:000 Slots to scan [8]...0:655 0:001 === [ GetAcpiTablesList ] =================================0:655 0:000 Get Acpi Tables List from RSDT:0:655 0:000 - [00]: FACP A M I len=1320:655 0:000 - [01]: APIC A M I len=2560:655 0:000 - [02]: FPDT A M I len=680:655 0:000 - [03]: FIDT A M I len=1560:655 0:000 - [04]: MCFG A M I len=600:655 0:000 - [05]: ASF! HCG len=1600:655 0:000 - [06]: SSDT SataTabl len=8770:655 0:000 - [07]: UEFI A M I len=660:655 0:000 - [08]: HPET A M I len=560:655 0:000 - [09]: MSCT A M I len=1440:655 0:000 - [10]: SLIT A M I len=450:655 0:000 - [11]: SRAT A M I len=44400:655 0:000 - [12]: WDDT A M I len=640:655 0:000 - [13]: SSDT PmMgt len=851470:655 0:000 - [14]: VFCT A M I len=656680:655 0:000 - [15]: BGRT A M I len=560:655 0:000 Calibrated TSC frequency =3299999359 =3299MHz0:656 0:000 === [ GetUserSettings ] ===================================0:656 0:000 Injected EFIString of length 00:656 0:000 USB FixOwnership: yes0:656 0:000 - final DSDT Fix mask=000000000:656 0:000 QPI: 100MHz0:658 0:002 === [ ScanVolumes ] =======================================0:658 0:000 Found 13 volumes with blockIO0:658 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)0:659 0:001 - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)0:660 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)0:660 0:000 Found optical drive0:660 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000)0:660 0:000 Result of bootcode detection: bootable unknown (legacy)0:660 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,F9EB2C88-4756-4B60-B231-6CDC92DABA9E,0x64028,0x1BD8A540)0:661 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,69789CCA-F8B6-4C40-AE30-89A595B6863B,0x1BDEE568,0x135F20)0:662 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000)0:662 0:000 Result of bootcode detection: bootable unknown (legacy)0:662 0:000 This is SelfVolume !!0:662 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)0:663 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,27798B1C-2997-452F-A8F6-31FC9B5A44BD,0xDE5EC68,0x135F20)0:663 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)0:664 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,B1650157-FE7D-492F-AC4C-7B333B79F801,0x28,0x64000)0:664 0:000 Result of bootcode detection: bootable unknown (legacy)0:683 0:018 - [11]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,9128246A-7393-40AC-BB96-75465F7DE11D,0x64028,0xA30723F8)0:683 0:000 - [12]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,63C4321E-4CF1-4831-93BC-0B8AC34F5751,0xA3116420,0x45CB2468)0:684 0:000 === [ InitTheme ] =========================================0:684 0:000 GlobalConfig: theme.plist not found, get random theme newyear0:684 0:000 Using theme 'newyear' (EFI\CLOVER\themes\newyear)0:684 0:000 OS main and drive as badge0:685 0:001 Loading font from ThemeDir: Success0:686 0:000 Choosing theme newyear0:686 0:000 after NVRAM boot-args=darkwake=0 npci=0x20000:686 0:000 === [ Dump SMC keys from NVRAM ] ==========================0:686 0:000 found AppleSMC protocol0:687 0:001 fakesmc-key-#KEY-ui32:00 00 00 160:688 0:000 fakesmc-key-$Adr-ui32:00 00 03 000:688 0:000 fakesmc-key-$Num-ui8 :010:688 0:000 fakesmc-key-RMde-char:410:688 0:000 fakesmc-key-RPlt-ch8*:6A 39 30 00 00 00 00 000:689 0:000 fakesmc-key-RBr -ch8*:6A 39 30 00 00 00 00 000:689 0:000 fakesmc-key-EPCI-ui32:06 F0 F0 000:689 0:000 fakesmc-key-REV -ch8*:02 20 0F 00 00 180:689 0:000 fakesmc-key-BEMB-flag:000:689 0:000 fakesmc-key-BATP-flag:000:690 0:000 fakesmc-key-BNum-ui8 :000:690 0:000 fakesmc-key-MSTc-ui8 :000:690 0:000 fakesmc-key-MSAc-ui16:00 000:690 0:000 fakesmc-key-MSLD-ui8 :000:690 0:000 fakesmc-key-MSWr-ui8 :190:691 0:000 fakesmc-key-MSPS-ui16:00 030:691 0:000 fakesmc-key-$Num-ui8:010:692 0:000 fakesmc-key-BNum-ui8:000:692 0:000 fakesmc-key-MSTc-ui8:000:692 0:000 fakesmc-key-MSLD-ui8:000:692 0:000 fakesmc-key-MSWr-ui8:190:693 0:000 fakesmc-key-MSFW-ui8:01 000:695 0:002 === [ ScanLoader ] ========================================0:695 0:000 - [03]: 'EFI'0:701 0:006 - [04]: 'El Capitan'0:704 0:002 AddLoaderEntry for Volume Name=El Capitan0:707 0:002 Check if volume Is Hibernated:0:707 0:000 Check sleep image 'by signature':0:712 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success0:712 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage'0:713 0:001 Reading first 512 bytes of sleepimage ...0:714 0:000 OurBlockIoRead: Lba=13624048, Offset=26C4809000 (BlockSize=512)0:714 0:000 sig lion: 00:714 0:000 sig snow: 00:714 0:000 no valid sleep image offset was found0:714 0:000 Reading completed -> Success0:714 0:000 sleepimage offset could not be acquired0:714 0:000 hibernated: no - sign0:718 0:004 - [05]: 'Recovery HD'0:719 0:000 AddLoaderEntry for Volume Name=Recovery HD0:723 0:003 - [06]: 'EFI'0:725 0:002 - [07]: 'Sierra'0:727 0:001 AddLoaderEntry for Volume Name=Sierra0:730 0:003 Check if volume Is Hibernated:0:730 0:000 Check sleep image 'by signature':0:736 0:005 read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success0:736 0:000 using default sleep image name = \private\var\vm\sleepimage0:738 0:002 Reading first 512 bytes of sleepimage ...0:739 0:000 OurBlockIoRead: Lba=8964318, Offset=112C863000 (BlockSize=512)0:739 0:000 sig lion: 00:739 0:000 sig snow: 00:739 0:000 no valid sleep image offset was found0:739 0:000 Reading completed -> Success0:739 0:000 sleepimage offset could not be acquired0:739 0:000 hibernated: no - sign0:742 0:003 - [08]: 'Recovery HD'0:743 0:000 AddLoaderEntry for Volume Name=Recovery HD0:746 0:003 - [10]: 'EFI'0:750 0:003 - [11]: 'Stockage'0:753 0:002 - [12]: 'Time Machine'0:757 0:003 Scanning legacy ...0:757 0:000 0: 'Whole Disc Boot' (legacy) not legacy0:757 0:000 1: 'Whole Disc Boot' (legacy) not legacy0:757 0:000 2: 'Whole Disc Boot' (legacy) not legacy0:757 0:000 3: 'EFI' (legacy) not legacy0:757 0:000 4: 'El Capitan' (legacy) not legacy0:757 0:000 5: 'Recovery HD' (legacy) not legacy0:757 0:000 6: 'EFI' (legacy) not legacy0:757 0:000 7: 'Sierra' (legacy) not legacy0:757 0:000 8: 'Recovery HD' (legacy) not legacy0:757 0:000 9: 'Whole Disc Boot' (legacy) not legacy0:757 0:000 10: 'EFI' (legacy) not legacy0:757 0:000 11: 'Stockage' (legacy) not legacy0:757 0:000 12: 'Time Machine' (legacy) not legacy0:757 0:000 === [ AddCustomTool ] =====================================0:757 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi0:757 0:000 Checking EFI partition Volume 3 for Clover0:757 0:000 Found Clover0:759 0:001 === [ GetEfiBootDeviceFromNvram ] =========================0:759 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)0:759 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)'0:759 0:000 - LoaderPath: ''0:759 0:000 - Guid = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A0:759 0:000 === [ FindStartupDiskVolume ] =============================0:759 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)0:759 0:000 - searching for that partition0:759 0:000 - found entry 2. 'Boot macOS from Sierra', Volume 'Sierra'0:759 0:000 Boot redirected to Entry 2. 'Boot macOS from Sierra'0:759 0:000 DefaultIndex=2 and MainMenu.EntryCount=100:759 0:000 Use anime=elka_1 frames=271:101 0:341 SelectionSmallFileName != NULL1:101 0:000 SelectionBigFileName != NULL1:110 0:009 Found Mouse device:1:112 0:001 GUI ready4:129 3:017 === [ StartLoader ] =======================================4:129 0:000 Finally: Bus=99999kHz CPU=3300MHz4:129 0:000 Loading boot.efi status=Success4:142 0:013 GetOSVersion: 10.12.1 (16B2555)4:142 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM4:142 0:000 Filtering KextPatches:4:142 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed4:142 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed4:142 0:000 Filtering KernelPatches:4:142 0:000 - [00]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 - [01]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 - [03]: _xcpm_pkg_scope_msr © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 - [04]: _xcpm_core_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed4:142 0:000 === [ PatchSmbios ] =======================================4:143 0:000 insert table 9 for dev 0:04:143 0:000 insert table 9 for dev 0:14:143 0:000 insert table 9 for dev 19:04:143 0:000 Trusting SMBIOS...4:143 0:000 Detected alternating SMBIOS channel banks4:143 0:000 Channels: 44:143 0:000 Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 234:143 0:000 partNum=F4-3000C15-4GRR4:143 0:000 SMBIOS Type 17 Index = 0 => 0 0:4:143 0:000 DIMM1 2666MHz 4096MB4:143 0:000 partNum=F4-3000C15-4GRR4:143 0:000 SMBIOS Type 17 Index = 1 => 1 2:4:143 0:000 DIMM2 2666MHz 4096MB4:143 0:000 partNum=F4-3000C15-4GRR4:143 0:000 SMBIOS Type 17 Index = 2 => 2 4:4:143 0:000 DIMM3 2666MHz 4096MB4:143 0:000 partNum=F4-3000C15-4GRR4:143 0:000 SMBIOS Type 17 Index = 3 => 3 6:4:143 0:000 DIMM4 2666MHz 4096MB4:143 0:000 SMBIOS Type 17 Index = 4 => 4 1:4:143 0:000 DIMM5 EMPTY4:143 0:000 SMBIOS Type 17 Index = 5 => 5 3:4:143 0:000 DIMM6 EMPTY4:143 0:000 SMBIOS Type 17 Index = 6 => 6 5:4:143 0:000 DIMM7 EMPTY4:143 0:000 SMBIOS Type 17 Index = 7 => 7 7:4:143 0:000 DIMM8 EMPTY4:143 0:000 mTotalSystemMemory = 163844:143 0:000 NumberOfMemoryDevices = 84:143 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x10004:143 0:000 Type20[1]->End = 0x7FFFFF, Type17[1] = 0x30004:143 0:000 Type20[2]->End = 0xBFFFFF, Type17[2] = 0x60004:143 0:000 Type20[3]->End = 0xFFFFFF, Type17[3] = 0xA0004:143 0:000 Table 131 is present, CPUType=104:143 0:000 Change to: 5074:143 0:000 === [ PatchACPI ] =========================================4:143 0:000 RSDT 0xCB39C0284:143 0:000 FADT from RSDT: 0xCB39C1484:143 0:000 XSDT 0xCB39C0984:143 0:000 FADT from XSDT: 0xCB3D21B84:143 0:000 Xsdt reallocation done4:143 0:000 old FADT length=10C4:143 0:000 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml4:145 0:001 Apply DsdtFixMask=0x00000000 old way4:145 0:000 drop _DSM mask=0x00004:145 0:000 === [ FixBiosDsdt ] =======================================4:145 0:000 VideoCard devID=0x679A10024:145 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x04:145 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE4:145 0:000 USBADR[1] = 0x1A0000 and PCIe = 0xFFFE4:165 0:020 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)4:165 0:000 USBADR[2] = 0x1C0004 and PCIe = 0x04:165 0:000 USBADR[3] = 0x1D0000 and PCIe = 0xFFFE4:165 0:000 first CPU found at 2B23 offset 2B274:165 0:000 device candidate at 2A8F4:165 0:000 device inserted in acpi_cpu_score SCK04:165 0:000 score candidate at 28BC4:165 0:000 score inserted in acpi_cpu_score _SB_SCK04:165 0:000 Found ACPI CPU: CP00 | CP01 | CP02 | CP03 | CP04 | CP05 | CP06 | CP07 | CP08 | CP09 | CP0A | CP0B | CP0C | CP0D | CP0E | CP0F | CP10 | CP11 | CP12 | CP13 | CP14 | CP15 | CP16 | CP17 | CP18 | CP19 | CP1A | CP1B | CP1C | CP1D | CP1E | CP1F , within the score: _SB_SCK04:165 0:000 Found PCIROOTUID = 04:165 0:000 === [ ACPIDropTables ] ====================================4:165 0:000 === [ PatchAllSSDT ] ======================================4:165 0:000 Patch table: SSDT SataTabl4:165 0:000 SSDT len = 0x36D4:165 0:000 Patch table: SSDT PmMgt4:165 0:000 SSDT len = 0x14C9B4:165 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=04:165 0:000 Xsdt has tables count=164:165 0:000 corrected XSDT length=1644:165 0:000 === [ ACPIPatchedAML ] ====================================4:165 0:000 Start: Processing Patched AML(s): Unsorted4:165 0:000 Inserting ssdt.aml from EFI\CLOVER\ACPI\patched ... Success4:166 0:000 End: Processing Patched AML(s)4:166 0:000 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=124:166 0:000 === [ RestSetup macOS ] ===================================4:166 0:000 EdidDiscovered size=1284:166 0:000 000 | 00 FF FF FF FF FF FF 00 05 E34:166 0:000 010 | 77 32 65 01 00 00 23 1A 01 044:166 0:000 020 | B5 47 28 78 3A 91 45 A7 55 4E4:166 0:000 030 | A0 25 0C 50 54 BF EF 00 D1 C04:166 0:000 040 | B3 00 95 00 81 80 81 40 81 C04:166 0:000 050 | 01 01 01 01 56 5E 00 A0 A0 A04:166 0:000 060 | 29 50 30 20 35 00 C4 8F 21 004:166 0:000 070 | 00 1E 00 00 00 FD 00 32 4C 1E4:166 0:000 080 | 63 1E 01 0A 20 20 20 20 20 204:166 0:000 090 | 00 00 00 FC 00 51 33 32 37 374:166 0:000 100 | 0A 20 20 20 20 20 20 20 00 004:166 0:000 110 | 00 FF 00 4C 47 58 47 39 4A 414:166 0:000 120 | 30 30 30 33 35 37 01 9C4:166 0:000 Framebuffer @0xD0000000 MMIO @0xFBE00000 I/O Port @0x0000E000 ROM Addr @0xFBE400004:166 0:000 PCI region 1 = 0x00000000, region3 = 0x00000000, region5 = 0x000000004:166 0:000 BIOS_0_SCRATCH=0x0000002C, 1=0x4058B880, 2=0x00000000, 3=0x00000000, 4=0x00000000, 5=0x00000000, 6=0x000000004:166 0:000 RADEON_CRTC2_GEN_CNTL == 0x000000004:166 0:000 card posted because CONFIG_MEMSIZE=0xC004:166 0:000 ATI card POSTed,4:166 0:000 Set VRAM for Tahiti =3072Mb4:166 0:000 ATI: get_vram_size returned 0xC00000004:166 0:000 ATI Radeon EVERGREEN+ family4:166 0:000 Users config name Aji4:166 0:000 (AtiPorts) Nr of ports set to: 54:166 0:000 ATI Tahiti AMD Radeon HD 7950/8950/R9 280 3072MB (Aji) [1002:679A] (subsys [174B:E208]):: PciRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0)4:166 0:000 setting specified layout-id=1 (0x1)4:166 0:000 stringlength = 62904:166 0:000 CurrentMode: Width=2560 Height=14404:166 0:000 Beginning FSInjectionFSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C8745E18FSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C8745E184:172 0:005 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other4:173 0:000 Extra kext: EFI\CLOVER\kexts\Other\AppleALC.kext4:176 0:003 Extra PlugIn kext: EFI\CLOVER\kexts\Other\AppleALC.kext\Contents\PlugIns\PinConfigs.kext4:178 0:002 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext4:180 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_ACPISensors.kext4:181 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_CPUSensors.kext4:181 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_GPUSensors.kext4:183 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_LPCSensors.kext4:187 0:004 Extra kext: EFI\CLOVER\kexts\Other\IntelMausiEthernet.kext4:189 0:001 Extra kext: EFI\CLOVER\kexts\Other\Shiki.kext4:190 0:001 Extra kext: EFI\CLOVER\kexts\Other\X99_Injector USB 3.kext4:191 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.124:192 0:001 SetStartupDiskVolume:4:192 0:000 * Volume: 'Sierra'4:192 0:000 * LoaderPath: ''4:192 0:000 * DevPath: Sierra4:192 0:000 * GUID = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A4:192 0:000 * efi-boot-device: IOMatchIOProviderClassIOMediaIOPropertyMatchUUIDA9DD86F4-69CE-4B54-86A3-9A2D95BBD68A4:192 0:000 Custom boot is disabledMac-Pro-de-Fljagd:~ fljagd$ 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted November 25, 2016 Share Posted November 25, 2016 @Sherlocks Everything is in order Thank you Last login: Fri Nov 25 09:56:46 on ttys000 Mac-Pro-de-Fljagd:~ fljagd$ bdmesg 0:100 0:100 MemLog inited, TSC freq: 3299999359 0:100 0:000 0:100 0:000 Now is 25.11.2016, 8:56:11 (GMT) 0:100 0:000 Starting Clover revision: 3948 on American Megatrends EFI 0:100 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED | -D NO_GRUB_DRIVERS_EMBEDDED -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12.2 | XCODE: 8.1] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000) @C8770098 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 === [ Get Smbios ] ======================================== 0:100 0:000 Type 16 Index = 0 0:100 0:000 Total Memory Slots Count = 8 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2666MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1 0:100 0:000 SmbiosTable.Type17->Vendor = G-Skill 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 1 0:100 0:000 SmbiosTable.Type17->Speed = 2666MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A2 0:100 0:000 SmbiosTable.Type17->Vendor = G-Skill 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 2 0:100 0:000 SmbiosTable.Type17->Speed = 2666MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B1 0:100 0:000 SmbiosTable.Type17->Vendor = G-Skill 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 3 0:100 0:000 SmbiosTable.Type17->Speed = 2666MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B2 0:100 0:000 SmbiosTable.Type17->Vendor = G-Skill 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 4 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 = NODE 1 DIMM_C1 0:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Type 17 Index = 5 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 = NODE 1 DIMM_C2 0:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Type 17 Index = 6 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 = NODE 1 DIMM_D1 0:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Type 17 Index = 7 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 = NODE 1 DIMM_D2 0:100 0:000 SmbiosTable.Type17->Vendor = 0:100 0:000 SmbiosTable.Type17->SerialNumber = 0:100 0:000 SmbiosTable.Type17->PartNumber = 0:100 0:000 Boot status=0 0:100 0:000 Running on: 'All Series' with board 'X99-A' 0:100 0:000 === [ GetCPUProperties ] ================================== 0:100 0:000 CPU Vendor = 756E6547 Model=306F2 0:100 0:000 got cores from CPUID_1 = 0 0:100 0:000 The CPU supported turbo 0:100 0:000 BrandString = Intel® Core i7-5820K CPU @ 3.30GHz 0:100 0:000 MSR 0xE2 before patch 00008400 0:100 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:100 0:000 MSR 0xE4 00010414 0:100 0:000 MSR 0xCE 20080C3B_F3812100 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/0x3F/0x2 0:100 0:000 Family/ExtFamily: 0x6/0x0 0:100 0:000 MaxDiv/MinDiv: 33.0/12 0:100 0:000 Turbo: 43/43/43/43 0:100 0:000 Features: 0xBFEBFBFF 0:100 0:000 Threads: 12 0:100 0:000 Cores: 6 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 3300 MHz 0:100 0:000 TSC: 3300 MHz 0:100 0:000 PIS: 400 MHz 0:100 0:000 === [ GetDevices ] ======================================== 0:100 0:000 PCI (00|00:03.00) : 8086 2F08 class=060400 0:100 0:000 PCI (00|01:00.00) : 1002 679A class=030000 0:100 0:000 - GFX: Model=AMD Radeon HD 7950/8950/R9 280 (ATI/AMD) 0:100 0:000 - RADEON_BIOS_0_SCRATCH = 0x0000002C 0:100 0:000 PCI (00|01:00.01) : 1002 AAA0 class=040300 0:100 0:000 - HDMI Audio: 0:100 0:000 PCI (00|00:01.00) : 8086 2F02 class=060400 0:100 0:000 PCI (00|00:01.01) : 8086 2F03 class=060400 0:100 0:000 PCI (00|00:00.00) : 8086 2F00 class=060000 0:100 0:000 PCI (00|00:05.00) : 8086 2F28 class=088000 0:100 0:000 PCI (00|00:05.01) : 8086 2F29 class=088000 0:100 0:000 PCI (00|00:05.02) : 8086 2F2A class=088000 0:100 0:000 PCI (00|00:05.04) : 8086 2F2C class=080020 0:100 0:000 PCI (00|00:05.06) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:1F.00) : 8086 8D47 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 8D02 class=010601 0:100 0:000 PCI (00|00:1F.03) : 8086 8D22 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:11.00) : 8086 8D7C class=FF0000 0:100 0:000 PCI (00|00:11.04) : 8086 8D62 class=010601 0:100 0:000 PCI (00|00:14.00) : 8086 8D31 class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 8D3A class=078000 0:100 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:16.02) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:16.03) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:19.00) : 8086 15A1 class=020000 0:100 0:000 - LAN: 0 Vendor=Intel 0:100 0:000 PCI (00|00:1A.00) : 8086 8D2D class=0C0320 0:100 0:000 PCI (00|00:1B.00) : 8086 8D20 class=040300 0:100 0:000 PCI (00|00:1C.00) : 8086 8D10 class=060400 0:100 0:000 PCI (00|00:1C.04) : 8086 8D18 class=060400 0:100 0:000 PCI (00|05:00.00) : 1B21 1142 class=0C0330 0:100 0:000 PCI (00|00:1D.00) : 8086 8D26 class=0C0320 0:100 0:000 === [ GetDefaultSettings ] ================================ 0:100 0:000 Clover load options size = 0 bytes 0:103 0:002 EFI\CLOVER\config.plist loaded: Success 0:103 0:000 === [ GetListOfThemes ] =================================== 0:103 0:000 - [00]: christmas - bad theme because theme.plist can't be load 0:103 0:000 - [00]: embedded 0:104 0:000 - [00]: newyear 0:104 0:000 - [01]: random 0:104 0:000 === [ Found config plists ] =============================== 0:104 0:000 - config.plist 0:104 0:000 === [ GetEarlyUserSettings ] ============================== 0:104 0:000 timeout set to 2 0:104 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:105 0:000 KextsToPatch: 2 requested 0:105 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: data len: 7 0:105 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: data len: 10 0:105 0:000 KernelToPatch: 7 requested 0:105 0:000 - [00]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12 0:105 0:000 - [01]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 11 0:105 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: MatchOS: 10.12 :: data len: 8 0:105 0:000 - [03]: _xcpm_pkg_scope_msr © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12 0:105 0:000 - [04]: _xcpm_core_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12 0:105 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: MatchOS: 10.12 :: data len: 8 0:105 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: MatchOS: 10.12 :: data len: 6 0:105 0:000 Default theme: blur 0:105 0:000 Hiding entries with string Windows 0:105 0:000 Hiding entries with string BOOTX64.EFI 0:105 0:000 Error in Early settings0: Not Found 0:105 0:000 === [ LoadDrivers ] ======================================= 0:105 0:000 Loading AppleImageCodec-64.efi status=Success 0:105 0:000 Loading AppleKeyAggregator-64.efi status=Success 0:105 0:000 Loading AppleUITheme-64.efi status=Success 0:105 0:000 Loading DataHubDxe-64.efi status=Success 0:106 0:001 Loading FirmwareVolume-64.efi status=Success 0:106 0:000 Loading FSInject-64.efi status=Success 0:107 0:000 Loading HFSPlus.efi status=Success 0:107 0:000 - driver needs connecting 0:107 0:000 Loading OsxAptioFixDrv-64.efi status=Success 0:107 0:000 Loading OsxFatBinaryDrv-64.efi status=Success 0:107 0:000 Loading SMCHelper-64.efi status=Success 0:107 0:000 1 drivers needs connecting ... 0:107 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:107 0:000 HFS+ driver loaded 0:107 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:652 0:545 === [ InitScreen ] ======================================== 0:652 0:000 SetScreenResolution: 2560x1440 - already set 0:653 0:000 Console modes reported: 4, available modes: 0:653 0:000 - [01]: 80x25 (current mode) 0:653 0:000 - [02]: 80x50 0:653 0:000 - [03]: 100x31 0:653 0:000 - [04]: 320x75 0:653 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000) 0:653 0:000 Using embedded font: Success 0:653 0:000 === [ GetMacAddress ] ===================================== 0:653 0:000 MAC address of LAN #0= 30:5A:3A:57:61:82: 0:653 0:000 === [ ScanSPD ] =========================================== 0:653 0:000 SMBus device : 8086 8D22 class=0C0500 status=Success 0:653 0:000 SMBus CmdReg: 0x1 0:653 0:000 Scanning SMBus [8086:8D22], mmio: 0xFBF3C004, ioport: 0x580, hostc: 0x1 0:653 0:000 Slots to scan [8]... 0:655 0:001 === [ GetAcpiTablesList ] ================================= 0:655 0:000 Get Acpi Tables List from RSDT: 0:655 0:000 - [00]: FACP A M I len=132 0:655 0:000 - [01]: APIC A M I len=256 0:655 0:000 - [02]: FPDT A M I len=68 0:655 0:000 - [03]: FIDT A M I len=156 0:655 0:000 - [04]: MCFG A M I len=60 0:655 0:000 - [05]: ASF! HCG len=160 0:655 0:000 - [06]: SSDT SataTabl len=877 0:655 0:000 - [07]: UEFI A M I len=66 0:655 0:000 - [08]: HPET A M I len=56 0:655 0:000 - [09]: MSCT A M I len=144 0:655 0:000 - [10]: SLIT A M I len=45 0:655 0:000 - [11]: SRAT A M I len=4440 0:655 0:000 - [12]: WDDT A M I len=64 0:655 0:000 - [13]: SSDT PmMgt len=85147 0:655 0:000 - [14]: VFCT A M I len=65668 0:655 0:000 - [15]: BGRT A M I len=56 0:655 0:000 Calibrated TSC frequency =3299999359 =3299MHz 0:656 0:000 === [ GetUserSettings ] =================================== 0:656 0:000 Injected EFIString of length 0 0:656 0:000 USB FixOwnership: yes 0:656 0:000 - final DSDT Fix mask=00000000 0:656 0:000 QPI: 100MHz 0:658 0:002 === [ ScanVolumes ] ======================================= 0:658 0:000 Found 13 volumes with blockIO 0:658 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0) 0:659 0:001 - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0) 0:660 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0) 0:660 0:000 Found optical drive 0:660 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000) 0:660 0:000 Result of bootcode detection: bootable unknown (legacy) 0:660 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,F9EB2C88-4756-4B60-B231-6CDC92DABA9E,0x64028,0x1BD8A540) 0:661 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,69789CCA-F8B6-4C40-AE30-89A595B6863B,0x1BDEE568,0x135F20) 0:662 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000) 0:662 0:000 Result of bootcode detection: bootable unknown (legacy) 0:662 0:000 This is SelfVolume !! 0:662 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40) 0:663 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,27798B1C-2997-452F-A8F6-31FC9B5A44BD,0xDE5EC68,0x135F20) 0:663 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0) 0:664 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,B1650157-FE7D-492F-AC4C-7B333B79F801,0x28,0x64000) 0:664 0:000 Result of bootcode detection: bootable unknown (legacy) 0:683 0:018 - [11]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,9128246A-7393-40AC-BB96-75465F7DE11D,0x64028,0xA30723F8) 0:683 0:000 - [12]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,63C4321E-4CF1-4831-93BC-0B8AC34F5751,0xA3116420,0x45CB2468) 0:684 0:000 === [ InitTheme ] ========================================= 0:684 0:000 GlobalConfig: theme.plist not found, get random theme newyear 0:684 0:000 Using theme 'newyear' (EFI\CLOVER\themes\newyear) 0:684 0:000 OS main and drive as badge 0:685 0:001 Loading font from ThemeDir: Success 0:686 0:000 Choosing theme newyear 0:686 0:000 after NVRAM boot-args=darkwake=0 npci=0x2000 0:686 0:000 === [ Dump SMC keys from NVRAM ] ========================== 0:686 0:000 found AppleSMC protocol 0:687 0:001 fakesmc-key-#KEY-ui32:00 00 00 16 0:688 0:000 fakesmc-key-$Adr-ui32:00 00 03 00 0:688 0:000 fakesmc-key-$Num-ui8 :01 0:688 0:000 fakesmc-key-RMde-char:41 0:688 0:000 fakesmc-key-RPlt-ch8*:6A 39 30 00 00 00 00 00 0:689 0:000 fakesmc-key-RBr -ch8*:6A 39 30 00 00 00 00 00 0:689 0:000 fakesmc-key-EPCI-ui32:06 F0 F0 00 0:689 0:000 fakesmc-key-REV -ch8*:02 20 0F 00 00 18 0:689 0:000 fakesmc-key-BEMB-flag:00 0:689 0:000 fakesmc-key-BATP-flag:00 0:690 0:000 fakesmc-key-BNum-ui8 :00 0:690 0:000 fakesmc-key-MSTc-ui8 :00 0:690 0:000 fakesmc-key-MSAc-ui16:00 00 0:690 0:000 fakesmc-key-MSLD-ui8 :00 0:690 0:000 fakesmc-key-MSWr-ui8 :19 0:691 0:000 fakesmc-key-MSPS-ui16:00 03 0:691 0:000 fakesmc-key-$Num-ui8:01 0:692 0:000 fakesmc-key-BNum-ui8:00 0:692 0:000 fakesmc-key-MSTc-ui8:00 0:692 0:000 fakesmc-key-MSLD-ui8:00 0:692 0:000 fakesmc-key-MSWr-ui8:19 0:693 0:000 fakesmc-key-MSFW-ui8:01 00 0:695 0:002 === [ ScanLoader ] ======================================== 0:695 0:000 - [03]: 'EFI' 0:701 0:006 - [04]: 'El Capitan' 0:704 0:002 AddLoaderEntry for Volume Name=El Capitan 0:707 0:002 Check if volume Is Hibernated: 0:707 0:000 Check sleep image 'by signature': 0:712 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:712 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage' 0:713 0:001 Reading first 512 bytes of sleepimage ... 0:714 0:000 OurBlockIoRead: Lba=13624048, Offset=26C4809000 (BlockSize=512) 0:714 0:000 sig lion: 0 0:714 0:000 sig snow: 0 0:714 0:000 no valid sleep image offset was found 0:714 0:000 Reading completed -> Success 0:714 0:000 sleepimage offset could not be acquired 0:714 0:000 hibernated: no - sign 0:718 0:004 - [05]: 'Recovery HD' 0:719 0:000 AddLoaderEntry for Volume Name=Recovery HD 0:723 0:003 - [06]: 'EFI' 0:725 0:002 - [07]: 'Sierra' 0:727 0:001 AddLoaderEntry for Volume Name=Sierra 0:730 0:003 Check if volume Is Hibernated: 0:730 0:000 Check sleep image 'by signature': 0:736 0:005 read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success 0:736 0:000 using default sleep image name = \private\var\vm\sleepimage 0:738 0:002 Reading first 512 bytes of sleepimage ... 0:739 0:000 OurBlockIoRead: Lba=8964318, Offset=112C863000 (BlockSize=512) 0:739 0:000 sig lion: 0 0:739 0:000 sig snow: 0 0:739 0:000 no valid sleep image offset was found 0:739 0:000 Reading completed -> Success 0:739 0:000 sleepimage offset could not be acquired 0:739 0:000 hibernated: no - sign 0:742 0:003 - [08]: 'Recovery HD' 0:743 0:000 AddLoaderEntry for Volume Name=Recovery HD 0:746 0:003 - [10]: 'EFI' 0:750 0:003 - [11]: 'Stockage' 0:753 0:002 - [12]: 'Time Machine' 0:757 0:003 Scanning legacy ... 0:757 0:000 0: 'Whole Disc Boot' (legacy) not legacy 0:757 0:000 1: 'Whole Disc Boot' (legacy) not legacy 0:757 0:000 2: 'Whole Disc Boot' (legacy) not legacy 0:757 0:000 3: 'EFI' (legacy) not legacy 0:757 0:000 4: 'El Capitan' (legacy) not legacy 0:757 0:000 5: 'Recovery HD' (legacy) not legacy 0:757 0:000 6: 'EFI' (legacy) not legacy 0:757 0:000 7: 'Sierra' (legacy) not legacy 0:757 0:000 8: 'Recovery HD' (legacy) not legacy 0:757 0:000 9: 'Whole Disc Boot' (legacy) not legacy 0:757 0:000 10: 'EFI' (legacy) not legacy 0:757 0:000 11: 'Stockage' (legacy) not legacy 0:757 0:000 12: 'Time Machine' (legacy) not legacy 0:757 0:000 === [ AddCustomTool ] ===================================== 0:757 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi 0:757 0:000 Checking EFI partition Volume 3 for Clover 0:757 0:000 Found Clover 0:759 0:001 === [ GetEfiBootDeviceFromNvram ] ========================= 0:759 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40) 0:759 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)' 0:759 0:000 - LoaderPath: '' 0:759 0:000 - Guid = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A 0:759 0:000 === [ FindStartupDiskVolume ] ============================= 0:759 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40) 0:759 0:000 - searching for that partition 0:759 0:000 - found entry 2. 'Boot macOS from Sierra', Volume 'Sierra' 0:759 0:000 Boot redirected to Entry 2. 'Boot macOS from Sierra' 0:759 0:000 DefaultIndex=2 and MainMenu.EntryCount=10 0:759 0:000 Use anime=elka_1 frames=27 1:101 0:341 SelectionSmallFileName != NULL 1:101 0:000 SelectionBigFileName != NULL 1:110 0:009 Found Mouse device: 1:112 0:001 GUI ready 4:129 3:017 === [ StartLoader ] ======================================= 4:129 0:000 Finally: Bus=99999kHz CPU=3300MHz 4:129 0:000 Loading boot.efi status=Success 4:142 0:013 GetOSVersion: 10.12.1 (16B2555) 4:142 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM 4:142 0:000 Filtering KextPatches: 4:142 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed 4:142 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed 4:142 0:000 Filtering KernelPatches: 4:142 0:000 - [00]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 - [01]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 - [03]: _xcpm_pkg_scope_msr © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 - [04]: _xcpm_core_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed 4:142 0:000 === [ PatchSmbios ] ======================================= 4:143 0:000 insert table 9 for dev 0:0 4:143 0:000 insert table 9 for dev 0:1 4:143 0:000 insert table 9 for dev 19:0 4:143 0:000 Trusting SMBIOS... 4:143 0:000 Detected alternating SMBIOS channel banks 4:143 0:000 Channels: 4 4:143 0:000 Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 23 4:143 0:000 partNum=F4-3000C15-4GRR 4:143 0:000 SMBIOS Type 17 Index = 0 => 0 0: 4:143 0:000 DIMM1 2666MHz 4096MB 4:143 0:000 partNum=F4-3000C15-4GRR 4:143 0:000 SMBIOS Type 17 Index = 1 => 1 2: 4:143 0:000 DIMM2 2666MHz 4096MB 4:143 0:000 partNum=F4-3000C15-4GRR 4:143 0:000 SMBIOS Type 17 Index = 2 => 2 4: 4:143 0:000 DIMM3 2666MHz 4096MB 4:143 0:000 partNum=F4-3000C15-4GRR 4:143 0:000 SMBIOS Type 17 Index = 3 => 3 6: 4:143 0:000 DIMM4 2666MHz 4096MB 4:143 0:000 SMBIOS Type 17 Index = 4 => 4 1: 4:143 0:000 DIMM5 EMPTY 4:143 0:000 SMBIOS Type 17 Index = 5 => 5 3: 4:143 0:000 DIMM6 EMPTY 4:143 0:000 SMBIOS Type 17 Index = 6 => 6 5: 4:143 0:000 DIMM7 EMPTY 4:143 0:000 SMBIOS Type 17 Index = 7 => 7 7: 4:143 0:000 DIMM8 EMPTY 4:143 0:000 mTotalSystemMemory = 16384 4:143 0:000 NumberOfMemoryDevices = 8 4:143 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000 4:143 0:000 Type20[1]->End = 0x7FFFFF, Type17[1] = 0x3000 4:143 0:000 Type20[2]->End = 0xBFFFFF, Type17[2] = 0x6000 4:143 0:000 Type20[3]->End = 0xFFFFFF, Type17[3] = 0xA000 4:143 0:000 Table 131 is present, CPUType=10 4:143 0:000 Change to: 507 4:143 0:000 === [ PatchACPI ] ========================================= 4:143 0:000 RSDT 0xCB39C028 4:143 0:000 FADT from RSDT: 0xCB39C148 4:143 0:000 XSDT 0xCB39C098 4:143 0:000 FADT from XSDT: 0xCB3D21B8 4:143 0:000 Xsdt reallocation done 4:143 0:000 old FADT length=10C 4:143 0:000 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml 4:145 0:001 Apply DsdtFixMask=0x00000000 old way 4:145 0:000 drop _DSM mask=0x0000 4:145 0:000 === [ FixBiosDsdt ] ======================================= 4:145 0:000 VideoCard devID=0x679A1002 4:145 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0 4:145 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE 4:145 0:000 USBADR[1] = 0x1A0000 and PCIe = 0xFFFE 4:165 0:020 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1) 4:165 0:000 USBADR[2] = 0x1C0004 and PCIe = 0x0 4:165 0:000 USBADR[3] = 0x1D0000 and PCIe = 0xFFFE 4:165 0:000 first CPU found at 2B23 offset 2B27 4:165 0:000 device candidate at 2A8F 4:165 0:000 device inserted in acpi_cpu_score SCK0 4:165 0:000 score candidate at 28BC 4:165 0:000 score inserted in acpi_cpu_score _SB_SCK0 4:165 0:000 Found ACPI CPU: CP00 | CP01 | CP02 | CP03 | CP04 | CP05 | CP06 | CP07 | CP08 | CP09 | CP0A | CP0B | CP0C | CP0D | CP0E | CP0F | CP10 | CP11 | CP12 | CP13 | CP14 | CP15 | CP16 | CP17 | CP18 | CP19 | CP1A | CP1B | CP1C | CP1D | CP1E | CP1F , within the score: _SB_SCK0 4:165 0:000 Found PCIROOTUID = 0 4:165 0:000 === [ ACPIDropTables ] ==================================== 4:165 0:000 === [ PatchAllSSDT ] ====================================== 4:165 0:000 Patch table: SSDT SataTabl 4:165 0:000 SSDT len = 0x36D 4:165 0:000 Patch table: SSDT PmMgt 4:165 0:000 SSDT len = 0x14C9B 4:165 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 4:165 0:000 Xsdt has tables count=16 4:165 0:000 corrected XSDT length=164 4:165 0:000 === [ ACPIPatchedAML ] ==================================== 4:165 0:000 Start: Processing Patched AML(s): Unsorted 4:165 0:000 Inserting ssdt.aml from EFI\CLOVER\ACPI\patched ... Success 4:166 0:000 End: Processing Patched AML(s) 4:166 0:000 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=12 4:166 0:000 === [ RestSetup macOS ] =================================== 4:166 0:000 EdidDiscovered size=128 4:166 0:000 000 | 00 FF FF FF FF FF FF 00 05 E3 4:166 0:000 010 | 77 32 65 01 00 00 23 1A 01 04 4:166 0:000 020 | B5 47 28 78 3A 91 45 A7 55 4E 4:166 0:000 030 | A0 25 0C 50 54 BF EF 00 D1 C0 4:166 0:000 040 | B3 00 95 00 81 80 81 40 81 C0 4:166 0:000 050 | 01 01 01 01 56 5E 00 A0 A0 A0 4:166 0:000 060 | 29 50 30 20 35 00 C4 8F 21 00 4:166 0:000 070 | 00 1E 00 00 00 FD 00 32 4C 1E 4:166 0:000 080 | 63 1E 01 0A 20 20 20 20 20 20 4:166 0:000 090 | 00 00 00 FC 00 51 33 32 37 37 4:166 0:000 100 | 0A 20 20 20 20 20 20 20 00 00 4:166 0:000 110 | 00 FF 00 4C 47 58 47 39 4A 41 4:166 0:000 120 | 30 30 30 33 35 37 01 9C 4:166 0:000 Framebuffer @0xD0000000 MMIO @0xFBE00000 I/O Port @0x0000E000 ROM Addr @0xFBE40000 4:166 0:000 PCI region 1 = 0x00000000, region3 = 0x00000000, region5 = 0x00000000 4:166 0:000 BIOS_0_SCRATCH=0x0000002C, 1=0x4058B880, 2=0x00000000, 3=0x00000000, 4=0x00000000, 5=0x00000000, 6=0x00000000 4:166 0:000 RADEON_CRTC2_GEN_CNTL == 0x00000000 4:166 0:000 card posted because CONFIG_MEMSIZE=0xC00 4:166 0:000 ATI card POSTed, 4:166 0:000 Set VRAM for Tahiti =3072Mb 4:166 0:000 ATI: get_vram_size returned 0xC0000000 4:166 0:000 ATI Radeon EVERGREEN+ family 4:166 0:000 Users config name Aji 4:166 0:000 (AtiPorts) Nr of ports set to: 5 4:166 0:000 ATI Tahiti AMD Radeon HD 7950/8950/R9 280 3072MB (Aji) [1002:679A] (subsys [174B:E208]):: PciRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0) 4:166 0:000 setting specified layout-id=1 (0x1) 4:166 0:000 stringlength = 6290 4:166 0:000 CurrentMode: Width=2560 Height=1440 4:166 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C8745E18 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C8745E18 4:172 0:005 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 4:173 0:000 Extra kext: EFI\CLOVER\kexts\Other\AppleALC.kext 4:176 0:003 Extra PlugIn kext: EFI\CLOVER\kexts\Other\AppleALC.kext\Contents\PlugIns\PinConfigs.kext 4:178 0:002 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext 4:180 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_ACPISensors.kext 4:181 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_CPUSensors.kext 4:181 0:000 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_GPUSensors.kext 4:183 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_LPCSensors.kext 4:187 0:004 Extra kext: EFI\CLOVER\kexts\Other\IntelMausiEthernet.kext 4:189 0:001 Extra kext: EFI\CLOVER\kexts\Other\Shiki.kext 4:190 0:001 Extra kext: EFI\CLOVER\kexts\Other\X99_Injector USB 3.kext 4:191 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12 4:192 0:001 SetStartupDiskVolume: 4:192 0:000 * Volume: 'Sierra' 4:192 0:000 * LoaderPath: '' 4:192 0:000 * DevPath: Sierra 4:192 0:000 * GUID = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A 4:192 0:000 * efi-boot-device: IOMatchIOProviderClassIOMediaIOPropertyMatchUUIDA9DD86F4-69CE-4B54-86A3-9A2D95BBD68A 4:192 0:000 Custom boot is disabled Mac-Pro-de-Fljagd:~ fljagd$ Good log. I see you desktop exactly get EPCI, Rev, other SMC key. Thanks. Have a nice day 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
PMheart Posted November 25, 2016 Share Posted November 25, 2016 Okay i understand. thanks No thanks. LOL 1 Link to comment Share on other sites More sharing options...
Riley Freeman Posted November 25, 2016 Share Posted November 25, 2016 r3948 has broken El Capitan my laptop. In verbose mode it stops at: considerRebuildOfPrelinkedKernel prebuild build has expired Sierra boots fine. Link to comment Share on other sites More sharing options...
Sherlocks Posted November 25, 2016 Share Posted November 25, 2016 r3948 has broken El Capitan my laptop. In verbose mode it stops at: considerRebuildOfPrelinkedKernel prebuild build has expired Sierra boots fine. Can you test now? 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
Riley Freeman Posted November 25, 2016 Share Posted November 25, 2016 Test what? 3948 is the latest revision. I rolled back to 3944 from Sierra for now. Link to comment Share on other sites More sharing options...
PMheart Posted November 25, 2016 Share Posted November 25, 2016 r3948 has broken El Capitan my laptop. In verbose mode it stops at: considerRebuildOfPrelinkedKernel prebuild build has expired Sierra boots fine. May consider rebuilding kernelcache under Sierra for your EC by using? sudo touch /Volumes/$urECVol/System/Library/Extensions sudo kextcache -u /Volumes/$urECVol Link to comment Share on other sites More sharing options...
Sherlocks Posted November 25, 2016 Share Posted November 25, 2016 Test what? 3948 is the latest revision. I rolled back to 3944 from Sierra for now.strange. Okay. i will test el captian. Thank you report 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
Fabio1971 Posted November 25, 2016 Share Posted November 25, 2016 debug.log i find this error 1:211 0:007 Error in Early settings0: Not Found how do I fix? Thanks Fabio Link to comment Share on other sites More sharing options...
artur_pt Posted November 25, 2016 Share Posted November 25, 2016 r3948 has broken El Capitan my laptop. In verbose mode it stops at: considerRebuildOfPrelinkedKernel prebuild build has expired Sierra boots fine. hello true something is broken in kextinjection for el capo good hack Link to comment Share on other sites More sharing options...
Sherlocks Posted November 25, 2016 Share Posted November 25, 2016 hello true something is broken in kextinjection for el capo good hack Fixed now. I had clean code and remove something. Also i tested el capitan too. Wait 나의 LG-F410S 의 Tapatalk에서 보냄 @Slice really sorry. here is el capitan kext injection fix. i made it from r3943. tested el capitan by me. sierra too thanks in advance hello true something is broken in kextinjection for el capo good hack test please r3948-elcapitanfix.zip kext_inject.c-el capitan fixed.zip 1 Link to comment Share on other sites More sharing options...
PMheart Posted November 25, 2016 Share Posted November 25, 2016 Fixed now. I had clean code and remove something. Also i tested el capitan too. Wait 나의 LG-F410S 의 Tapatalk에서 보냄 @Slice really sorry. here is el capitan kext injection fix. i made it from r3943. tested el capitan by me. sierra too thanks in advance test please Hi Sherlocks. I think we should add Sie DP1 patch. (With Yos data.) For those who wanted to install Sierra DP1 for debugging and more. Link to comment Share on other sites More sharing options...
Riley Freeman Posted November 25, 2016 Share Posted November 25, 2016 here is el capitan kext injection fix. i made it from r3943. tested el capitan by me. sierra too thanks in advance That's fixed El Capitan here. I tested Sierra too and it's still ok. 1 Link to comment Share on other sites More sharing options...
Recommended Posts