OpenCore-Install-Guide
OpenCore-Install-Guide copied to clipboard
Add Alder Lake support
Copied the Comet Lake guide and edited it where needed based on vandroiy2013 and vit9696's reference config they provided me, among other resources.
Note to self and reviewers: ~~SSDT links in ktext.md
are placeholders and will be filled in once Getting Started with ACPI
is updated.~~ This has been resolved.
Closes dortania/bugtracker#257
Also edited some things in ktext.md
unrelated to Alder Lake.
Need to figure out how to add the Alder Lake guide to the sidebar at some point, all I did was add the markdown file.
.vuepress/config.js is where the sidebar is defined..
I'm sure there's still some things that need tweaking, but it's at least in theory finished at this point. Opened up dortania/Getting-Started-With-ACPI#73 as well.
@vandroiy2013 Do you happen to know the PciRoot
path for the iGPU on Alder Lake? Couldn't find it in your Z690 reference config. I thought it would be a good idea to tell people to set the class-code
property to FFFFFFFF
in the DeviceProperties section of the config guide since most users would always want it disabled.
I suggest to disable IGPU in BIOS and not in DeviceProperties.
Converted back to a draft since dortania/Getting-Started-With-ACPI#73 should include a section on SSDT-BRG0. Message link
Added an SSDT-BRG0 guide to dortania/Getting-Started-With-ACPI#73. This PR should be ready for review again.
One last thing I noticed is the boot-arg for the intel 225-v, which is wrongly stated as dk.e1000=0 - should be e1000=0, IMHO. see: https://github.com/dortania/bugtracker/issues/213#issuecomment-1069582476 In my setup (ASUS Prime Z690-A) Ethernet only stopped panicking after I added this boot-arg.
@woefi Yeah, you're right. Pretty sure it was changed in 12.3. I'll change that and make a PR for the rest of the guides at some point. Thanks.