I’m trying to clone Umbrel 1.2 Beta (currently in a SD card) to my NVME.
No success using ‘SD Card Copier’ OR creating an image directly from ‘Imager’, both on Raspberry Pi OS.
Anyone else had any success? Or can suggest an alternative?
Can Balena Etcher run on RP OS?
PS: The beta version 1.2 already recognise my NVME automatically when booting from the SD card. But I want to run purely from the NVME.
make a backup via rsync to backup your umbrel folder to external SSD.
attach the above nvme m2 ssd to your laptop
burn the PI5 image to the attached nvme m2 ssd (Balena Etcher)
install the nvme to your rpi 5 (on hat board)
boot pi5. it will boot now from nvme ssd
stop umbrel (sudo systemctl stop umbrel)
restore app-data/bitcoin from your backup’ed external ssd via rsync
re-mount boot partition via “sudo mount -o remount,rw /dev/nvme0n1p2 /boot”. /boot is a read- only filesystem. modify /boot/config.txt to set nvme gen3 support. (dtparam=pciex1_gen=3). Will be much more performant.