Graze_042
While you are correct about the BCD GUID mismatch, advising a sector-by-sector raw block copy, dd, for drives with mismatched logical sector sizes. Like, an older 512e SATA drive to a modern 4Kn native NVMe drive, is a recipe for disaster.
If you force a raw sector copy across different sector architectures, you will completely corrupt the file system metadata and alignment, resulting in massive performance degradation or an unreadable partition table.
VSS cloning is mathematically required when target geometries differ.