khronokernel / Getting-Started-With-OpenCore

A brief guide to using the OpenCore bootloader for hackintoshes
143 stars 23 forks source link

Guide bugs #6

Open vit9696 opened 5 years ago

vit9696 commented 5 years ago

Hello,

Some notes:

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.

khronokernel commented 5 years ago

@vit9696

ROM: <> (Automatically filled in)

I believed that UseMacAddress0 was the correct value but it seems that this is incorrect from your comment on AppleLife. So any 6 character MAC address, no specific values have to be chosen?I do understand that you can use the correct Mac address of the hardware but choosing a different value will have no affect? And if it does matter, would you use the BlockID or the deviceID of the NIC? I assume DeviceID but want to make sure

Blocks NVRAM variables, not needed for us. Delete the entires there.

Will fix, thanks for the clarification

. Please recheck the changes =)

That's my fault for making a guide on extremely alpha projects, I will try to clean it up. And thank you for taking the time to point out the issues, I really do appreciate it.

And one last question: While I realize you and your team still have many things you'd like to work on, do you have a rough timeline for when you'd like to release OpenCore?

vit9696 commented 5 years ago

ROM must either be Apple ROM (dumped from a real Mac), or your NIC MAC address, or any random MAC address (could be just 6 random bytes). What is better is discussible and depends on how you configure iMessage. In any case it must not be empty unless you run OpenCore on a real Mac.

Also, it is sudo nvram, not NVRAM (the usual nvram command, see man nvram)

As for a timeline, there is no particular date I could give you now. 0.0.3 will remain being recommended to developers only, but I would say we are quite stable and feature rich now despite the alpha. You could probably try it with general people as long as they are careful enough to read everything.