Sujet : Re: Move bookworm system from SSD to NVME
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.sys.raspberry-piDate : 31. Jul 2024, 23:28:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8edr3$1pjac$2@dont-email.me>
References : 1
User-Agent : Pan/0.159 (Vovchansk; )
On Wed, 31 Jul 2024 09:51:00 +0200, Jesper wrote:
3: Connect NVME to raspi, boot from SD-card and copy the system from
SSD to NVME. But how?
Use rsync to do a file-level copy. Then the difference in volume sizes
won’t matter.
I haven’t done this on ARM, only on x86 machines (several times), but the
procedure should be similar: after copying the installation across, you
will need to fix up /etc/fstab for the changed filesystem IDs, and also
reinstall the bootloader. Then you should be good to go.