Hi,
I have been running 2 PI4’s on SSD’s (SATA). That was easy for me to setup as, being external, I could easily connect the SSD directly to my Mac and do it.
I now have a PI5 with a PCIe m.2 SSD already installed via the official Pi HAT.
I’ve google a bunch of times to install DietPi onto the SSD having booted DietPi from an SD.
Every time it has failed. The process I have follows is as follows. I would appreciate any nuts as to what to wrong or missing. My connection is via SSH
- download and install DietPI on SD
- boot up Pi
- Edit
rpi-eeprom-config& addBOOT_ORDER=0xf416 - reboot
- Clone SD to SSD using
sudo rpi-clone nvme0n1 - remove SD
- reboot
Thanks!
edit: I’m aware that this is quite simple with Raspberry Pi OS as there BOOT_ORDER can be changed in raspi-config and there is an SD Card Copier pre-installed as well.