Bug 20426 - Support build a OVMF.fd using AmdSevX64.dsc to support full disk encryption
Summary: Support build a OVMF.fd using AmdSevX64.dsc to support full disk encryption
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: BaseOS Modules (show other bugs) BaseOS Modules
Version: ---
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-15 12:51 UTC by wojiaohanliyang
Modified: 2025-04-15 12:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wojiaohanliyang hygon_group 2025-04-15 12:51:11 UTC
Description of problem:

Currently, the edk2.spec assumes the grub2-efi-x64-modules doesn't contain efisecret.mod which is the prerequisite to build grub.efi for the OVMF.fd using AmdSevX64.dsc, so the edk2.spec touches a dummy grub.efi to support build OVMF.fd using AmdSevX64.dsc. Since the https://gitee.com/src-anolis-os/grub2/pulls/69 add efisecret.mod to the grub2-efi-x64-modules, it's reasonable to remove the dummy grub.efi from the edk2.spec.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: