diff --git a/UnixPkg/FvbServicesRuntimeDxe/FvbInfo.c b/UnixPkg/FvbServicesRuntimeDxe/FvbInfo.c index 19935b22f0..0e30004d90 100644 --- a/UnixPkg/FvbServicesRuntimeDxe/FvbInfo.c +++ b/UnixPkg/FvbServicesRuntimeDxe/FvbInfo.c @@ -102,7 +102,7 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = { { 0, }, // ZeroVector[16] - EFI_SYSTEM_NV_DATA_HOB_GUID, + EFI_SYSTEM_NV_DATA_FV_GUID, FixedPcdGet32 (PcdFlashNvStorageVariableSize) + \ FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize) + \ FixedPcdGet32 (PcdFlashNvStorageFtwSpareSize) + \