Jump to content

Apple Icon Bursting at Boot


LoBlanc
 Share

4 posts in this topic

Recommended Posts

My Apple icon is bursting all the time on my Asus N76VZ (Ivy Bridge, Intel® Core™ i7 3610QM) using Intel 4000 for the graphics, since my card GT650M is not supported.


The issue is so obvious I am sure there is someone among us that knows if it is possible to solve the issue. I myself didn't find any real approaches or they didn't work under Sierra, which I am using.

I have to say I didn't pay to much attention until now, because I was busy with other more important issues. But now I would like to know what causes it an how can I solve it. If...
possible, since it is the only left !

Many thanks for your altruist support.

Please see attachment for further info.


IMG_1228.JPG.zip

DSDT.aml.zip

config.plist.zip

N76VZIoreg.zip

Link to comment
Share on other sites

Use this kext patch in Clover. It may take a couple of boots for it to take effect but it's generally works.

	<key>KernelAndKextPatches</key>
	<dict>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>HD4000 Boot Fix (10.12)</string>
				<key>Find</key>
				<data>
				AQAAdSU=
				</data>
				<key>MatchOS</key>
				<string>10.12.x</string>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				AQAA6yU=
				</data>
			</dict>
		</array>
	</dict>
Link to comment
Share on other sites

Hi,

Thank you.v.m for your help.

I still get the bursting but it lasts now 1/5 second which is quite acceptable !

Setting AQAAdSU= and AQAA6yU= in my editor becomes 01000075 25 and 010000eb 25 (hex) which show an space not contemplated in what Hervé said. Does this space make any difference ? What are the right values?

Link to comment
Share on other sites

 Share

×
×
  • Create New...