mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
When EfiBootManagerRefreshAllBootOption() discovers a bootable device that is not present in BootOrder, it attempts to persist the device as a Boot#### option. The operation is intentionally best-effort, so failures are ignored and the refresh continues. If the variable store is full, the device can still be connected and visible from the UEFI Shell through SimpleFileSystem, but setup or boot manager pages that rely on BootOrder/Boot#### do not show the device. Without a boot manager level message, the failure is difficult to distinguish from device enumeration problems. Report SetVariable() failures through the existing status-code helper when updating Boot#### and *Order variables, and log failures when auto-created boot options cannot be added during refresh. Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn> |
||
|---|---|---|
| .. | ||
| Application | ||
| Bus | ||
| Core | ||
| Include | ||
| Library | ||
| Logo | ||
| Test | ||
| Universal | ||
| MdeModulePkg.ci.yaml | ||
| MdeModulePkg.dec | ||
| MdeModulePkg.dsc | ||
| MdeModulePkg.uni | ||
| MdeModulePkgExtra.uni | ||