Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Guide bugs #6

@vit9696

Description

@vit9696

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, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions