Skip to content
#

uefi

Here are 549 public repositories matching this topic...

timrobertsdev
timrobertsdev commented Feb 14, 2022

Affected: Firmware targeting EFI < 1.10 and UEFI drivers that do not use BootServices.open_protocol and BootServices.close_protocol.

Prior to EFI 1.10, the EFI_BOOT_SERVICES.UninstallProtocolInterface function lacks the safety checks that were added in 1.10. It simply removes a protocol from a handle, and if the last protocol is removed from a handle, that handle is freed by firmware and

Foxboron
Foxboron commented Dec 29, 2021

Issues should demand people attach the following outputs:

  • sudo sbctl status
  • sudo hexdump -C /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c

And we should preferably implement sudo sbctl debug as a hidden command so we can have some better structured data we can use for debugging.

good first issue

Improve this page

Add a description, image, and links to the uefi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uefi topic, visit your repo's landing page and select "manage topics."

Learn more