We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
fix yumaojun03#22
a9abb2d
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: