corpnewt / GenSMBIOS

Py script that uses acidanthera's macserial to generate SMBIOS and optionally saves them to a plist.
MIT License
1.63k stars 241 forks source link

How this generates the serial numbers ?? #16

Closed Greasy-Monkey closed 4 years ago

Greasy-Monkey commented 4 years ago

I tried one serial number {not from genbios} and it works {has invalid purachage date} ?So is there any formula to get other data

Type = SystemProductName Board Serial = MLB SmUUID = SystemUUID

from it ? Also can i use serial number of Mac pro when product name is imac ?

corpnewt commented 4 years ago

It leverages macserial from OpenCorePkg - info here.

-CorpNewt