Raspberry Pi root on SSD
Jump to navigation
Jump to search
- Make an SD card, maybe with the lite image, boot it and do the initial dialog.
- Make an ext4 filesystem on the SSD, and copy the root file system with
cp -ax / /mnt
.- That cp command is broken, so I used
cp -ax /. /mnt
- That cp command is broken, so I used
- Use
lsblk -o +PARTUUID
- Edit /boot/firmware/cmdline to change root
- Edit /mnt/etc/fstab to change root partition
- Reboot
- Install raspberrypi-ui-mods