New Out Of the Box Software - an easy operating system install manager for the Raspberry Pi
The easiest way to get NOOBS is to buy an SD card with NOOBS pre-installed; this is available for £4 on the swag store.
Alternatively, NOOBS is available for download on the Raspberry Pi website: raspberrypi.org/downloads
Once you've downloaded the NOOBS zip file, you'll need to copy the contents to a formatted SD card on your computer.
To set up a blank SD card with NOOBS:
- Format an SD card that is 4GB or larger as FAT. See instructions on how to do this below.
- Download and extract the files from the NOOBS zip file.
- Copy the extracted files onto the SD card that you just formatted so that this file is at the root directory of the SD card. Please note that in some cases it may extract the files into a folder; if this is the case then please copy across the files from inside the folder rather than the folder itself.
- On first boot the "RECOVERY" FAT partition will be automatically resized to a minimum, and a list of OSs that are available to install will be displayed.
For Windows users we recommend formatting your SD card using the SD Association's Formatting Tool, which can be downloaded from sdcard.org. You will need to set "FORMAT SIZE ADJUSTMENT" option to "ON" in the "Options" menu to ensure that the entire SD card volume is formatted, and not just a single partition.
The SD Association's Formatting Tool is also available for Mac users, although the default OSX Disk Utility is also capable of formatting the entire disk. To do this, select the SD card volume and choose Erase
with MS-DOS
format.
For Linux users we recommend gparted
(or the command line version parted
). Norman Dunbar has written up instructions for Linux users.
The following Operating Systems are currently included in NOOBS:
As of NOOBS v1.3.10 (September 2014), only Raspbian is installed by default in NOOBS. The others can be installed with a network connection.
NOOBS is available in two forms: offline and network install; or network install only.
The full version has the images of each of the operating systems included, so they can be installed from the SD card while offline, whereas NOOBS Lite requires an internet connection to download the selected operating system.
Note that the operating system images on the full version can be outdated if a new version of the OS is released, but if connected to the internet you will be shown the option of downloading the latest version of the OS if there is a newer one available.
The latest NOOBS release is v1.3.10, released on 12th September 2014.
A more comprehensive documentation, including more advanced configuration of NOOBS, is available on GitHub.
See the NOOBS source code on GitHub.