raspberrypi / noobs

NOOBS (New Out Of Box Software) - An easy Operating System install manager for the Raspberry Pi

Home Page:http://www.raspberrypi.org/downloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOOBS reports insufficient space on 8GB SD Card

JinxDojo opened this issue · comments

I followed the directions in "INSTRUCTIONS-README.txt" but was unable to install Raspbian due to insufficient space. It stated there was ~5100MB available but ~6000MB required. The card was formatted (as the instructions indicate) and only the contents of "NOOBS_v3_3_1.zip" was copied over--nothing else.

The card is 8GB from SanDisk. I had previously used it to successfully install a previous version of Raspbian using NOOBS (v1.9.0 I think). I'm not sure how all the repartitioning works, but if an 8GB card is no longer supported, the instructions/readme should probably be updated. Of course, ideally, it'd be great to get support back, but I understand if this is not possible. In that case, there should be a recommendation to use an imaging tool instead for 8GB cards (which I have done successfully using the same card).

Did you download the full version of NOOBS? This includes the install files for Raspbian, Raspbian-lite and LibreElec which wastes a lot of space.

On an 8GB card I suggest you just install NOOBS-LITE and install Raspbian from the internet. 16 GB SD cards are more the norme these days. 8 GB is a bit small for the full desktop version.

You can convert full NOOBS to NOOBS-LITE by deleting the /os/ folder and it's contents. Then add runinstaller to recovery.cmdline and reboot. This will delete anything you've already installed and repartition your card with more space for Raspbian. But you will need an internet connection to install Raspbian.

Thank you for the suggestion. I did download the full version of NOOBS (from the URL noted below). Personally, I'm all set at this point, but your suggestion should probably be put in the instructions/readme, which continues to claim an 8GB card will work. While it'd be nice to see a version that could still fit (maybe a "Raspbian only version"?), if that's not realistic, then the instruction/readme should probably state that "16GB cards are recommended and 8GB cards require NOOBS Lite (online installation requiring the Pi to have internet access) or alternatively using a disk imaging tool."

https://www.raspberrypi.org/downloads/noobs/
SHA-256: 649c22dd1e64d5d80884e804287505c4af11b6541817597ca7cac9aca7d9ccfc

16 gigabyte is the best and recommended by rasberry pi themselves

16 gigabyte is the best and recommended by rasberry pi themselves

Nope - the official documentation recommends a minimum card size of 8GB:

https://www.raspberrypi.org/help/noobs-setup/2/

This is linked to from the NOOBS download page at https://www.raspberrypi.org/downloads/noobs/

https://www.raspberrypi.org/documentation/installation/noobs.md now says "Your SD card will need to be at least 16GB for Full Raspbian, or at least 8GB for all other installs."

@JamesH65 @XECDesign should we try to get that same phrasing on https://www.raspberrypi.org/help/noobs-setup/2/ ?

#https://github.com/raspberrypi/documentation/blob/master/installation/noobs.md
scroll down and you will see:

Your SD card will need to be at least 16GB for full Rasbian

#https://github.com/raspberrypi/documentation/blob/master/installation/noobs.md
scroll down and you will see:

Your SD card will need to be at least 16GB for full Rasbian

Yes, you are correct in that instance. However, the NOOBS download page linked to https://www.raspberrypi.org/help/noobs-setup/2/ which, until today, still said 8GB. This has now been corrected.

This has now been corrected.

Hugs all round 🤗

#582 is in the process of fixing this issue for the NOOBS README.

Fixed in #582 and #586

Thanks for bringing the issue to our attention.