Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

Just notice iMac17,1 does support Night Shift.

 

@Slice

 

i tested r4002 build with edk2 23837.

no problem. it's good.

attachicon.gif스크린샷 2017-02-07 오후 2.05.11.png

 

thank you for update commits

I speak too soon Slice(Platform.h has already been included in libegint.h), thank you! I tested r4002 6 possible cases(like I mentioned in DellSMBIOSPatchV2):

  • No DellSMBIOSPatch key in config.plistunchecked Dell SMBIOS Patch in binaries patching: truncate Model Identifier (as expected)
  • No DellSMBIOSPatch key in config.plistchecked Dell SMBIOS Patch in binaries patching: correct Model Identifier (as expected)
  • DellSMBIOSPatch = Trueunchecked Dell SMBIOS Patch in binaries patching: truncate Model Identifier (as expected)
  • DellSMBIOSPatch = Truechecked Dell SMBIOS Patch in binaries patching: correct Model Identifier (as expected)
  • DellSMBIOSPatch = False,  unchecked Dell SMBIOS Patch in binaries patching: truncate Model Identifier (as expected)
  • DellSMBIOSPatch = Falsechecked Dell SMBIOS Patch in binaries patching: correct Model Identifier (as expected)

 

No one failed. Kext patches are OK in all the six cases, because I use hot patch for my NVME and BT.

 

Thank you @Sherlock, thank you @Slice.

 

Have a great day,

syscl

  • Like 2
Link to comment
Share on other sites

I speak too soon Slice(Platform.h has already been included in libegint.h), thank you! I tested r4002 6 possible cases(like I mentioned in DellSMBIOSPatchV2):

  • No DellSMBIOSPatch key in config.plistunchecked Dell SMBIOS Patch in binaries patching: truncate Model Identifier (as expected)
  • No DellSMBIOSPatch key in config.plistchecked Dell SMBIOS Patch in binaries patching: correct Model Identifier (as expected)
  • DellSMBIOSPatch = Trueunchecked Dell SMBIOS Patch in binaries patching: truncate Model Identifier (as expected)
  • DellSMBIOSPatch = Truechecked Dell SMBIOS Patch in binaries patching: correct Model Identifier (as expected)
  • DellSMBIOSPatch = False,  unchecked Dell SMBIOS Patch in binaries patching: truncate Model Identifier (as expected)
  • DellSMBIOSPatch = Falsechecked Dell SMBIOS Patch in binaries patching: correct Model Identifier (as expected)

 

No one failed. Kext patches are OK in all the six cases, because I use hot patch for my NVME and BT.

 

Thank you @Sherlock, thank you @Slice.

 

Have a great day,

syscl

 

+1

Tested the same scenario on my ProBook, all works well! Thank you, guys!

  • Like 1
Link to comment
Share on other sites

r4002 is working great.

 

One question though:

 

How would I know, if I need the new DellSMBIOSPatch?

 

I'm using iMac14,2 as ProductName and it appears fine :/

You may need this patch if you encounter an error like MacBookPro1 instead of MacBookPro11,2 defined in your config.plist.

  • Like 1
Link to comment
Share on other sites

Firstly. IMHO. Less is more.

Secondly why you need it anyway though you have no issue on SMBios?

It seems that only some Dell Skylake laptops need this patch... Check here for more details.

I like to understand the process. I won't blindly do anything (like you) before I understand it.

 

You may need this patch if you encounter an error like MacBookPro1 instead of MacBookPro11,2 defined in your config.plist.

Thanks for the explanation, Slice.

  • Like 1
Link to comment
Share on other sites

Clover mostly do not produce any difference for Windows except may be memory map.

I may recommend you reinstall the Windows through Clover for it knows how it should be started.

Link to comment
Share on other sites

any fix for Ati Connectors Patch?

This method is obsolete because it must be OS dependent.

It can be easy replaced by ordinary KextToPatch and may be ForceKextToLoad -> AMD7000Controller if your deviceID is not native.

  • Like 1
Link to comment
Share on other sites

MatchBuild for KernelToPatch is already there, except it didnt parse correctly for you?

Sorry, I didn't get it at http://www.insanelymac.com/forum/topic/304530-clover-change-explanations/?p=2259196 firstly...

I just found there's MatchBuild for KextToPatch in your example... But no MatchBuild in KernelToPatch. Now I've got that. Thanks a lot!

Sorry again.

Link to comment
Share on other sites

×
×
  • Create New...