When a Live Migration fails with a processor error while the VMs continue running normally, it usually points to a hidden CPU microcode or feature baseline mismatch rather than a hardware failure. This scenario frequently occurs when the source and destination hosts have slightly different BIOS/UEFI firmware versions, or when they are running different operating system security update levels. These discrepancies could affect the exposed Spectre/Meltdown security mitigations or virtualization-extension flags, causing the destination host to reject the incoming virtual machine because its active CPU feature set doesn't match.
To resolve this issue without taking downtime, check for built-in hypervisor compatibility options that smooth over these processor differences. You can open the virtual machine's settings, expand the Processor section, and check the box to enable processor compatibility mode, which limits the CPU features exposed to the guest OS to a common baseline.
If the compatibility settings are already active and the migrations still fail, you should verify that local resources are not inadvertently locking the virtual machine to its current host. This might be a locally mounted ISO image or CD/DVD drive mapping that cannot be reached by the destination host, which can sometimes manifest as a generic processor or hardware configuration error. Additionally, running a pre-migration validation command, such as the Compare-VM cmdlet, should output a report pinpointing the missing feature or compatibility flag that is causing the migration block.
As a troubleshooting step, you may need to plan a brief maintenance window to align the hardware and software baselines across your cluster. Updating all hosts to identical BIOS versions and ensuring they have the same operating system patches should help ensure their CPU feature flags are uniform.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin