Jump to content
6 posts in this topic

Recommended Posts

Does anyone know how to read MOBO info like manufacturer name and model type (i.e. Gigabyte, Z390 Designare)?

I have tried the debug version/Target 23, but haven't managed to get the desired info.

 

Target 23

 

Log.

ioreg -lw0 -p IODeviceTree | grep boot-log | sort | sed 's/.*<\(.*\)>.*/\1/' | xxd -r -p

 

With Clover it easily done by reading the log generated by bdmesg.

 

Help will be appreciated a lot. 

 

Thank in advance :-)

 

And... Sorry if this has been covered already!

Edited by drlove

@drlove

 

You mean like this:

 

ioreg -lp IODeviceTree | grep OEMBoard & ioreg -lp IODeviceTree | grep OEMVendor
    |       "OEMVendor" = <"Gigabyte Technology Co., Ltd.">
    |       "OEMBoard" = <"Z170X-Gaming 5">

 

  • Like 1
47 minutes ago, drlove said:

Exactly :-) This command works great with Clover, but not with OpenCore. Did I miss something with OpenCore? 

 

Thanks!

This is a terminal command and I don't think that it works under clover or OC's shell command.

  • Like 1

if you boot the OC without opencanopy (the GUI and the icons) on the top of the list you'll see the release version info about open core like OpenCore Boot Menu (REL-060-2020-0723) which contains the version (060 in my case and the release date 2020-07-23); you can also use debug option in the config which will dump all the related info and if you boot into macOS and use Hackintool it will show the current version of OC

 

Spoiler

Screen Shot 2020-07-24 at 6.27.50 PM.png

 

×
×
  • Create New...