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

Fix EFI GUID #5

Open
zaolin opened this issue Jul 24, 2018 · 2 comments
Open

Fix EFI GUID #5

zaolin opened this issue Jul 24, 2018 · 2 comments

Comments

@zaolin
Copy link
Contributor

zaolin commented Jul 24, 2018

https://github.com/systemboot/tpmtool/blob/304bb9ad19f03ad69bad1dff43103730558233b6/pkg/tpm/structures.go#L14

Merge D and E

@orangecms
Copy link
Contributor

Can you elaborate on that? The UUID format is 5 pieces of 4-2-2-2-6 bytes;
example:
123e4567-e89b-12d3-a456-426614174000
Why would you merge the last two?

https://en.m.wikipedia.org/wiki/Universally_unique_identifier#:~:text=IEC%209834%2D8.-,Format,e89b%2D12d3%2Da456%2D426614174000

@orangecms
Copy link
Contributor

There is actually an issue with the GUID. For example, I get this:

Variable - 8be4df61-93ca-11d2-daa-00e098032b8c - SecureBoot

part D is wrong; it should be aa0d (the full GUID is 8be4df61-93ca-11d2-aa0d-00e098032b8c)

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