jjjefff wrote:
I understand all the information points to it being impossible.
I'm just wondering... if I copy the partition, how could it not work? Shouldn't the copy be a clone of the original?
From the previously-linked info: “It’s possible but complex to make a block-level copy of an entire disk at the command line.”
Go try whatever you want to try here of course, and let us know.
Pragmatically, I’d do a block copy into a zip archive or such. Something akin to this:
dd if=/dev/srcvol of=/srcvol.img
zip srcvolcompressed.zip srcvol.img
Whatever you do try, also unpack (unzip) it and test it with Time Machine, before disposing of the original storage.
I’d update from macOS 15.0 first, though.