You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2020. It is now read-only.
ROM: <> (Automatically filled in)
Nope, it is not, must contain a 6 character MAC address, could be entirely random. More details: https://applelife.ru/posts/727913
Blocks NVRAM variables, not needed for us. Delete the entires there.
Please leave a note that if a variable exists in NVRAM, Add will not overwrite it. You could think of Add as setting default values. To forcibly overwrite the variable value at every boot you will want to add it to Block. Normally undesired, as you could use sudo nvram, but worth understanding clearly.
Enables GOP, AptioMemeoryFix already has this
Do not rely on it. It will be gone from AptioMemoryFix in the future. On almost all firmwares it must be YES.
IgnoreInvalidFlexRatio: NO
Mention that it is needed on pretty much all hardware prior to Skylake.
ACPI tables are no longer in Custom, and a lot of stuff is now a bit outdated. Please recheck the changes =)
Also, we will have a kext list very soon in Docs/Kexts.md in OpenCorePkg. Stuff like NullCPUPowerManagement is compatible, but is only needed on AMD.
Hello,
Some notes:
ROM: <> (Automatically filled in)Nope, it is not, must contain a 6 character MAC address, could be entirely random. More details: https://applelife.ru/posts/727913
Blocks NVRAM variables, not needed for us. Delete the entires there.Please leave a note that if a variable exists in NVRAM,
Addwill not overwrite it. You could think ofAddas setting default values. To forcibly overwrite the variable value at every boot you will want to add it toBlock. Normally undesired, as you could usesudo nvram, but worth understanding clearly.Enables GOP, AptioMemeoryFix already has thisDo not rely on it. It will be gone from AptioMemoryFix in the future. On almost all firmwares it must be YES.
IgnoreInvalidFlexRatio: NOMention that it is needed on pretty much all hardware prior to Skylake.
Also, we will have a kext list very soon in Docs/Kexts.md in OpenCorePkg. Stuff like NullCPUPowerManagement is compatible, but is only needed on AMD.