Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

Thanks!

 

 

2all, test, please.

attachicon.gifCLOVERX64.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 :blush:

 

you need to remove r3944 version. and maybe should rebuild r3947? and upload 

 

 

have a nice day 

 

wait.. :worried_anim:

Link to comment
Share on other sites

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 :blush:

 

you need to remove r3944 version. and maybe should rebuild r3947? and upload 

 

 

have a nice day 

 

wait.. :worried_anim:

 

 

@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

  • Like 1
Link to comment
Share on other sites

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

@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

@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$

 

post-1181448-0-83833700-1480068653_thumb.png

  • Like 1
Link to comment
Share on other sites

@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

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

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

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

  • Like 1
Link to comment
Share on other sites

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

×
×
  • Create New...