You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: