Hello folks,
I have built an AMD-based Hackintosh, and I need some baseline statistics from a MacPro 7,1 specifically the SMBIOS configuration for the Memory Slots. If there is an owner of a real MP 7,1 out there that wouldn't mind running dmidecode for me, I would be eternally grateful!
dmidecode can be obtained here
Download the zip file, and then unpack it. If I assume you unpack it in your Downloads folder...
Open up a Terminal (from Applications : Utilities: Terminal) and type the following command
or output to a text file with
Paste or attach the result.
Thanks in advance
I have built an AMD-based Hackintosh, and I need some baseline statistics from a MacPro 7,1 specifically the SMBIOS configuration for the Memory Slots. If there is an owner of a real MP 7,1 out there that wouldn't mind running dmidecode for me, I would be eternally grateful!
dmidecode can be obtained here
Download the zip file, and then unpack it. If I assume you unpack it in your Downloads folder...
Open up a Terminal (from Applications : Utilities: Terminal) and type the following command
Code:
~/Downloads/dmidecode -t memory
or output to a text file with
Code:
~/Downloads/dmidecode -t memory > ~/Downloads/memory.txt
Paste or attach the result.
Thanks in advance