Closed 1457384613gh closed 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?
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.*'
.
@ValdikSS I have used your security bypass patches. And I write a credit to you. https://github.com/M-L-P/Yours-UEFI
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
orkernel.img
patched with security bypass?