Artix Linux Forum

Artix Linux => System => Topic started by: mrbrklyn on 06 August 2019, 08:40:41

Title: Secure Boot
Post by: mrbrklyn on 06 August 2019, 08:40:41
Is it possible to set up secure boot and EFI with Artix installation at this point?
Title: Re: Secure Boot
Post by: FumoFumoEnjoyer on 31 December 2024, 12:24:44
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
Title: Re: Secure Boot
Post by: nous on 31 December 2024, 15:28:44
This necroposting is so audacious we'll allow it. Also informative.