EfiGuard icon indicating copy to clipboard operation
EfiGuard copied to clipboard

Why not have the option to load the windows boot manager from the EfiGuardDxe.efi instead of loader.efi?

Open subvert0r opened this issue 1 year ago • 0 comments

Question description

I have added a code to load windows boot manager in the DXE project itself, and tried to load this instead of the loader, and it worked fine. Note that i set the DSE option to turn off in boot, so I don't need the EFI driver to stay in memory.

My question is, is there any limitation of not using a loader and write everything in one EFI module? What was the reason that EFI guard chose to write a loader and dxe driver instead of writing just one project, hence just one EFI file?

subvert0r avatar Jul 16 '24 11:07 subvert0r