Jump to content

Intel HD 530 Monterey


Alan Sojan
 Share

234 posts in this topic

Recommended Posts

20 minutes ago, Alan Sojan said:

Hi, I'm using opencore 0.8.4

Your Opencore is very much outdated I am afraid and I suspect your kexts also. In saying all that, that's possibly the cause of some of your problems.

To fully aid you, you should zip your EFI Folder and upload it here so it can be looked at and correct any errors within.

Link to comment
Share on other sites

1 minute ago, eSaF said:

Your Opencore is very much outdated I am afraid and I suspect your kexts also. In saying all that, that's possibly the cause of some of your problems.

To fully aid you, you should zip your EFI Folder and upload it here so it can be looked at and correct any errors within.

Hey, thank you for the reply. Is there any way to update the bootloader or would I have to start over again fresh?

EFI.zipThis is my EFI folder.

Link to comment
Share on other sites

@Alan Sojan Hi - I have updated your OC EFI Folder and kexts to the latest versions (attached) for you to try, but you have far too many Ethernet kext files i.e AtherosE2200.kext, IntelMausi.kext and RealtekRTL8111.kext. You need to pick just one that corresponds with your machine's WIFI/B/Tooth card to be able to have proper connection.

Spoiler

1584227448_Screenshot2023-04-12at19_13_11.thumb.png.ff8f65241685dc1cffc118f1d83c5f7d.png52167502_Screenshot2023-04-12at19_13_32.thumb.png.9360ce69593862d01d3a7f41aca5cdbf.png668015558_Screenshot2023-04-12at19_14_44.thumb.png.1c61a52fd9f71a75ebafe417d80a344a.png

 

EFI.zip

  • Like 2
Link to comment
Share on other sites

@Alan Sojan

Get the EFI uploaded by @eSaF but I see that you don't have anything for the Intel HD 530 in config.plist >> DeviceProperties. Your iGPU needs code here to be well detected and installed.

Change @eSaF config.plist adding this in DeviceProperties:

 

	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>AAASGQ==</data>
				<key>device-id</key>
				<data>GxkAAA==</data>
				<key>device_type</key>
				<string>VGA compatible controller</string>
				<key>enable-hdmi20</key>
				<data>AQAAAA==</data>
				<key>force-online</key>
				<data>AQAAAA==</data>
				<key>framebuffer-fbmem</key>
				<data>AACQAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-stolenmem</key>
				<data>AAAwAQ==</data>
				<key>framebuffer-unifiedmem</key>
				<data>AAAAgA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
				<key>model</key>
				<string>Intel HD Graphics 530</string>
				<key>rps-control</key>
				<data>AQAAAA==</data>
			</dict>
		</dict>

It looks like this in the plist editor:

 

530.thumb.png.1573ebada210b9cbc45990a2f2e4767b.png

 

Try and comment.

  • Thanks 1
Link to comment
Share on other sites

 

2 hours ago, miliuco said:

@Alan Sojan

Get the EFI uploaded by @eSaF but I see that you don't have anything for the Intel HD 530 in config.plist >> DeviceProperties. Your iGPU needs code here to be well detected and installed.

Change @eSaF config.plist adding this in DeviceProperties:

 

	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>AAASGQ==</data>
				<key>device-id</key>
				<data>GxkAAA==</data>
				<key>device_type</key>
				<string>VGA compatible controller</string>
				<key>enable-hdmi20</key>
				<data>AQAAAA==</data>
				<key>force-online</key>
				<data>AQAAAA==</data>
				<key>framebuffer-fbmem</key>
				<data>AACQAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-stolenmem</key>
				<data>AAAwAQ==</data>
				<key>framebuffer-unifiedmem</key>
				<data>AAAAgA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
				<key>model</key>
				<string>Intel HD Graphics 530</string>
				<key>rps-control</key>
				<data>AQAAAA==</data>
			</dict>
		</dict>

It looks like this in the plist editor:

 

530.thumb.png.1573ebada210b9cbc45990a2f2e4767b.png

 

Try and comment.

 

 

 

image.png.85282fbb17ab668afa574f2d64defce9.png

  • Like 1
Link to comment
Share on other sites

@Alan Sojan

 

You can go step by step.

First, get your current EFI (it boots but iGPU is not properly installed) and add into config.plist the code for the iGPU, as I see in the pic you have uploaded in your last post. Your EFI + iGPU DeviceProperties. Nothing more.

Does the system boot?

Do you have graphic acceleration?

  • Like 1
Link to comment
Share on other sites

13 hours ago, eSaF said:

@Alan Sojan Ok, try this revised EFI and see.

PS - You'll have to put your ethernet kext in the kext folder and make an entry in the config.plist.

EFI.zip 4.09 MB · 1 download

Hey, I tried this but I'm stuck on the apple loading screen with no activity happening on the hard disk

20230413_131517.jpg

13 hours ago, miliuco said:

@Alan Sojan

 

You can go step by step.

First, get your current EFI (it boots but iGPU is not properly installed) and add into config.plist the code for the iGPU, as I see in the pic you have uploaded in your last post. Your EFI + iGPU DeviceProperties. Nothing more.

Does the system boot?

Do you have graphic acceleration?

I forgot to mention that when I tried the EFI it was working fine but when I added the code for the iGPU it stays on this screen.

 

20230412_223610.jpg

Link to comment
Share on other sites

2 hours ago, Alan Sojan said:

Hey, I tried this but I'm stuck on the apple loading screen with no activity happening on the hard disk

OK - I have made a few more adjustments to the EFI Folder, DO NOT ADD ANYTHING TO IT, try it as it is, hopefully this will get you going in the right direction. Good luck.

EFI.zip

Link to comment
Share on other sites

51 minutes ago, eSaF said:

OK - I have made a few more adjustments to the EFI Folder, DO NOT ADD ANYTHING TO IT, try it as it is, hopefully this will get you going in the right direction. Good luck.

EFI.zip 6.85 MB · 0 downloads

Okay, will try it now.

1 hour ago, eSaF said:

Are you clearing the NvRAM between each trial? That is very important.

I don't see any option to clear the NvRAM on this as usual. Is there another way to clear it?

16814018916279097035976816570987.jpg

Link to comment
Share on other sites

Ok - tell me this, in your very fist post with your original EFI attached, were you able to reach the desktop albeit with crappy graphics? I f that is the case, I can modify it to give you better results.

Link to comment
Share on other sites

Just now, eSaF said:

Ok - tell me this, in your very fist post with your original EFI attached, were you able to reach the desktop albeit with crappy graphics? I f that is the case, I can modify it to give you better results.

Yes I was, the only problem was the no graphics acceleration.

Link to comment
Share on other sites

But why you recommended frame 19120000? This is desktop frame without LVDS connector!

Choose one of

0x191E0000 (mobile, 3 connectors, 56 MB)
0x19160000 (mobile, 3 connectors, 56 MB)
0x19260000 (mobile, 3 connectors, 56 MB)
0x19270000 (mobile, 3 connectors, 56 MB)
0x191B0000 (mobile, 3 connectors, 56 MB)
0x193B0000 (mobile, 3 connectors, 56 MB)

I had a success with 193B0000 having LVDS+HDMI+DP

  • Like 4
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...