Static binary analysis is just a tool to help you catch the
most common failures. It's not a way to say that a dump is free of problems - at best, it's free of the most common problems. Failures frequently happen with unpredictable ways that you cannot catch just with static binary analysis.
For example, a cross flashed Mac Pro (an early-2009 that had the EFI upgraded to MP5,1 via MacEFIROM tool), fails not just because of the usual NVRAM problems, but also because several deprecated MP4,1 variables continue to be stored inside the VSS store, the circular log have less space to work or is fragmented and garbage collection is forced to work more and with less space (same issue of Windows SecureBoot certificates). This overtime leads to NAND cell exhaustion failure and binary static analysis can't catch it because the variables are correctly stored and valid, but shouldn't be there. Also, the MP4,1 NVRAM volume, and the MP4,1 BootBlock, are slightly incompatible with the MP5,1 EFI and overtime this will result on the corruption of the NVRAM volume. All cross-flashed early-2009 Mac Pro needs to be correctly and fully upgraded to the 0x0D firmware standard that Apple sent with the last run of mid-2012s. This is crucial for early-2009s with dual CPU trays.
Another common problem where binary static analysis is useless, the BootBlock Apple sent with mid-2010s and most mid-2012s (also installed on cross-flashed early-2009 by the MacEFIROM tool) have a cold boot hang during POST that only presents itself when you have a PCIe switched card, Apple worked for a long time with
@crjackson2134 to finally solve this nasty one with 144.0.0.0.0. The problem is, you can't install the updated BootBlock without a BootROM reconstruction, since efiflasher don't upgrade anything besides the EFI firmware inside the BootROM image. So, all Mac Pros that have a BootBlock earlier than AAPLEFI1.88Z.0005.I00.1904121247 (practically all) are subject to this bug, but just people with PCIe switched cards will notice it.
Anyway, back to the results from
@Macschrauber tool, zero MemoryConfigs present are just impossible - it's like to say you booted without RAM being identified and configured. So, something is seriously wrong with your NVRAM volume/hardware.