-
-
Notifications
You must be signed in to change notification settings - Fork 62
Lanzaboote just broke my PC (no display) #433
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
Comments
I am sorry this happened. Normally, the UEFI ecosystem ensured that any newer motherboards and systems implements the specification safely for the user, but OEM being the way they are, there's no way to be 100 % certain that enabling Secure Boot will not brick your system. That being said. What you are describing looks like the fact there's an important component (graphical driver or Ethernet driver) that is being waited upon at boot and blocks further POST-ing in the firmware. This component was probably signed using an OEM set of Secure Boot keys. When you cleared your Secure Boot keys and enrolled your own PK, you removed that OEM set of Secure Boot keys, rendering all these components as "not signed" according to the new policy. What would help to restore your system is to perform a BIOS update without any graphical interface, some of the motherboards offers a special USB port where you plug and a BIOS upgrade triggers, this will factory reset your BIOS and bring back the old set of OEM Secure Boot keys. This has the highest chance of restoring the functionality of your system. Please let us know how it goes and we can try to help you as much as our knowledge allows it. Again, really sorry this happened but also thank you for testing it and opening an issue. |
Update: My motherboard does not support q-flash plus and thus I cannot rollback my bios. Any other suggestions or am I forced to RMA? |
Alternatives includes:
RMA may be the easiest choice if you don't feel expert enough on these kinds of things. Just for our own information, how did you enroll the Secure Boot keys? Did you just run |
Sorry for the late reply. I checked at various places and it turns out that I might be able to turn off secure boot by switching my GPU. Since the graphical drivers are preventing from further progress in the firmware, a switch of the GPU might let me turn off secure boot. I will borrow my friends GPU and test it out. Progress will be posted here. As for your question, I did |
I installed lanzaboote with niv and finished the QuickStart guide till the verification part. After verification, I booted into UEFI firmware to change the secure boot option to true and enroll PK keys to activate it. When I completed and booted my PC, no display. After 15 minutes, I decided to turn off my PC and boot again. Still no display. Then I began to troubleshoot.
Troubleshooting steps I performed:
Things to note:
PC Specs:
Any help on why this happened and fixes would be appreciated.
The text was updated successfully, but these errors were encountered: