-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Populate SMBIOS serial number #432
Comments
Do you actually need any of them? I'm not sure how much of this is feasible with coreboot, which has mostly static data determined at build time. I'd expect it to require some substantial changes to how we build and flash firmware. |
The only one I'm particularly interested in is the Serial Number, since it's nice to have it there and ready to be copied/pasted when I (and other customers) need support. #268 says that the UUID is important for Vanta/ SKU Number seems like it's only something that would be useful for y'all, System76. I don't know what Family is. Reddit says it's possible to read the UUID from a CBFS file, whatever that is; but also that System76's Coreboot doesn't currently support this. |
A similar change would be required for setting the serial number. These fields are described in: SMBIOS 3.6.0, 7.2 System Information (Type 1) |
It looks like there is already |
dmidecode -t system
has many missing fields
Since UUID already has an issue, I've changed this one to be for just the serial number.
Type 2 "Asset Tag" would probably be the next most useful field. |
I need to use Cloudflare Zero Trust. Its WARP client uses |
Having a retrievable serial number makes life a lot easier for anyone using System76 laptops in an enterprise environment. Being able to quickly and easily map devices between different tools without relying on the human input is ideal. |
dmidecode -t system
has many missing fields; example:As you can see above, the "Serial Number", "UUID", "SKU Number", and "Family" are undefined.
The serial number is actually used by KDE in the "About this System" menu:
I would like to have my BIOS report the correct serial number so that, in the future, I can get that serial number from KDE instead of by turning the laptop upside down.
I posted about this first on Reddit; the contents of that post are copied below:
https://www.reddit.com/r/System76/comments/14h8bva/bios_has_fake_default_serial_number
One commenter mentioned that it's because System76 has not yet implemented reading from a "CBFS" file.
I didn't see an issue about this exactly, so I am creating one here to track the issue.
https://www.reddit.com/r/System76/comments/14h8bva/comment/jpfhvfw/?utm_source=share&utm_medium=web2x&context=3
Related: #268
The text was updated successfully, but these errors were encountered: