diff --git a/Library/OcBootManagementLib/BootEntryManagement.c b/Library/OcBootManagementLib/BootEntryManagement.c index 1e5a50bf..d4af1e47 100644 --- a/Library/OcBootManagementLib/BootEntryManagement.c +++ b/Library/OcBootManagementLib/BootEntryManagement.c @@ -593,6 +593,8 @@ InternalAddBootEntryFromCustomEntry ( return EFI_OUT_OF_RESOURCES; } + BootEntry->IsExternal = FileSystem->External; + if (CustomEntry->Id != NULL) { BootEntry->Id = AsciiStrCopyToUnicode (CustomEntry->Id, 0); if (BootEntry->Id == NULL) {