SD Card Restore - Raspberry Pi

From ETCwiki
Revision as of 18:08, 25 September 2013 by Ddxfish (talk | contribs) (Ddxfish moved page Raspberry Pi - Complete SD Card Restore to SD Card Restore - Raspberry Pi)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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