This commit is contained in:
Lillian Violet 2024-11-30 18:40:12 +01:00
parent c876e563d8
commit 90f884bebe

View file

@ -64,5 +64,4 @@ Removing the secure boot for shodan involves some trickery on the command line,
``sudo chattr -i /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c`` ``sudo chattr -i /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c``
then enable setup mode for the system with then enable setup mode for the system with
``sudo efi-updatevar -d 0 -k /etc/secureboot/keys/PK/PK.key PK`` ``sudo efi-updatevar -d 0 -k /etc/secureboot/keys/PK/PK.key PK``
This should allow you to reinstall or do other things with the sytem (and crucially disable secure boot in the boot menu). This should allow you to reinstall or do other things with the sytem (and crucially disable secure boot in the boot menu).
``