An image is a file containing the complete data of another medium, e.g. the content of a SD card.
Questions tagged [image]
276 questions
102
votes
9 answers
Can a Raspberry Pi be used to create a backup of itself?
This question answers the question of how I use an external computer to create a backup of my RPi.
I'm wondering whether I can create a backup image of the SD card that is currently in use, and copying it to a file on a USB storage device. Is this…
Eric Wilson
- 1,745
- 5
- 16
- 14
56
votes
5 answers
How can I convert a .img.xz file to .img to transfer it to my SDCard?
I have downloaded Kali v1.1.0 for my Raspberry Pi 2 from here.
But the file I must transfer to the SD Card is a .img.xz, not the desired .img one.
I have tried to unpack with:
$ tar -jxvf kali-1.1.0-rpi2.img.xz
bzip2: (stdin) is not a bzip2…
tarsot
- 563
- 1
- 4
- 4
52
votes
5 answers
How can I mount a Raspberry Pi Linux distro image?
Normal filesystem images can be easily mounted:
mount system.img /mnt
Examined, and modified. But when I try this with a Raspberry Pi system image (e.g. raspbian), I get:
mount: unknown filesystem type '(null)'
And no matter what I try with -t,…
goldilocks
- 60,325
- 17
- 117
- 234
51
votes
2 answers
How to add custom loading screen?
I would like to make Raspberry PI useful for TV purpose or so... Therefore I would like to show to end user loading image before entering the X-Windows and starting customized desktop...
So instead of watching kernel loading modules I would like to…
E.W.
- 511
- 1
- 5
- 3
32
votes
11 answers
Copy existing Raspbian installation to smaller SD card
Is it possible to copy an existing and configured Raspbian installation to a smaller SD card?
When I first installed Raspbian I only had a 32 GB card at hand which obviously is bigger than needed.
mwld
- 431
- 1
- 4
- 5
26
votes
11 answers
How can I copy the same image to many SDs?
So finally I can place that bulk order for Raspberry Pis! However, configuring them is going to be a chore. What I'd like to do is:
Download a stock image, and tinker with it on a single Pi
Save/extract/copy that image to all the other SD…
Tom Medley
- 4,089
- 8
- 33
- 46
24
votes
2 answers
FreeBSD - easiest way to install on my RPi?
Raspberry Pi support has been merged into FreeBSD-CURRENT a few months ago. However the latest installation instructions still involve a lengthy process of cross-compiling the entire OS on another machine to create an installation image.
I realise…
Ingmar Hupp
- 515
- 1
- 5
- 11
22
votes
5 answers
Image of a 16Gb card containing unpartitioned space at the end: Truncating possible?
I wanted to prepare a distro for some friends.
As I didn't have anything else lying around, I used a 16Gb SD card.
I started with the default Debian Weezy 2Gb image and did not do any resizing.
Now, as I am done, I wanted to create an image of what…
Nippey
- 671
- 1
- 7
- 12
22
votes
5 answers
Copy current SD image to larger SD card
So I got my new pi and the only free SD I had was 2GB. I couldn't hold off playing with it so it had to do for the time being. I loaded raspbmc and then spent time loading repositories, add-ons and customizing to my liking.
I now I have a 16GB class…
Kevin Brey
- 598
- 1
- 3
- 9
21
votes
5 answers
How to make an image (.img) from what's on the SD card (but as compact as the original one)?
I tried:
sudo dd bs=4k if=/dev/mmcblk0 of=/media/1BAB47551C66A42B/raspbian_migs2.gz
It creates an .img file with 7.6 GB (card size, BUT what's on the card has 700 MB).
And:
sudo dd bs=4k if=/dev/mmcblk0 | gzip >…
mf_
- 313
- 1
- 2
- 6
20
votes
3 answers
How to clone Raspberry Pi SD Card on Windows, Linux, and macOS?
I want to make a back up of my raspberry pi because I have done a lot of work and repeating the process would take a lot of time. How does one go about making an image of a Raspberry Pi SD card for the following operating…
ob1
- 489
- 1
- 3
- 13
18
votes
1 answer
Is there a way to alter the raspberry image that appears during boot?
A glint-box community member recently asked me if there was a way to replace the raspberry image that appears in the top-left corner of the screen during boot to something more NES-centric, such as a 1-UP mushroom.
Anyone know where this image is…
jefflunt
- 505
- 1
- 4
- 9
18
votes
2 answers
Take images in a short time using the Raspberry Pi camera module
I'm working on a project in which I need to take about 30 images per second (no movie) using the Raspberry Pi camera module.
I'm using the Picamera library (http://picamera.readthedocs.org/en/latest/api.html) for that but the problem is, that taking…
Timo Denk
- 285
- 1
- 3
- 9
16
votes
3 answers
How to shrink an image file after allocating full space
I'm in the process of experimenting with backing up a Raspberry Pi (Raspbian) sd card. I'm using Win32DiskImager to read the image (from SD card reader) onto my HDD, successfully - but now the size issue. The image is just bigger than the original…
Renier Delport
- 361
- 1
- 4
- 12
16
votes
2 answers
After writing an SD card image, is the remaining space usable?
Forgive me if this is basic, because I'm used to writing CD images, I'm not sure how this works. The Raspbian image is about 440MB (zipped at least). If I write the image onto a 16GB card, will all the remaining space on the card be usable for data?
Sputnik
- 385
- 1
- 3
- 10