billw2 / rpi-clone

A shell script to clone a booted disk.
BSD 3-Clause "New" or "Revised" License
2.56k stars 334 forks source link

RPi5 #170

Open scargill opened 1 year ago

scargill commented 1 year ago

Not an issue, Bill - just enquiring (but couldn't think of anywhere else to post this).. Will RPi-Clone continue to function in the RPi5 without modification?

framps commented 1 year ago

I think that's not dependent on the new HW but the SW required by RPi5. As far as I know RPi5 requires bookworm and rpi-clone works with bookworm if you apply the patch listed in https://github.com/billw2/rpi-clone/issues/168.

Melluish commented 10 months ago

I successfully cloned an RPi5 SD card last night to another SD card connected via a USB adaptor. The only issue was that for some reason the PARTUUID didn't get updated in cmdline.txt so had to be manually changed afterwards for it to boot.

framps commented 10 months ago

@Melluish See #168 how to fix your PARTUUID update issue