grub chainloader invalid signature bypass

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
clementttttttttt
Member
Member
Posts: 70
Joined: Tue Jul 14, 2020 4:01 am
Libera.chat IRC: clementttttttttt

grub chainloader invalid signature bypass

Post by clementttttttttt »

So I'm experimenting with mbr's recently and grub is not letting me to boot my code because it doesn't have the mbr signature. Is there any way to bypass this?
User avatar
iansjack
Member
Member
Posts: 4703
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: grub chainloader invalid signature bypass

Post by iansjack »

Put the signature in the MBR?
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: grub chainloader invalid signature bypass

Post by PeterX »

Add the option:

Code: Select all

--force
Post Reply