One of the things that Apple has been pretty consistent over the years is that a specific model Mac will have the same hardware if the part number is the same. The PC world is not really like. When I was creating images for Dell laptops back in the day, the same model laptop purchased at the same time could have a different sound card or different ethernet hardware. Apple hardware was consistent, which is why I was surprised when I discovered that two identical MacBook Air models had a different type of SSD. The MacBook Airs that had been purchased a while ago had SSDs that had a physical block size of 4096 bytes, and the newer MacBook Airs has a physical block size of 512 bytes. This was strange since Apple is generally moving towards 4k physical block size.
We discovered this issue when restoring a Winclone image that was done using block-based imaging on a 4k byte physical block MacBook Air. That same image was being used to image a large number of MacBook Airs, but some MacBook Airs were not booting Windows on first boot. When we investigated, we discovered the block size discrepancy.
If run this command in terminal, you can determine the physical block size of disk0:
diskutil info disk0
- Restore the existing Winclone image from the 4k block size on to one of a MacBook Air that has 512 block size. Do not reboot into Windows (since it would fail anyways). Even with the MFT mismatch, the files are able to be read correctly in macOS.
- In Preferences of Winclone 6, uncheck the “Use block based imaging…” checkbox to switch to file based imaging.
- Create an image of the Boot Camp partition you just restored. This will create a file based image that can be restored on either 512 or 4096 physical block images.
- Switch to block based imaging in preferences in Winclone.
- From the tools menu, select Shrink NTFS Filesystem…
- After shrinking, create a new Winclone image of the boot camp partition.