Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

Do you have also set HWPValue? And what is this value for i7 6700 ?

Thanks

Rev 3879
Skylake support, by goodwin_c.


	<key>CPU</key>
	<dict>
		<key>HWPEnable</key>
		<true/>
	</dict>

 
This variable switches on Intel Speed Shift technology.
Also named Hardware-Controlled Performance States

Present on MacBook9,1

Link to comment
Share on other sites

 

Look here

<key>RtVariables</key>
<dict>
  <key>BooterConfig</key>
  <string>0x2</string>

 

@cecekpawon

 

Thanks, was able to modify BooterConfig from 0x28 to 0x2A... "HiDPI" now appears checked in Clover boot screen > Options > Sys Params > boot_flags, but no other effect—all UI elements rendered at native resolution, not HiDPI. Oh well.

 

What was the intention of that flag, do you know? Linked context didn't seem to have more info on that, just on implementation.

Link to comment
Share on other sites

Nice job Sherlocks it works great :)

 

New version 4003 seems to again break kext patching.

 

right.

 

Slice made a mistake in r3999 commit.

 

now r4000, has v1 code(problem)

 

slice should be update syscl's dellsmbiospatch v2 code.

http://www.insanelymac.com/forum/topic/306156-clover-bugissue-report-and-patch/?p=2363264

 

build is no problem. checked more 

 

thank you for report

it's not big difference.

 

 

@pkdesing

@nekonoko

@Common Sense

 

please test here

 

slice updated edk2 string.c and safestring.c. 

i don't touch anything about edk2 files. 

 

only changed syscl dellsmbios v2 code.

 

Link to comment
Share on other sites

What was the intention of that flag, do you know? Linked context didn't seem to have more info on that, just on implementation.

 

I have poor references about that sorry, except some from xnu/macosxbootloader/chameleon/revoboot which still counfusing. You may want to read what people talk earlier in this thread. Clover appear to have new settings under "BootGraphics". Have you tried it? They store "UIScale" value into nvram like described in this blog.

  • Like 2
Link to comment
Share on other sites

I have poor references about that sorry, except some from xnu/macosxbootloader/chameleon/revoboot which still counfusing. You may want to read what people talk earlier in this thread. Clover appear to have new settings under "BootGraphics". Have you tried it? They store "UIScale" value into nvram like described in this blog.

You understand Chinese?! LOL

  • Like 1
Link to comment
Share on other sites

How can i fix this OsxAptioFix2Drv error while OsxAptioFixDrv works well.

 

Here is my EfiCalls.log.

OsxAptioFix2Drv: Starting overrides for \System\Library\CoreServices\boot.efi
Using reloc block: no, hibernate wake: no 
->GetMemoryMap(0x0/0x13B0, 0, 0x3425, 0x30, 0x1) = Buffer Too Small
->GetMemoryMap(0x14B0/0x690, 338E1018, 0x3426, 0x30, 0x1) = Success
-> AllocatePages(AllocateAddress, BS_code, 0x1, 0x36C2F000/0x36C2F000) = Success
->GetMemoryMap(0x0/0x13B0, 0, 0x3428, 0x30, 0x1) = Buffer Too Small
->GetMemoryMap(0x14B0/0x690, 338E1018, 0x3429, 0x30, 0x1) = Success
-> AllocatePages(AllocateAddress, RT_data, 0x1, 0x36C2E000/0x36C2E000) = Success
->GetMemoryMap(0x0/0x1440, 0, 0x342B, 0x30, 0x1) = Buffer Too Small
->GetMemoryMap(0x1540/0x6C0, 338E1018, 0x342C, 0x30, 0x1) = Success
-> AllocatePages(AllocateAddress, BS_data, 0x200, 0x21BA6000/0x21BA6000) = Success
->HandleProtocol(33A2EB98, gEfiLoadedImageProtocolGuid, 33906C40) = Success
->HandleProtocol(33A2EB98, 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14, 0) = Unsupported
->HandleProtocol(33A2EB98, 107A772C-D5E1-11D4-9A46-0090273FC14D, 0) = Unsupported
->HandleProtocol(33A2EB98, gEfiLoadedImageProtocolGuid, 33906C40) = Success
->GetTime(02/12/2017  09:15, NULL) = Success
->GetVariable(bootercfg-once, gEfiAppleBootGuid, 0/0, 200, 2221DB70) = Not Found
->GetVariable(bootercfg, gEfiAppleBootGuid, 0/7, 2, 2221DB70) = Success
28 00                                     
Link to comment
Share on other sites

Evening folks, from 4006 and up will the fixes below be ok?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>FixAirport_4000</key>
	<true/>
	<key>NewWay_80000000</key>
	<true/>
	<key>FIX_DARWIN_10000</key>
	<true/>
</dict>
</plist>
Link to comment
Share on other sites

Hi,

 

A couple years ago when NVME drives came on the scene there were compatibility issues getting them bootable on older chipsets. So I had a crazy idea to make my Intel 750 bootable on an older non nvme supported motherboard. I noticed that the Clover bootable USB key was able to boot my nvme drive so I wondered what would happen if tha NVMExpress module was converted to an FFS file and inserted into the firmware. Thanks to the guidance of some of the Clover gurus or devs on this thread I was able to use EDK tools to convert the file to an FFS and took a chance knowing full well I could have bricked my mainboard but luckily for me it worked and a new method was devised to allow older hardware to boot newer technology. In anycase some of us modding enthusiasts were wondering what  else could be done to optimize the file for insertion? Personally I lack the know how on how to correct checksums and header information nor what else could be done to optimize the file. So I once again ask the Clover guys responsible for the NVMExpressdxe efi module if they could guide me once again?

 

Thank you.

 

A Fan..

Link to comment
Share on other sites

Hey Guys,

 

just wanna say THANK YOU for the new bootlog. I kinda like the new look, much improvements and way more tidy in the information. I AM REALLY HAPPY WITH THIS... so THX again.

For those, who don't know, what i am talking about... here you have an example of my last bootlog from CLOVER rev. 4011:

 

 

