diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c b/MdeModulePkg/Core/Dxe/Image/Image.c index 077d2a0299..d0539b98e4 100644 --- a/MdeModulePkg/Core/Dxe/Image/Image.c +++ b/MdeModulePkg/Core/Dxe/Image/Image.c @@ -842,7 +842,7 @@ CoreLoadImageCommon ( &AuthenticationStatus ); if (FHand.Source == NULL) { - Status = EFI_LOAD_ERROR; + Status = EFI_NOT_FOUND; } else { // // Try to get the image device handle by checking the match protocol.