rhboot / shim

UEFI shim loader
Other
865 stars 293 forks source link

MokManager: removed Locate graphic output protocol fail error message #441

Closed joeyli closed 2 years ago

joeyli commented 2 years ago

On some platform, like GCP or OVMF which does NOT provide EFI_GRAPHICS_OUTPUT_PROTOCOL when no display device (or the display device be disabled). It causes that the "Error: Locate graphic output protocol fail: (0xE) Not Found." always be showed on console when we enroll MOK through MokManager. The message box blocked the process of enrolling MOK and scared user. The error message is introduced by 55163bc82c517 since 15.2. This patch removed the error message.

https://github.com/rhboot/shim/issues/440