ValdikSS / Super-UEFIinSecureBoot-Disk

Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
734 stars 112 forks source link

Using grub-2.06-for-windows.zip, How do I apply your security bypass patches to chainloader, linux/linuxefi and shim? #23

Closed 1457384613gh closed 1 year ago

1457384613gh commented 1 year ago

Hi, Above all, thanks for your great S-U-D.

I've got a problem

https://ftp.gnu.org/gnu/grub/ What I use is grub-2.06-for-windows.zip. How do I apply your security bypass patches to chainloader, linux/linuxefi and shim?

Is there a linux.mod, chain.mod or kernel.img patched with security bypass?

1457384613gh commented 1 year ago

I try to make a PreLoader.efi patched with your patches.

But the terminal shows something wrong and I haven't got a PreLoader.efi. What I've got is HashTool.efi, HelloWorld.efi, KeyTool.efi, Loader.efi, LockDown.efi, ReadVars.efi, SetNull.efi, ShimReplace.efi, UpdateVars.efi and others with -signed.

This is the log, output.log

Could you help to see?

图片

ValdikSS commented 1 year ago

How do I apply your security bypass patches to chainloader, linux/linuxefi and shim?

Grab patches from here: https://github.com/ValdikSS/Super-UEFIinSecureBoot-Disk/tree/master/grub-patches They most probably won't apply cleanly, you'll need to adapt it to newer GRUB version.

But the terminal shows something wrong

Zsh tries to glob() a file with .rel.* name. Use single quotes '.rel.*'.

1457384613gh commented 1 year ago

@ValdikSS I have used your security bypass patches. And I write a credit to you. https://github.com/M-L-P/Yours-UEFI image