[last updated: 2019-11-27]
go to: raspberry Pi home page
go to: SD card problems
go to: creating a new NOOBS card
-----
There are different procedures listed at different places on the www for how to prepare your SD card. Some are for doing the process on a Windows machine, others for Macs. But the ones I'm using (mostly from: (link to:) dunbar-it, with edits and rearrangements) are for Linux machines.
However: If you first extract the NOOBS .zip file on your PC, you will find a INSTRUCTIONS-README.txt file in the root directory. This file contains slightly different instructions, notably how to format the SD card using GParted rather than using the command line. go to: GParted for my notes on formatting with that software.
--------------------------
Proceeding with instructions from dunbar-it ...
- Obtain a blank micro-SD card, preferably 16gb, though larger is possible too .
(if your card is not blank ...)
- If you want to use a 64gb or larger SD card, (link to:) raspberrypi.org formatting instructions:
- It should be formatted in FAT32 (also called MSDOS) protocol
- Find the name of your card:
Before inserting the SD card, open a terminal and run:
$ sudo fdisk -l (lower-case "L")
Then insert the SD card and run fdisk again.
Your SD card will now be listed. See how it is listed/named.
Mine was named: /dev/sdd1
A different card was named: /dev/sdf1
- Format & partition your SD card:
.
.
.
eof