Last login: Fri Feb 17 02:39:09 on ttys000
SIERRA:~ md$ /Users/md/Downloads/bdmesg ; exit;
0:100  0:100  MemLog inited, TSC freq: 4008544940
0:100  0:000  MemLog was calibrated without ACPI PM Timer: ACPI I/O space is not enabled.
0:100  0:000  
0:100  0:000  Now is 17.2.2017,  1:37:43 (GMT)
0:100  0:000  Starting Clover revision: 4011 on American Megatrends EFI
0:100  0:000  Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -t XCODE5 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 9 | OS: 10.12.4 | XCODE: 8.2.1]
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(1,GPT,170ADD3D-B877-4395-875E-A3A6D9F411BD,0x28,0x64000) @34041218
0:100  0:000  SelfDirPath = \EFI\BOOT
0:103  0:003  === [ Get Smbios ] ========================================
0:103  0:000  Type 16 Index = 0
0:103  0:000  Total Memory Slots Count = 4
0:103  0:000  Type 17 Index = 0
0:103  0:000  SmbiosTable.Type17->Speed = 2667MHz
0:103  0:000  SmbiosTable.Type17->Size = 8192MB
0:103  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM1
0:103  0:000  SmbiosTable.Type17->Vendor = Kingston
0:103  0:000  SmbiosTable.Type17->SerialNumber = 16502357
0:103  0:000  SmbiosTable.Type17->PartNumber = KHX2666C15D4/8G     
0:103  0:000  Type 17 Index = 1
0:103  0:000  SmbiosTable.Type17->Speed = 2667MHz
0:103  0:000  SmbiosTable.Type17->Size = 8192MB
0:103  0:000  SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM2
0:103  0:000  SmbiosTable.Type17->Vendor = Kingston
0:103  0:000  SmbiosTable.Type17->SerialNumber = 16502337
0:103  0:000  SmbiosTable.Type17->PartNumber = KHX2666C15D4/8G     
0:103  0:000  Type 17 Index = 2
0:103  0:000  SmbiosTable.Type17->Speed = 2667MHz
0:103  0:000  SmbiosTable.Type17->Size = 8192MB
0:103  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM1
0:103  0:000  SmbiosTable.Type17->Vendor = Kingston
0:103  0:000  SmbiosTable.Type17->SerialNumber = 16068509
0:103  0:000  SmbiosTable.Type17->PartNumber = KHX2666C15D4/8G     
0:103  0:000  Type 17 Index = 3
0:103  0:000  SmbiosTable.Type17->Speed = 2667MHz
0:103  0:000  SmbiosTable.Type17->Size = 8192MB
0:103  0:000  SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM2
0:103  0:000  SmbiosTable.Type17->Vendor = Kingston
0:103  0:000  SmbiosTable.Type17->SerialNumber = 16068423
0:103  0:000  SmbiosTable.Type17->PartNumber = KHX2666C15D4/8G     
0:103  0:000  Boot status=0
0:103  0:000  Running on: 'System Product Name' with board 'MAXIMUS VIII EXTREME'
0:103  0:000  === [ GetCPUProperties ] ==================================
0:103  0:000  CPU Vendor = 756E6547 Model=506E3
0:103  0:000   The CPU supported SSE4.1
0:103  0:000  The CPU supported turbo
0:103  0:000  BrandString = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
0:103  0:000   TSC/CCC Information Leaf:
0:103  0:000    numerator     : 334
0:103  0:000    denominator   : 2
0:103  0:000   Calibrated ARTFrequency: 24003263
0:103  0:000  MSR 0xE2 before patch 00000000
0:103  0:000  MSR 0xE4              00000000
0:103  0:000  MSR 0xCE              00080838_F1012800
0:103  0:000  MSR 0x1A0             00850089
0:103  0:000  non-usable FLEX_RATIO = F0000
0:103  0:000  corrected FLEX_RATIO = E0000
0:103  0:000  MSR 0x1B0             00000000
0:103  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:103  0:000  Corrected FSBFrequency=100MHz
0:103  0:000  Vendor/Model/Stepping: 0x756E6547/0x5E/0x3
0:103  0:000  Family/ExtFamily: 0x6/0x0
0:103  0:000  MaxDiv/MinDiv: 40.0/8
0:103  0:000  Turbo: 42/42/42/42
0:103  0:000  Features: 0xBFEBFBFF
0:103  0:000  Threads: 8
0:103  0:000  Cores: 4
0:103  0:000  FSB: 100 MHz
0:103  0:000  CPU: 4000 MHz
0:103  0:000  TSC: 4000 MHz
0:103  0:000  PIS: 400 MHz
0:103  0:000  === [ GetDevices ] ========================================
0:103  0:000  PCI (00|00:00.00) : 8086 191F class=060000
0:103  0:000  PCI (00|00:01.00) : 8086 1901 class=060400
0:103  0:000  PCI (00|01:00.00) : 1002 67DF class=030000
0:103  0:000   - GFX: Model=AMD Radeon RX480 (ATI/AMD)
0:103  0:000   - RADEON_BIOS_0_SCRATCH = 0xFFFFFFFF
0:103  0:000  PCI (00|01:00.01) : 1002 AAF0 class=040300
0:103  0:000   - HDMI Audio:
0:103  0:000  PCI (00|00:01.01) : 8086 1905 class=060400
0:103  0:000  PCI (00|00:01.02) : 8086 1909 class=060400
0:103  0:000  PCI (00|03:00.00) : 144D A804 class=010802
0:103  0:000  PCI (00|00:02.00) : 8086 1912 class=030000
0:103  0:000   - GFX: Model=Intel HD Graphics 7000 (Intel)
0:103  0:000  PCI (00|00:14.00) : 8086 A12F class=0C0330
0:103  0:000  PCI (00|00:16.00) : 8086 A13A class=078000
0:103  0:000  PCI (00|00:17.00) : 8086 A102 class=010601
0:103  0:000  PCI (00|00:1B.00) : 8086 A167 class=060400
0:103  0:000  PCI (00|04:00.00) : 8086 156D class=060400
0:103  0:000  PCI (00|05:00.00) : 8086 156D class=060400
0:103  0:000  PCI (00|06:00.00) : 8086 156C class=088000
0:103  0:000  PCI (00|05:03.00) : 8086 156D class=060400
0:103  0:000  PCI (00|05:04.00) : 8086 156D class=060400
0:103  0:000  PCI (00|05:05.00) : 8086 156D class=060400
0:103  0:000  PCI (00|3B:00.00) : 8086 156D class=060400
0:103  0:000  PCI (00|3C:00.00) : 8086 156D class=060400
0:103  0:000  PCI (00|3D:00.00) : 8086 1533 class=020000
0:103  0:000   - LAN: 0 Vendor=Intel
0:103  0:000  PCI (00|3C:01.00) : 8086 156D class=060400
0:103  0:000  PCI (00|3E:00.00) : 1B73 1100 class=0C0330
0:103  0:000  PCI (00|3C:02.00) : 8086 156D class=060400
0:103  0:000  PCI (00|3F:00.00) : 1B21 0612 class=010601
0:103  0:000  PCI (00|3C:04.00) : 8086 156D class=060400
0:103  0:000  PCI (00|3C:05.00) : 8086 156D class=060400
0:103  0:000  PCI (00|05:06.00) : 8086 156D class=060400
0:103  0:000  PCI (00|00:1C.00) : 8086 A110 class=060400
0:103  0:000  PCI (00|00:1C.02) : 8086 A112 class=060400
0:103  0:000  PCI (00|70:00.00) : 1B21 1187 class=060400
0:103  0:000  PCI (00|71:01.00) : 1B21 1187 class=060400
0:103  0:000  PCI (00|72:00.00) : DD01 0003 class=048000
0:103  0:000  PCI (00|71:03.00) : 1B21 1187 class=060400
0:103  0:000  PCI (00|71:04.00) : 1B21 1187 class=060400
0:103  0:000  PCI (00|71:05.00) : 1B21 1187 class=060400
0:104  0:000  PCI (00|71:06.00) : 1B21 1187 class=060400
0:104  0:000  PCI (00|71:07.00) : 1B21 1187 class=060400
0:104  0:000  PCI (00|00:1C.04) : 8086 A114 class=060400
0:104  0:000  PCI (00|00:1D.00) : 8086 A118 class=060400
0:104  0:000  PCI (00|79:00.00) : 144D A802 class=010802
0:104  0:000  PCI (00|00:1F.00) : 8086 A145 class=060100
0:104  0:000  PCI (00|00:1F.02) : 8086 A121 class=058000
0:104  0:000  PCI (00|00:1F.04) : 8086 A123 class=0C0500
0:104  0:000  PCI (00|00:1F.06) : 8086 15B8 class=020000
0:104  0:000   - LAN: 1 Vendor=Intel
0:104  0:000  === [ GetDefaultSettings ] ================================
0:104  0:000  Clover load options size = 0 bytes
0:118  0:013  EFI\CLOVER\config.plist loaded: Success
0:118  0:000  === [ GetListOfThemes ] ===================================
0:121  0:003  - [00]: Classic Mac OS
0:128  0:007  - [01]: embedded
0:135  0:007  - [01]: random
0:142  0:007  === [ Found config plists ] ===============================
0:144  0:002  - config_old.plist
0:146  0:002  - config.plist
0:148  0:002  - config_junsai.plist
0:150  0:002  - config_bu.plist
0:151  0:001  === [ GetEarlyUserSettings ] ==============================
0:151  0:000  timeout set to 10
0:151  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:151  0:000  ForceKextsToLoad: 3 requested
0:151  0:000   - [0]: System\Library\Extensions\AMD9510Controller.kext
0:151  0:000   - [1]: System\Library\Extensions\AMDRadeonX4100.kext
0:151  0:000   - [2]: System\Library\Extensions\AppleGraphicsControl.kext\Contents\PlugIns\AppleGraphicsDevicePolicy.kext
0:151  0:000  KextsToPatch: 26 requested
0:151  0:000   - [00]: AppleUSBXHCIPCI (raise port limit for USB to 30) :: BinPatch :: data len: 7
0:151  0:000   - patch disabled at config
0:151  0:000   - [01]: AMD7000Controller (Connectors Patch for Framebuffer JUNSAI for R9 280x) :: BinPatch :: data len: 144
0:151  0:000   - patch disabled at config
0:151  0:000   - [02]: AMD9510Controller (Connectors Patch for Framebuffer ACRE for RX460 NITRO) :: BinPatch :: data len: 72
0:151  0:000   - patch disabled at config
0:151  0:000   - [03]: AMD9510Controller (Connectors Patch for Framebuffer BERBICE for RX460 NITRO) :: BinPatch :: data len: 120
0:151  0:000   - patch disabled at config
0:151  0:000   - [04]: AMD9510Controller (Connectors Patch for Framebuffer BALADI for RX460 NITRO) :: BinPatch :: data len: 144
0:151  0:000   - patch disabled at config
0:151  0:000   - [05]: AMD9510Controller (Connectors Patch for Framebuffer BERBICE for RX480 NITRO) :: BinPatch :: data len: 120
0:151  0:000   - [06]: AMDRadeonX4100 (Change_#_of_RX4x0_CUs-(C)_by_okrasit_2016) :: BinPatch :: data len: 21
0:151  0:000   - [07]: AMDRadeonX4100 (Remove_CU_limit_of_RX4x0-(C)_by_okrasit_2016) :: BinPatch :: data len: 20
0:151  0:000   - [08]: AMDRadeonX4100 (Change_init_from_BAFFIN_to_ELLESMERE-(C)_by_Fl0r!an_2016) :: BinPatch :: data len: 13
0:151  0:000   - patch disabled at config
0:151  0:000   - [09]: AMD9510Controller (PP_DisablePowerContainment=1) :: PlistPatch :: data len: 57
0:151  0:000   - [10]: AppleGraphicsDevicePolicy (AppleGraphicsDevicePolicy) :: PlistPatch :: data len: 55
0:151  0:000   - [11]: IONVMeFamily (NVMe SSD PikePatch#1) :: BinPatch :: data len: 16
0:151  0:000   - [12]: IONVMeFamily (NVMe SSD PikePatch#2) :: BinPatch :: data len: 16
0:151  0:000   - [13]: IONVMeFamily (NVMe SSD PikePatch#3) :: BinPatch :: data len: 16
0:151  0:000   - [14]: IONVMeFamily (NVMe SSD PikePatch#4) :: BinPatch :: data len: 16
0:151  0:000   - [15]: IONVMeFamily (NVMe SSD PikePatch#5) :: BinPatch :: data len: 16
0:151  0:000   - [16]: IONVMeFamily (NVMe SSD PikePatch#6_7) :: BinPatch :: data len: 20
0:151  0:000   - [17]: IONVMeFamily (NVMe SSD PikePatch#8) :: BinPatch :: data len: 16
0:151  0:000   - [18]: IONVMeFamily (NVMe SSD PikePatch#9_10) :: BinPatch :: data len: 44
0:151  0:000   - [19]: IONVMeFamily (NVMe SSD PikePatch#11) :: BinPatch :: data len: 16
0:151  0:000   - [20]: IONVMeFamily (NVMe SSD PikePatch#12) :: BinPatch :: data len: 16
0:151  0:000   - [21]: IONVMeFamily (NVMe SSD PikePatch#13) :: BinPatch :: data len: 16
0:151  0:000   - [22]: IONVMeFamily (NVMe SSD PikePatch#14) :: BinPatch :: data len: 16
0:151  0:000   - [23]: IONVMeFamily (NVMe SSD PikePatch#15) :: BinPatch :: data len: 16
0:151  0:000   - [24]: IONVMeFamily (NVMe SSD PikePatch#16) :: BinPatch :: data len: 16
0:151  0:000   - [25]: IONVMeFamily (NVMe SSD PikePatch#17) :: BinPatch :: data len: 16
0:151  0:000  Default theme: Classic Mac OS
0:151  0:000  === [ LoadDrivers ] =======================================
0:153  0:002  Loading AppleImageCodec-64.efi  status=Success
0:163  0:010  Loading AppleKeyAggregator-64.efi  status=Success
0:170  0:007  Loading AppleUITheme-64.efi  status=Success
0:176  0:006  Loading DataHubDxe-64.efi  status=Success
0:183  0:007  Loading FirmwareVolume-64.efi  status=Success
0:190  0:007  Loading FSInject-64.efi  status=Success
0:196  0:006  Loading HashServiceFix-64.efi  status=Success
0:202  0:006  Loading HFSPlus.efi  status=Success
0:211  0:008   - driver needs connecting
0:211  0:000  Loading OsxAptioFixDrv-64.efi  status=Success
0:217  0:006  Loading Test2-2016.efi  status=Success
0:224  0:007  Loading OsxFatBinaryDrv-64.efi  status=Success
0:230  0:006  Loading SMCHelper-64.efi  status=Success
0:237  0:007  1 drivers needs connecting ...
0:237  0:000  PlatformDriverOverrideProtocol->GetDriver overriden
0:237  0:000  HFS+ driver loaded
0:237  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:468  0:231  === [ InitScreen ] ========================================
0:468  0:000  SetMaxResolution: found best mode 3: 1440x900
0:664  0:196  Video mode change to mode #3: Success
0:664  0:000   - set
0:664  0:000  Console modes reported: 4, available modes:
0:664  0:000   - [01]: 80x25 (current mode)
0:664  0:000   - [02]: 80x25
0:664  0:000   - [03]: 100x31
0:664  0:000   - [04]: 180x47
0:664  0:000  SetScreenResolution: 1440x900 - already set
0:664  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(1,GPT,170ADD3D-B877-4395-875E-A3A6D9F411BD,0x28,0x64000)
0:668  0:003  Using embedded font: Success
0:730  0:062  === [ GetMacAddress ] =====================================
0:730  0:000   get legacy LAN MAC, 2 card found
0:730  0:000  Legacy MAC address of LAN #0= 64:4B:F0:00:E9:61:
0:730  0:000  Legacy MAC address of LAN #1= 00:00:00:00:00:00:
0:730  0:000  === [ ScanSPD ] ===========================================
0:731  0:000  SMBus device : 8086 A123 class=0C0500 status=Success
0:731  0:000  SMBus CmdReg: 0x3
0:731  0:000  Scanning SMBus [8086:A123], mmio: 0xFF010004, ioport: 0xF040, hostc: 0x11
0:731  0:000  Slots to scan [8]...
0:732  0:000  SPD[0]: Got invalid type 0 @0x50. Will set page and retry.
0:732  0:000  SPD[0]: Type 12 @0x50
0:750  0:017  XMP Profile1: 6*125 0 ns
0:750  0:000  Found module with XMP version 2.0
0:750  0:000  Using XMP Profile1 instead of standard frequency 2666MHz
0:750  0:000  DDR speed 2666MHz
0:750  0:000  Slot: 0 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHX2666C15D48G SerialNo=0A0803020E090309
0:751  0:000  SPD[1]: Type 12 @0x51
0:769  0:017  XMP Profile1: 6*125 0 ns
0:769  0:000  Found module with XMP version 2.0
0:769  0:000  Using XMP Profile1 instead of standard frequency 2666MHz
0:769  0:000  DDR speed 2666MHz
0:769  0:000  Slot: 1 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHX2666C15D48G SerialNo=0A0603020E090205
0:769  0:000  SPD[2]: Type 12 @0x52
0:787  0:017  XMP Profile1: 6*125 0 ns
0:787  0:000  Found module with XMP version 2.0
0:787  0:000  Using XMP Profile1 instead of standard frequency 2666MHz
0:787  0:000  DDR speed 2666MHz
0:787  0:000  Slot: 2 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHX2666C15D48G SerialNo=0A09000605050009
0:788  0:000  SPD[3]: Type 12 @0x53
0:806  0:018  XMP Profile1: 6*125 0 ns
0:806  0:000  Found module with XMP version 2.0
0:806  0:000  Using XMP Profile1 instead of standard frequency 2666MHz
0:806  0:000  DDR speed 2666MHz
0:806  0:000  Slot: 3 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHX2666C15D48G SerialNo=0A03000605040E0E
0:806  0:000  === [ GetAcpiTablesList ] =================================
0:806  0:000  Get Acpi Tables List from RSDT:
0:806  0:000   - [00]: FACP  A M I  len=132
0:806  0:000   - [01]: APIC  A M I  len=188
0:806  0:000   - [02]: FPDT  A M I  len=68
0:806  0:000   - [03]: FIDT  A M I  len=156
0:806  0:000   - [04]: MCFG  A M I len=60
0:806  0:000   - [05]: HPET  A M I len=56
0:806  0:000   - [06]: SSDT  SataTabl len=877
0:806  0:000   - [07]: LPIT  SKL len=148
0:806  0:000   - [08]: SSDT  sensrhub len=584
0:806  0:000   - [09]: SSDT  PtidDevc len=11182
0:806  0:000   - [10]: SSDT  Ther_Rvp len=3043
0:806  0:000   - [11]: SSDT  UsbCTabl len=43
0:806  0:000   - [12]: DBGP   len=52
0:806  0:000   - [13]: DBG2   len=84
0:806  0:000   - [14]: SSDT  xh_rvp08 len=1789
0:806  0:000   - [15]: SSDT  SaSsdt  len=21226
0:806  0:000   - [16]: UEFI   len=66
0:806  0:000   - [17]: SSDT  CpuSsdt len=3672
0:806  0:000  Calibrated TSC frequency =4008544940 =4008MHz
0:807  0:000  === [ GetUserSettings ] ===================================
0:807  0:000  Add 3 devices:
0:807  0:000   - [00]: [01:00.00]  (Sapphire RX480 NITRO Controller)
0:807  0:000   - [01]: [03:00.00]  (SAMSUNG 960EVO NVMe SSD)
0:807  0:000   - [02]: [00:02.00]  (INTEL HD530 SKL)
0:807  0:000  USB FixOwnership: no
0:807  0:000  Dropping 7 tables:
0:807  0:000   - [00]: Drop table  signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
0:807  0:000           - set table: 54445353,       6D50757043 to drop: no
0:807  0:000   - [01]: Drop table  signature="SSDT" (54445353) table-id="CpuSsdt" (0074647353757043)
0:807  0:000           - set table: 54445353,   74647353757043 to drop: yes
0:807  0:000   - [02]: Drop table  signature="SSDT" (54445353) table-id="sensrhub" (62756872736E6573)
0:807  0:000           - set table: 54445353, 62756872736E6573 to drop: yes
0:807  0:000   - [03]: Drop table  signature="SSDT" (54445353) table-id="UsbCTabl" (6C62615443627355)
0:807  0:000           - set table: 54445353, 6C62615443627355 to drop: yes
0:807  0:000   - [04]: Drop table  signature="SSDT" (54445353) table-id="xh_rvp08" (38307076725F6878)
0:807  0:000           - set table: 54445353, 38307076725F6878 to drop: yes
0:807  0:000   - [05]: Drop table  signature="SSDT" (54445353) table-id="SaSsdt" (0000746473536153)
0:807  0:000           - set table: 54445353,     746473536153 to drop: no
0:807  0:000   - [06]: Drop table  signature="DMAR" (52414D44)
0:807  0:000           - set table: 52414D44,                0 to drop: no
0:807  0:000   - final DSDT Fix mask=00420005
0:807  0:000  PatchesDSDT: 5 requested
0:807  0:000   - [00]: (change _OSI to XOSI) lenToFind: 4, lenToReplace: 4
0:807  0:000   - [01]: (Change EHC1 to EH01) lenToFind: 4, lenToReplace: 4
0:807  0:000   - [02]: (Change EHC2 to EH02) lenToFind: 4, lenToReplace: 4
0:807  0:000   - [03]: (Rename HDAS to HDEF) lenToFind: 4, lenToReplace: 4
0:807  0:000   - [04]: (Rename HECI to IMEI) lenToFind: 4, lenToReplace: 4
0:807  0:000  CpuFreq: 4200MHz
0:807  0:000  BusSpeed: 99790kHz
0:814  0:007  ChassisType: 0x3
0:826  0:012  === [ ScanVolumes ] =======================================
0:826  0:000  Found 10 volumes with blockIO
0:826  0:000  - [00]: Volume: PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)
0:827  0:001  - [01]: Volume: PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(1,GPT,170ADD3D-B877-4395-875E-A3A6D9F411BD,0x28,0x64000)
0:828  0:001          Result of bootcode detection: bootable unknown (legacy)
0:831  0:003          This is SelfVolume !!
0:831  0:000  - [02]: Volume: PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(2,GPT,3693C722-DE9E-4082-AA24-51A406A8E163,0x64028,0x1D02BA00)
0:832  0:001  - [03]: Volume: PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(3,GPT,8A9B8564-A6E3-472E-BB07-C5CFBFFEB1CA,0x1D08FA28,0x135F20)
0:833  0:001  - [04]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)
0:833  0:000          Found optical drive
0:834  0:000  - [05]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\Unit(0x1)
0:834  0:000  - [06]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\Unit(0x1)\HD(1,GPT,0C6F5707-CFC1-47E0-B0B0-6A4119FBB236,0x800,0xE1000)
0:834  0:000          Result of bootcode detection: bootable Windows (vista,win)
0:834  0:000  - [07]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\Unit(0x1)\HD(2,GPT,887A2A09-C6BF-4A00-B73C-32BF5B1472BE,0xE1800,0x32000)
0:834  0:000          Result of bootcode detection: bootable Windows (vista,win)
0:834  0:000  - [08]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\Unit(0x1)\HD(3,GPT,78151AA7-18B8-4D17-A9D3-02F5EEC1A1C5,0x113800,0x8000)
0:834  0:000  - [09]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\Unit(0x1)\HD(4,GPT,EE9AB831-9030-47C3-B06D-2D78E9FB840C,0x11B800,0x1DBD7800)
0:834  0:000          Result of bootcode detection: bootable Windows (vista,win)
0:834  0:000  === [ InitTheme ] =========================================
0:840  0:005  Using theme 'Classic Mac OS' (EFI\CLOVER\themes\Classic Mac OS)
0:840  0:000  OS main and drive as badge
0:847  0:007  Loading font from ThemeDir: Success
0:848  0:000  Choosing theme Classic Mac OS
0:848  0:000  after NVRAM boot-args=-v  agdp=Mac-F60DEB81FF30ACF6
0:848  0:000  === [ Dump SMC keys from NVRAM ] ==========================
0:848  0:000  found AppleSMC protocol
0:857  0:008  === [ AddCustomEntries ] ==================================
0:857  0:000  Custom entry 0 skipped because it is hidden.
0:857  0:000  === [ ScanLoader ] ========================================
0:857  0:000  - [01]: 'EFI'
0:963  0:106  - [02]: 'SIERRA_SSD'
0:968  0:005          AddLoaderEntry for Volume Name=SIERRA_SSD
0:968  0:000      Not match custom entry 0: Type: not match
0:974  0:006      hibernated: set as never
1:051  0:076  - [03]: 'Recovery HD'
1:052  0:001          AddLoaderEntry for Volume Name=Recovery HD
1:052  0:000      Skipped because matching custom entry 0!
1:120  0:068  - [06]: 'Wiederherstellung'
1:188  0:067  - [07]: 'EFI'
1:189  0:000          AddLoaderEntry for Volume Name=EFI
1:189  0:000      Not match custom entry 0: Type: not match
1:266  0:076  - [09]: 'WINDOWS_10'
1:334  0:068  === [ AddCustomTool ] =====================================
1:340  0:006  found tool \EFI\CLOVER\tools\Shell64U.efi
1:340  0:000  Checking EFI partition Volume 1 for Clover
1:346  0:006   Found Clover
1:369  0:022  === [ GetEfiBootDeviceFromNvram ] =========================
1:369  0:000   - efi-boot-device-data: PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(3,GPT,8A9B8564-A6E3-472E-BB07-C5CFBFFEB1CA,0x1D08FA28,0x135F20)\com.apple.recovery.boot\boot.efii
1:369  0:000    - Volume: 'PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(3,GPT,8A9B8564-A6E3-472E-BB07-C5CFBFFEB1CA,0x1D08FA28,0x135F20)'
1:369  0:000    - LoaderPath: '\com.apple.recovery.boot\boot.efi'
1:369  0:000    - Guid = 8A9B8564-A6E3-472E-BB07-C5CFBFFEB1CA
1:369  0:000  === [ FindStartupDiskVolume ] =============================
1:369  0:000    - Volume: partition = PciRoot(0x0)\Pci(0x1,0x2)\Pci(0x0,0x0)\NVMe(0x1,74-20-B0-61-5C-38-25-00)\HD(3,GPT,8A9B8564-A6E3-472E-BB07-C5CFBFFEB1CA,0x1D08FA28,0x135F20)
1:369  0:000     - searching for that partition and loader '\com.apple.recovery.boot\boot.efi'
1:369  0:000      - [!] not found
1:369  0:000     - searching again, but comparing Media dev path nodes
1:369  0:000      - [!] not found
1:369  0:000     - searching for that partition
1:369  0:000      - [!] not found
1:369  0:000     - searching again, but comparing Media dev path nodes
1:369  0:000      - [!] not found
1:369  0:000  Default boot entry not found
1:369  0:000  DefaultIndex=-1 and MainMenu.EntryCount=8
2:016  0:646  GUI ready
4:669  2:653  Boot option Boot0000 not found
4:669  0:000  === [ StartLoader ] =======================================
4:669  0:000  Finally: Bus=99790kHz CPU=4200MHz
4:669  0:000  Loading boot.efi  status=Success
4:709  0:039  GetOSVersion: 10.12.4 (16E154a)
4:709  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:709  0:000  Filtering KextPatches:
4:709  0:000   - [00]: AppleUSBXHCIPCI (raise port limit for USB to 30) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> disabled by user
4:709  0:000   - [01]: AMD7000Controller (Connectors Patch for Framebuffer JUNSAI for R9 280x) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> disabled by user
4:709  0:000   - [02]: AMD9510Controller (Connectors Patch for Framebuffer ACRE for RX460 NITRO) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> disabled by user
4:709  0:000   - [03]: AMD9510Controller (Connectors Patch for Framebuffer BERBICE for RX460 NITRO) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> disabled by user
4:709  0:000   - [04]: AMD9510Controller (Connectors Patch for Framebuffer BALADI for RX460 NITRO) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> disabled by user
4:709  0:000   - [05]: AMD9510Controller (Connectors Patch for Framebuffer BERBICE for RX480 NITRO) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [06]: AMDRadeonX4100 (Change_#_of_RX4x0_CUs-(C)_by_okrasit_2016) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [07]: AMDRadeonX4100 (Remove_CU_limit_of_RX4x0-(C)_by_okrasit_2016) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [08]: AMDRadeonX4100 (Change_init_from_BAFFIN_to_ELLESMERE-(C)_by_Fl0r!an_2016) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> disabled by user
4:709  0:000   - [09]: AMD9510Controller (PP_DisablePowerContainment=1) :: PlistPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [10]: AppleGraphicsDevicePolicy (AppleGraphicsDevicePolicy) :: PlistPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [11]: IONVMeFamily (NVMe SSD PikePatch#1) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [12]: IONVMeFamily (NVMe SSD PikePatch#2) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [13]: IONVMeFamily (NVMe SSD PikePatch#3) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [14]: IONVMeFamily (NVMe SSD PikePatch#4) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [15]: IONVMeFamily (NVMe SSD PikePatch#5) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [16]: IONVMeFamily (NVMe SSD PikePatch#6_7) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [17]: IONVMeFamily (NVMe SSD PikePatch#8) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [18]: IONVMeFamily (NVMe SSD PikePatch#9_10) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [19]: IONVMeFamily (NVMe SSD PikePatch#11) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [20]: IONVMeFamily (NVMe SSD PikePatch#12) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [21]: IONVMeFamily (NVMe SSD PikePatch#13) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [22]: IONVMeFamily (NVMe SSD PikePatch#14) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [23]: IONVMeFamily (NVMe SSD PikePatch#15) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [24]: IONVMeFamily (NVMe SSD PikePatch#16) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000   - [25]: IONVMeFamily (NVMe SSD PikePatch#17) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
4:709  0:000  === [ PatchSmbios ] =======================================
4:709  0:000  insert table 9 for dev 0:0
4:709  0:000  insert table 9 for dev 0:1
4:709  0:000  insert table 9 for dev 1F:6
4:710  0:000  Trusting SMBIOS...
4:710  0:000  Channels: 2
4:710  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
4:710  0:000   partNum=KHX2666C15D4/8G     
4:710  0:000  Type17->Speed corrected by SMBIOS from 2666MHz to 2667MHz
4:710  0:000  SMBIOS Type 17 Index = 0 => 0 0:
4:710  0:000   DIMM1 2667MHz 8192MB
4:710  0:000   partNum=KHX2666C15D4/8G     
4:710  0:000  Type17->Speed corrected by SMBIOS from 2666MHz to 2667MHz
4:710  0:000  SMBIOS Type 17 Index = 1 => 2 2:
4:710  0:000   DIMM2 2667MHz 8192MB
4:710  0:000   partNum=KHX2666C15D4/8G     
4:710  0:000  Type17->Speed corrected by SMBIOS from 2666MHz to 2667MHz
4:710  0:000  SMBIOS Type 17 Index = 2 => 1 1:
4:710  0:000   DIMM3 2667MHz 8192MB
4:710  0:000   partNum=KHX2666C15D4/8G     
4:710  0:000  Type17->Speed corrected by SMBIOS from 2666MHz to 2667MHz
4:710  0:000  SMBIOS Type 17 Index = 3 => 3 3:
4:710  0:000   DIMM4 2667MHz 8192MB
4:710  0:000  mTotalSystemMemory = 32768
4:710  0:000  NumberOfMemoryDevices = 4
4:710  0:000  Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000
4:710  0:000  Type20[1]->End = 0x17FFFFF, Type17[2] = 0x8000
4:710  0:000  Type20[2]->End = 0xFFFFFF, Type17[1] = 0xC000
4:710  0:000  Type20[3]->End = 0x1FFFFFF, Type17[3] = 0x14000
4:710  0:000  Table 131 is present, CPUType=10
4:710  0:000  Change to: 705
4:710  0:000  === [ PatchACPI ] =========================================
4:710  0:000  RSDT 0x37FAB028
4:710  0:000  FADT from RSDT: 0x37FAB160
4:710  0:000  XSDT 0x37FAB0A0
4:710  0:000  FADT from XSDT: 0x37FCE190
4:710  0:000  Xsdt reallocation done
4:710  0:000  old FADT length=10C
4:712  0:002  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml
4:719  0:007  Apply DsdtFixMask=0x00420005
4:719  0:000     drop _DSM mask=0xFFFF
4:719  0:000  === [ FixBiosDsdt ] =======================================
4:719  0:000  VideoCard devID=0x67DF1002
4:719  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
4:719  0:000  VideoCard devID=0x19128086
4:719  0:000  DisplayADR1[1] = 0x20000, DisplayADR2[1] = 0xFFFE
4:719  0:000  USBADR[0] = 0x140000 and PCIe = 0xFFFE
4:719  0:000  USBADR[1] = 0x1B0000 and PCIe = 0x0
4:720  0:000  Patching DSDT:
4:720  0:000   - [change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!
4:720  0:000   - [Change EHC1 to EH01]: pattern 45484331, bin not found / already patched!
4:720  0:000   - [Change EHC2 to EH02]: pattern 45484332, bin not found / already patched!
4:720  0:000   - [Rename HDAS to HDEF]: pattern 48444153, bin not found / already patched!
4:720  0:000   - [Rename HECI to IMEI]: pattern 48454349, bin not found / already patched!
4:720  0:000  first CPU found at 987D offset 9880
4:720  0:000  score candidate at 9879
4:720  0:000  score inserted in acpi_cpu_score _PR_
4:720  0:000  Found ACPI CPU: CPU0 | CPU1 | CPU2 | CPU3 | CPU4 | CPU5 | CPU6 | CPU7 , within the score: _PR_
4:721  0:000  Found PCIROOTUID = 0
4:721  0:000  Start RTC Fix
4:721  0:000   deleting device CRT_
4:721  0:000   deleting device DVI_
4:721  0:000   deleting device SPKR
4:722  0:000   deleting device ECP_
4:722  0:000   deleting device LPT_
4:722  0:000   deleting device FDC0
4:722  0:000   deleting device ECP1
4:723  0:000   deleting device LPT1
4:723  0:000  Start SHUTDOWN Fix len=232FF
4:723  0:000  === [ ACPIDropTables ] ====================================
4:723  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=CpuSsdt Length=3672
4:723  0:000   Xsdt has tables count=18
4:723  0:000   Table: SSDT  CpuSsdt  3672 dropped
4:723  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=xh_rvp08 Length=1789
4:723  0:000   Xsdt has tables count=17
4:723  0:000   Table: SSDT  xh_rvp08  1789 dropped
4:723  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=UsbCTabl Length=43
4:723  0:000   Xsdt has tables count=16
4:723  0:000   Table: SSDT  UsbCTabl  43 dropped
4:723  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=sensrhub Length=584
4:723  0:000   Xsdt has tables count=15
4:723  0:000   Table: SSDT  sensrhub  584 dropped
4:723  0:000  === [ PatchAllSSDT ] ======================================
4:723  0:000  Patch table: SSDT  SataTabl len=0x36D
4:723  0:000  0. [change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!
4:723  0:000  1. [Change EHC1 to EH01]: pattern 45484331, bin not found / already patched!
4:723  0:000  2. [Change EHC2 to EH02]: pattern 45484332, bin not found / already patched!
4:723  0:000  3. [Rename HDAS to HDEF]: pattern 48444153, bin not found / already patched!
4:723  0:000  4. [Rename HECI to IMEI]: pattern 48454349, bin not found / already patched!
4:723  0:000  Patch table: SSDT  PtidDevc len=0x2BAE
4:723  0:000  0. [change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!
4:723  0:000  1. [Change EHC1 to EH01]: pattern 45484331, bin not found / already patched!
4:723  0:000  2. [Change EHC2 to EH02]: pattern 45484332, bin not found / already patched!
4:723  0:000  3. [Rename HDAS to HDEF]: pattern 48444153, bin not found / already patched!
4:723  0:000  4. [Rename HECI to IMEI]: pattern 48454349, bin not found / already patched!
4:723  0:000  Patch table: SSDT  Ther_Rvp len=0xBE3
4:723  0:000  0. [change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!
4:723  0:000  1. [Change EHC1 to EH01]: pattern 45484331, bin not found / already patched!
4:723  0:000  2. [Change EHC2 to EH02]: pattern 45484332, bin not found / already patched!
4:723  0:000  3. [Rename HDAS to HDEF]: pattern 48444153, bin not found / already patched!
4:723  0:000  4. [Rename HECI to IMEI]: pattern 48454349, bin not found / already patched!
4:723  0:000  Patch table: SSDT  SaSsdt  len=0x52EA
4:723  0:000  0. [change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!
4:723  0:000  1. [Change EHC1 to EH01]: pattern 45484331, bin not found / already patched!
4:723  0:000  2. [Change EHC2 to EH02]: pattern 45484332, bin not found / already patched!
4:723  0:000  3. [Rename HDAS to HDEF]: pattern 48444153, bin not found / already patched!
4:723  0:000  4. [Rename HECI to IMEI]: pattern 48454349, bin not found / already patched!
4:723  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
4:723  0:000   Xsdt has tables count=14
4:723  0:000  === [ ACPIPatchedAML ] ====================================
4:723  0:000  Unsorted
4:723  0:000  Inserting SSDT-XOSI.aml from EFI\CLOVER\ACPI\patched ... Success
4:727  0:004  Inserting SSDT-CpuPm.aml from EFI\CLOVER\ACPI\patched ... Success
4:731  0:004  Inserting SSDT-usbfix.aml from EFI\CLOVER\ACPI\patched ... Success
4:735  0:004  Inserting SSDT-GFX.aml from EFI\CLOVER\ACPI\patched ... Success
4:740  0:005  CPUBase=0 and ApicCPUBase=1 ApicCPUNum=1
4:740  0:000  Drop tables from Xsdt, SIGN=APIC TableID= Length=0
4:740  0:000   Xsdt has tables count=18
4:740  0:000   Table: APIC  A M I   188 dropped
4:740  0:000  Found subtable in MADT: type=0
4:740  0:000  LocalApicNMI is already present, no patch needed
4:740  0:000  New APIC table successfully inserted
4:764  0:023  Patched APIC table saved into efi/clover/acpi/origin/APIC-p.aml
4:764  0:000  Maximum control=0x28
4:764  0:000  Turbo control=0x2A
4:764  0:000  P-States: min 0x8, max 0x2A
4:764  0:000  SSDT with CPU P-States generated successfully
4:764  0:000  SSDT with CPU C-States generated successfully
4:764  0:000  === [ RestSetup macOS ] ===================================
4:764  0:000  EdidDiscovered size=128
4:764  0:000  000  |  00  FF  FF  FF  FF  FF  FF  00  4E  16
4:764  0:000  010  |  02  92  00  00  00  00  34  15  01  03
4:764  0:000  020  |  80  50  2D  78  0A  EE  91  A3  54  4C
4:764  0:000  030  |  99  26  0F  50  54  2D  4F  00  71  59
4:764  0:000  040  |  81  59  95  19  A9  59  B3  19  D1  19
4:764  0:000  050  |  D1  4F  01  01  9A  29  A0  D0  51  84
4:764  0:000  060  |  22  30  50  98  36  00  98  FF  10  00
4:764  0:000  070  |  00  1E  00  00  00  FD  00  18  F0  0F
4:764  0:000  080  |  7D  0F  00  0A  20  20  20  20  20  20
4:764  0:000  090  |  00  00  00  FC  00  53  75  6E  70  6C
4:764  0:000  100  |  75  73  20  54  56  0A  20  20  00  00
4:764  0:000  110  |  00  00  00  00  00  00  00  00  00  00
4:764  0:000  120  |  00  00  00  00  00  00  01  B4
4:764  0:000  custom properties for device 01:00.00 injected, continue
4:764  0:000  custom properties for device 03:00.00 injected, continue
4:764  0:000  custom properties for device 00:02.00 injected, continue
4:765  0:000  stringlength = 1826
4:765  0:000  CurrentMode: Width=1440 Height=900
4:765  0:000  Beginning FSInjection
4:765  0:000  Blocking kext caches
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 34041018
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 34041018
4:776  0:010  Use origin smbios table type 1 guid.
4:778  0:002    Force kext: System\Library\Extensions\AMD9510Controller.kext
4:792  0:013    Force kext: System\Library\Extensions\AMDRadeonX4100.kext
4:806  0:014    Force kext: System\Library\Extensions\AppleGraphicsControl.kext\Contents\PlugIns\AppleGraphicsDevicePolicy.kext
4:818  0:011  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other
4:820  0:002    Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext
4:836  0:015      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\ACPIMonitor.kext
4:846  0:010      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\HWInfo.kext
4:860  0:013      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\IntelCPUMonitor.kext
4:874  0:013      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\AppleSMC.kext
4:886  0:012    Extra kext: EFI\CLOVER\kexts\Other\IntelMausiEthernet.kext
4:903  0:017  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12
4:908  0:005  SetStartupDiskVolume:
4:908  0:000    * Volume: 'SIERRA_SSD'
4:908  0:000    * LoaderPath: '<null string>'
4:908  0:000    * DevPath: SIERRA_SSD
4:908  0:000    * GUID = 3693C722-DE9E-4082-AA24-51A406A8E163
4:910  0:001    * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>3693C722-DE9E-4082-AA24-51A406A8E163</string></dict></dict></dict></array>
4:912  0:002  Custom boot screen not used because entry has unset use graphics

logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

 

 

Link to comment
Share on other sites

Would like to report that I figured out how to boot without iGPU as primary in bios settings, but still a blind boot. I set PCIe as primary, CSM disabled and turn my monitor power off until I think that OS has booted fully, then turn monitor power back on and have the login screen. It seems to be an issue with the secondary Apple logo loading screen that is stopping PCIe gfx cards from booting in Sierra. Have done this test with both RX 480 and R9 290X and both have same results. System specs are GA Z97X-SLI, i7 4790K, 32Gb 1600Mhz ram, 512GB HyperX Kingston M.2 SSD.

  • Like 2
Link to comment
Share on other sites

@Pavo:

 

just tried the same here with ASUS ROG Maximus VIII Extreme and RX480 in PCIe-Slot#1. Connected are 2 Monitors via DP to the card. Disabled IGPU in BIOS (2202, set primary GFX to PEG, PCIe <-- no difference in summary) and disabled CSM.

I could NOT confirm this way working for me. Still no signal after turning on Monitors when bootsquence is finished. Still able to connect to the Maximus Hackintosh via SSH from my MacBook - but still no screens.

 

System is SIERRA 10.12.4 beta2 and CLOVER rev. 4011. Sorry folks.

Link to comment
Share on other sites

@Pavo:

 

just tried the same here with ASUS ROG Maximus VIII Extreme and RX480 in PCIe-Slot#1. Connected are 2 Monitors via DP to the card. Disabled IGPU in BIOS (2202, set primary GFX to PEG, PCIe <-- no difference in summary) and disabled CSM.

I could NOT confirm this way working for me. Still no signal after turning on Monitors when bootsquence is finished. Still able to connect to the Maximus Hackintosh via SSH from my MacBook - but still no screens.

 

System is SIERRA 10.12.4 beta2 and CLOVER rev. 4011. Sorry folks.

Have you tried only 1 monitor? Assuming multi-monitor still required FB patch which could cause a issue. Also I'm using 10.12.3, haven't tested on 10.12.4 yet.

Link to comment
Share on other sites

No, haven't tested yet with just one Monitor. Will try later again with completely disconnecting the monitors while booting up the system. If this would work, i will use a Displayport capable KVM-switch.

Will report in details after testing... so stay tuned.

Link to comment
Share on other sites

A possible workaround to blind booting for those of us trying to use unsupported cards who also want to switch between windows, Mac, and other operating systems is to use a second bootloader. rEFInd is what I used on my iMac back in the day to switch between windows and Mac because it supported hot keys - I could hold down W to boot windows or not touch anything and it would boot macOS.

 

I just installed it into the EFI partition of my Windows drive to check that it would work, and it does. I added a UEFI entry using the shell in Clover to map it, told it to boot Clover in nothing was touched, then told it to boot MacOS directly. I was wondering if something like this could ever get put into Clover - using hotkeys to boot an OS. It could circumvent the need to hot plug to switch inputs for now and leave initial graphics output to whatever card you'd like.

 

Any thoughts?

Link to comment
Share on other sites

Slice, should be better if the NVRAM be dumped also on sleep event?

It will be nice, if possible.

 

 

@Pavo:

 

just tried the same here with ASUS ROG Maximus VIII Extreme and RX480 in PCIe-Slot#1. Connected are 2 Monitors via DP to the card. Disabled IGPU in BIOS (2202, set primary GFX to PEG, PCIe

I could NOT confirm this way working for me. Still no signal after turning on Monitors when bootsquence is finished. Still able to connect to the Maximus Hackintosh via SSH from my MacBook - but still no screens.

 

System is SIERRA 10.12.4 beta2 and CLOVER rev. 4011. Sorry folks.

 

I also can't confirm blind boot.

A possible workaround to blind booting for those of us trying to use unsupported cards who also want to switch between windows, Mac, and other operating systems is to use a second bootloader. rEFInd is what I used on my iMac back in the day to switch between windows and Mac because it supported hot keys - I could hold down W to boot windows or not touch anything and it would boot macOS.

 

I just installed it into the EFI partition of my Windows drive to check that it would work, and it does. I added a UEFI entry using the shell in Clover to map it, told it to boot Clover in nothing was touched, then told it to boot MacOS directly. I was wondering if something like this could ever get put into Clover - using hotkeys to boot an OS. It could circumvent the need to hot plug to switch inputs for now and leave initial graphics output to whatever card you'd like.

 

Any thoughts?

Clover supported hot keys.

Link to comment
Share on other sites

report. tested in r4012 official build

1. if i use set debug in KextToPatch, The log is displayed briefly and forced booting is done immediately. i can't get to boot macosx

 

2. log

 

5:268  0:000  === [ PatchAllSSDT ] ======================================

5:268  0:000  Patch table: SSDT  Tpm2Tabl len=0x4C5
5:268  0:000  0. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched!

first is good

 

 

5:268  0:000  14. [change HECI to IMEI]: pattern 48454349, bin not found / already patched!

5:268  0:000  15. [Change Device(HECI) _ADR=0x00160000 to _ADR=0]:Patch table: SSDT  MeSsdt  len=0x4B

next ,The ssdt patch table is not down.

 

thanks in advance

Link to comment
Share on other sites

×
×
  • Create New...