|
Bugzilla – Full Text Bug Listing |
| Summary: | fdectl should mention Secure Boot state in errors | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | JuPing Chan <email> |
| Component: | Bootloader | Assignee: | Bootloader Maintainers <bootloader-maintainers> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | glin |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
JuPing Chan
2023-08-01 10:25:38 UTC
You probably saw the error messages like this: Error: Unable to read EFI variable "PK-8be4df61-93ca-11d2-aa0d-00e098032b8c" Error: Unable to read EFI variable "KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c" Error: Unable to read EFI variable "db-d719b2cb-3d3a-4596-a3bc-dad00e67656f" It's from pcr-oracle which tries to traverse the TPM event log and predict the PCR values. For the system in setup mode, those Secure Boot variables would be mentioned in the event log but not available in runtime since those variables are empty. Anyway, pcr-oracle just complains the error and continues the calculation of PCR values. Maybe I should add the mokutil check in the beginning to remind the user to enable Secure Boot correctly. Yep! Those are the errors I saw. For Secure Boot, it was a surprising discovery as well to see that Secure Boot was in a setup state in UEFI, because the server initially came with Windows 11 and I made some assumptions. Does that mean automated key enrolment is a potential feature too if fdectl detects this state in the UEFI? I will get better knowing the material eventually thanks to making this feature easily accessible! (In reply to JuPing Chan from comment #2) > Yep! Those are the errors I saw. > > For Secure Boot, it was a surprising discovery as well to see that Secure > Boot was in a setup state in UEFI, because the server initially came with > Windows 11 and I made some assumptions. > Indeed, I assume Windows 11 would request Secure Boot to be enabled, but it seems not. > Does that mean automated key enrolment is a potential feature too if fdectl > detects this state in the UEFI? > Probably no. We have no plan to enroll any key into UEFI db, at least for now. > I will get better knowing the material eventually thanks to making this > feature easily accessible! No problem. It's nice to receive some feedback for fde-tools :) |