G+_James Hughes Posted January 15, 2018 Share Posted January 15, 2018 I'm going to be presenting at a workshop for raspberry pi and I need about 20 micro sd cards with a custom image (a basic image with modifications and some data added). Fr. Robert Ballecer, SJ?? or anyone who knows, what is the best/easiest way to create the custom image? I have a MacBook pro with etcher to write the images. Thanks in advance. Link to comment Share on other sites More sharing options...
G+_Dan Hockey Posted January 15, 2018 Share Posted January 15, 2018 Berry boot has the ability of cloning an install. youtube.com - How to clone Raspberry Pi Micro SD card that is on Berryboot http://www.berryterminal.com/doku.php/berryboot Link to comment Share on other sites More sharing options...
G+_James Hughes Posted January 15, 2018 Author Share Posted January 15, 2018 Thanks for the feedback. I'm going to give the Info in this video a go first as it seems to be the simplest: Link to comment Share on other sites More sharing options...
G+_Mike Lambert Posted January 16, 2018 Share Posted January 16, 2018 You could also look into pibakery.org - PiBakery - The blocks based, easy to use setup tool for Raspberry Pi if you want to automate the build prior to cloning. Link to comment Share on other sites More sharing options...
G+_Chad Lawson Posted January 19, 2018 Share Posted January 19, 2018 I'll second PiBakery above. Not knowing exactly what you need to customize above hostname, I suspect this should do it. Link to comment Share on other sites More sharing options...
G+_Chad Lawson Posted January 19, 2018 Share Posted January 19, 2018 Alternately, you could use and stock image that includes a script that runs at first boot and calls a central sever to download a CSV of the various Pi devices in your fleet. Each then gets it's record and makes the necessary changes. This idea came to me because I do something similar with imaging computers. Each machine gets a generic image and a script on first boot gets the machine-specific settings from a central server. Link to comment Share on other sites More sharing options...
G+_Steven Werds Posted January 20, 2018 Share Posted January 20, 2018 the easy way to copy a disk to an image dd if=/dev/cdrom of=CDImage.iso Link to comment Share on other sites More sharing options...
Recommended Posts