Contribute
Register

[GUIDE] Asus Prime A320I-K (AM4) Motherboard – OpenCore – macOS Monterey

Status
Not open for further replies.
Are you not using the A1 Micro case for this build ?
Probably not!, the budget for this build was $300, I spent $250 on the motherboard, processor and CPU cooler, the other bits I already owned. I can't justify spending another $250 on that beautiful A1 case and new PSU, the SilverStone has a noisy 40mm fan according to the reviews. Also need a PCIe X16 riser to connect the GPU to the board, from my experience with the cube, you're not getting the full potential of the graphics card. I like it in the G5 case, extremely easy to connect everything, very quiet!, low temps and very minimal!. Trying to keep it simple and is also a good 3D printing mod project, starting with the rear fan guard!.
 
Last edited:
Thanks to @CaseySJ & @Inqnuam, my A320I-K OpenCore 0.7.7 MacPro7,1 EFI has been uploaded to the HackinDROM database.

Screen Shot 2022-01-24 at 4.59.44 PM.png
 
Really good to see more people adding content to HackinDROM!
 
Really good to see more people adding content to HackinDROM!
Could you show him how to make AMD specific config.plist "HackinDROM ready" so CPU Total cores will be supported too in his config?
I dont remember which field was related to but the code is here
 
Could you show him how to make AMD specific config.plist "HackinDROM ready" so CPU Total cores will be supported too in his config?
I dont remember which field was related to but the code is here

I have it set to 0 in the uploaded file.
Screen Shot 2022-01-24 at 5.58.31 PM.png
 
B8040000 0000 > B8080000 0000
BA040000 0000 > BA080000 0000
BA040000 0090 > BA080000 0090
It was about these HEXs
we need to replace "04" by "CC" (Core Count) in uploading plist, then HackinDROM will automatically detect it for the users

Screenshot 2022-01-25 at 03.02.55.png
 
It was about these HEXs
we need to replace "04" by "CC" (Core Count) in uploading plist, then HackinDROM will automatically detect it for the users

View attachment 540252
@craighazan

We need to change the “Replace” section of the first 3 kernel patches to this:

B8040000 0000 > B8CC0000 0000
BA040000 0000 > BACC0000 0000
BA040000 0090 > BACC0000 0090

Notice that we replaced the core count with CC (which happens to mean ‘core count’). HackinDROM will subsequently tailor these bytes to a user’s processor.
 
@craighazan

We need to change the “Replace” section of the first 3 kernel patches to this:

B8040000 0000 > B8CC0000 0000
BA040000 0000 > BACC0000 0000
BA040000 0090 > BACC0000 0090

Notice that we replaced the core count with CC (which happens to mean ‘core count’). HackinDROM will subsequently tailor these bytes to a user’s processor.

Like this?. HackinDROM seems to be offline and I can't log in, I'm unable to upload the EFI.
Screen Shot 2022-01-25 at 6.24.41 AM.png
 
Like this?. HackinDROM seems to be offline and I can't log in, I'm unable to upload the EFI.
Thanks for reporting, it was certificate issue, now fixed
Yes Sir, it is correct
please try yo upload again
 
*Delete Please*
 
Last edited:
Status
Not open for further replies.
Back
Top