Jump to content
30960 posts in this topic

Recommended Posts

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

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

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.

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

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.

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

 

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.

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.

 

×
×
  • Create New...