Skip to content
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

wrong system-uuid #22

Open
eleztian opened this issue Apr 26, 2022 · 1 comment
Open

wrong system-uuid #22

eleztian opened this issue Apr 26, 2022 · 1 comment

Comments

@eleztian
Copy link

image

As of version 2.6 of the SMBIOS specification, the first 3 fields of the UUID are supposed to be encoded on little-endian.

the version should be SMBIOS version, not system-version.

@jgbooks
Copy link

jgbooks commented May 21, 2022

I have the same problem

edr:/home/edr # dmidecode -t 1
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: VMware, Inc.
        Product Name: VMware Virtual Platform
        Version: None
        Serial Number: VMware-56 4d a6 d2 17 06 63 43-dc 2d 99 59 b5 33 a7 b3
        UUID: 564da6d2-1706-6343-dc2d-9959b533a7b3

when i build ./cmd/main.go and run it:

edr:/home/edr # ./main 4 |grep UUID
        UUID: D2A64D56-0617-4363-DC2D-9959B533A7B3

chennqqi added a commit to chennqqi/dmidecode that referenced this issue Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants