Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCore Releases - issues #32

Open
c3o8k1g opened this issue Aug 9, 2020 · 3 comments
Open

OpenCore Releases - issues #32

c3o8k1g opened this issue Aug 9, 2020 · 3 comments

Comments

@c3o8k1g
Copy link

c3o8k1g commented Aug 9, 2020

I found the following issues when deploying the OC releases:
.
Support macOS Big Sur 11.0 beta 4 - v4.1

  • with config.plist from v4.1 after boot the login screen does not show / is black
  • config.plist missing for different hardware configurations - had to use the ones from v4.0. This time it boots.
  • wifi does not work.

.
Support macOS Big Sur 11.0 beta 3 - v4.0

  • in the description it mentions "CLOVER r5119 & Kexts Update" but when looking at the files it is clearly an OC release.
@liuyishengalan
Copy link
Owner

liuyishengalan commented Aug 9, 2020 via email

@c3o8k1g
Copy link
Author

c3o8k1g commented Aug 9, 2020

To confirm:
What is required?

Section from v4.0

	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>AACbPg==</data>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
			<dict>
				<key>layout-id</key>
				<integer>52</integer>
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>

Section from v4.1

	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>AACbPg==</data>
				<key>AAPL00,override-no-connect</key>
				<data>AP///////wBNELkUAAAAABYdAQSlIhN4Dtu6rlEwzBkFV1UAAAABAQEBAQEBAQEBAQEBAQEBTdAAoPBwPoAwIDUAWMIQAAAYpqYAoPBwPoAwIDUAWMIQAAAaAAAA/gBONVY4Q4BMUTE1NkQxAAAAAAACQQMyARIAAAsBCiAgAAQ=</data>
				<key>enable-hdmi20</key>
				<data>AQAAAA==</data>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
			<dict>
				<key>layout-id</key>
				<integer>52</integer>
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>

The only differences are:

<key>AAPL00,override-no-connect</key>
<data>AP///////wBNELkUAAAAABYdAQSlIhN4Dtu6rlEwzBkFV1UAAAABAQEBAQEBAQEBAQEBAQEBTdAAoPBwPoAwIDUAWMIQAAAYpqYAoPBwPoAwIDUAWMIQAAAaAAAA/gBONVY4Q4BMUTE1NkQxAAAAAAACQQMyARIAAAsBCiAgAAQ=</data>
<key>enable-hdmi20</key>
<data>AQAAAA==</data>

I cannot find a section relating to graphics (apart from an HDMI reference).

@c3o8k1g
Copy link
Author

c3o8k1g commented Aug 9, 2020

Support macOS Big Sur 11.0 beta 4

  • with unmodified config.plist from v4.1 after boot the login screen does not show / is black
  • config.plist from v4.0 works but without wifi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants