Issues with setting up secure boot on a dual boot system

Hello :slight_smile:

I’m dual booting with windows 10 and i need to use it with secure boot, there is a program that requires it.

I’ve followed the tutorial for sbctlon the arch wiki, everything in the terminal goes through without errors and prompting sbctl verifyshows me the entries that i’ve signed are correct BUT there seems to be an issue with my MSI Motherboard, which i’ve tried to negate by following this https://github.com/Foxboron/sbctl/issues/181 on the git for sbctl . However when i reboot and enable secure boot in the bios, grub throws me into the rescue shell.

So i’m currently left with disabling and re-enabling secure boot everytime i switch the os, which is…well not ideal lol.

Could you guys point me in the right direction to find a fix ?

Much apprechiated!

I’ve fixed it.

I passed the following after enrolling the keys and before signing the files.

sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --modules=“tpm” --disable-shim-lock

This can be closed :slight_smile:

1 Like

Welcome to the forum @Bodhi_Bag :enos_flag:
Congrats on solving the issue. You can mark your answer as solution :slightly_smiling_face:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.