Skip to main content
Topic: Secure Boot (Read 1704 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Secure Boot

Is it possible to set up secure boot and EFI with Artix installation at this point?

Re: Secure Boot

Reply #1
Hello i'm doing the ultimate necroposting, you can do secure boot through sbctl as stated in the archwiki, make sure to run

Code: [Select]
sudo grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB --modules="tpm" --disable-shim-lock

and

Code: [Select]
sudo grub-mkconfig -o /boot/grub/grub.cfg

or else it will fail to boot

also when you verify, vmlinuz-linux may not show up, so u gotta sign it manually:

Code: [Select]
sudo sbctl sign -s /boot/vmlinuz-linux