SD Card Restore - Raspberry Pi

From ETCwiki
Jump to navigationJump to search

This will take the image you made using our guide to make a SD card backup and restore it to any SD card of the same size (sometimes works with diff sizes but cant guarantee).

  • Put the SD card from the pi into your main linux PC
  • Replace any /dev/sdc with your memory card
umount /dev/sdc1
umount /dev/sdc2
dd if=~/rpifull.img bs=1M of=/dev/sdc