noahbliss/mortar

Add support for Debian 12

Closed this issue · 6 comments

ioctl2 commented

Please add support for Debian 12 Bookworm.
Presently, following the steps in the documentation results in a dead end (is there a workaround?):

image

Could you install apt-file and search for the package which provides that file? I think the syntax is apt-file search /usr/lib/systemd/boot/efi/linuxx64.efi.stub

ioctl2 commented

apt-file returned systemd-boot-efi.

cool, give that an install via apt and see if it works

ioctl2 commented

It did the trick:
image

great, this seems like it would be applicable/required for both TPM1.2 and 2. Let me make that update.

Thanks for the report!