Homepage Forums RetroPie Project Everything else related to the RetroPie Project Cloning SD card for multiple Pi consoles

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #38002
    Anonymous
    Inactive

    After tinkering with RetroPie for about a week (bear in mind, this was my first time ever dealing with Linux), I finally configured it to do everything I wanted in an all-in-one retro gaming console. My son-in-law saw it and wants me to create one for him, as well. In order to make a second console, can I simply clone the SD card and plug it into another Pi and it’s ready to play? Or will I have to configure a separate card for a separate system? Much thanks in advance!

    #38138
    kitchuk
    Participant

    Use a program called Win32 Disk Imager. You can insert your sd card into your PC and them read the sd card and create an output .img file. You can then wrote this image file to any other sd card. It’s what u do to make a backup of my setup.

    #38141
    kitchuk
    Participant
    #38167
    InsecureSpike
    Participant

    if you have a mac, I very much suggest ApplePi-Baker, it’s awesome an every fast! here’s the link

    http://www.tweaking4all.com/news/applepi-baker-v1-6-update/

    #38201
    Anonymous
    Inactive

    Thank you.

    #38933
    InsecureSpike
    Participant

    which way worked for you, mate

    #39025
    Anonymous
    Inactive

    I haven’t done it, yet, but I’m on a PC and going to try using the Win32 disk imager. I’ve read that it was possible to create a backup using this method in the event your SD card becomes corrupt, but I wasn’t sure if the SD card image was interchangeable between Pi consoles.

    #39031
    morias
    Participant

    It is definitely interchangeable. I have done it with dd on Linux.

    #39179
    Anonymous
    Inactive

    @morias As this is my first ever Pi project, you’ll have to excuse my ignorance on the subject matter. What is “dd”?

    #39462
    morias
    Participant

    dd is a command line tool for unix to backup disks. It can be dangerous so be careful.

    From memory I run the following:

    df to see what disks are mounted.
    umount /dev/sdb1 if my sd card is device sdb
    sudo dd bs=4M if=/dev/sdb of=filename.img

    To copy that to the new sd I unmount it and run:
    sudo dd bs=4M if=filename.img of=/dev/sdb

    You might want to google some other pages about backing up a sdcard using dd before doing it for the first time. Obviously you need another linux computer to do it as you can’t do it whilst it is mounted.

    #40029
    Anonymous
    Inactive

    @morias Sounds daunting. I think I will stick with the Win32 disk imager program. lol

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.