
This is not helpful, and is particularly undesirable in a thread that previously had 0 responses. Some users run a canned search for threads with zero replies as a way of finding posts to answer. When you replied, you removed this thread from the list, even though you were neither offering a solution nor soliciting information that we could use to help the poster. Thus, they would no longer see your thread on the list of unanswered threads.justguy wrote:dont use secure boot
It's probably attempting verification with the wrong key/certificate (possibly the portage certificate you used is not registered with UEFI/shim yet). Try listing all signatures with "sbverify --list".Why sbctl can not verify signature created by portage and sbsign ?

Nowa wrote:It's probably attempting verification with the wrong key/certificate (possibly the portage certificate you used is not registered with UEFI/shim yet). Try listing all signatures with "sbverify --list".
Code: Select all
# sbverify --list /boot/memtest86plus/memtest.efi64
signature 1
image signature issuers:
- /C=Platform Key/CN=Platform Key
image signature certificates:
- subject: /C=Platform Key/CN=Platform Key
issuer: /C=Platform Key/CN=Platform KeyCode: Select all
# openssl x509 -text -noout < /var/lib/sbctl/keys/PK/PK.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
***STRIPPED***
Signature Algorithm: sha256WithRSAEncryption
Issuer: C=Platform Key, CN=Platform Key
Validity
Not Before: ***STRIPPED*** 2025 GMT
Not After : ***STRIPPED*** 2030 GMT
Subject: C=Platform Key, CN=Platform Key
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
Public-Key: (4096 bit)
Modulus:...
Code: Select all
# sbverify --list /boot/memtest86plus/memtest.efi64
signature 1
image signature issuers:
- /C=Platform Key/CN=Platform Key
image signature certificates:
- subject: /C=Platform Key/CN=Platform Key
issuer: /C=Platform Key/CN=Platform Key
signature 2
image signature issuers:
- /C=Database Key/CN=Database Key
image signature certificates:
- subject: /C=Database Key/CN=Database Key
issuer: /C=Database Key/CN=Database Key
