Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
subvert0r opened this issue Jul 16, 2024 · 0 comments
Labels
question Questions

Comments

@subvert0r
Copy link

subvert0r commented Jul 16, 2024

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 subvert0r added the question Questions label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions
Projects
None yet
Development

No branches or pull requests

1 participant