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

run qemu with ovmf.fd (compiled with the -D SECURE_BOOT_ENABLE) ,Uefi shell can not run correctly #83

Open
liyongbo09 opened this issue Feb 13, 2025 · 0 comments

Comments

@liyongbo09
Copy link

recently I use the git clone to get the latest version of edk2, I want to run OVMF.fd based on the qemu , use " build -p OvmfPkg/OvmfPkgIa32X64.dsc -t GCC5 -b RELEASE -a IA32 -a X64 -D SECURE_BOOT_ENABLE " to get the OVMF.fd .

  • Run qemu with: -bios path/to/OVMF.fd . according to my point ,the system will go into uefi shell . while it can not . while if use " build -p OvmfPkg/OvmfPkgIa32X64.dsc -t GCC5 -b RELEASE -a IA32 -a X64 ",the system can go into uefi shell . I also find that the default test keys (PK KEK DB) can not find in the Build directory. even if compiled with SECURE_BOOT_ENABLE. how to solve this problems ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant