waldmattis
Posts: 7
Joined: Fri Jun 26, 2015 9:25 pm

NOOBS is incomplete [Solved]

Sun Apr 09, 2017 1:17 pm

Hi,
today (April-9-2017) I downloaded NOOBS.
The compressed ZIP-file is 1.1GB and after unZIPing the uncompressed folder has the same size.

After copying to microSD and booting it with Pi3, the only option given is to install Raspbian.
All other options described on the official downloadpage are missing.

Is this a known problem or do I something wrong?

Is there an other way to install multiboot system to a single microSD?

Thanks all trying to help.
Regards
Karl

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: NOOBS is incomplete

Sun Apr 09, 2017 1:27 pm

You need to be connected to the Internet to download the other OSes.
There are 10 types of people: those who understand binary and those who don't.

waldmattis
Posts: 7
Joined: Fri Jun 26, 2015 9:25 pm

Re: NOOBS is incomplete

Sun Apr 09, 2017 1:41 pm

kusti8 wrote:You need to be connected to the Internet to download the other OSes.
@kusti8
Thank you for very quick reply.

The download page says:
"The NOOBS files contained in the ZIP archive are over 4GB in size,
which means that these archives use features which are not supported
by older unzip tools on some platforms"

Is this incorrect?
As I wrote, after unZIPing I only got 1.1GB uncompressed folder size.

Regards
Karl

User avatar
joan
Posts: 14935
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: NOOBS is incomplete

Sun Apr 09, 2017 2:26 pm

...
NOOBS is an easy operating system installer which contains Raspbian. It also provides a selection of alternative operating systems which are then downloaded from the internet and installed.
...

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5621
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: NOOBS is incomplete

Sun Apr 09, 2017 2:42 pm

waldmattis wrote: ...
The download page says:
"The NOOBS files contained in the ZIP archive are over 4GB in size,
which means that these archives use features which are not supported
by older unzip tools on some platforms"
Is this incorrect?
As I wrote, after unZIPing I only got 1.1GB uncompressed folder size.
...
Just for clarification - what tool and under what O.S. did you use to unzip NOOBS? (eg. for Windows 7zip is recommended)
Note also that the "im(a)g(e)" file(s) that NOOBS uses to install the O.S.('s) are also compressed (IIRC, NOOBS itself uncompresses it/them during the install process - and, at that point, they/it will become >4Gb)**
Trev.
** ie. NOOBS effectively does what I did here "manually" (see link below) for a Raspbian image file (but the NOOBS compressed image is compressed using a different method):
http://www.cpmspectrepi.uk/raspberry_pi ... Win10.html
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

waldmattis
Posts: 7
Joined: Fri Jun 26, 2015 9:25 pm

Re: NOOBS is incomplete

Sun Apr 09, 2017 2:48 pm

FTrevorGowen wrote:
waldmattis wrote: ...
The download page says:
"The NOOBS files contained in the ZIP archive are over 4GB in size,
which means that these archives use features which are not supported
by older unzip tools on some platforms"
Is this incorrect?
As I wrote, after unZIPing I only got 1.1GB uncompressed folder size.
...
Just for clarification - what tool and under what O.S. did you use to unzip NOOBS? (eg. for Windows 7zip is recommended)
Note also that the "im(a)g(e)" file(s) that NOOBS uses to install the O.S.('s) are also compressed (IIRC, NOOBS itself uncompresses it/them during the install process - and, at that point, they/it will become >4Gb)
Trev.
@FTrevorGowen
I unzipped using
- 7zip under Windows 7
- Ubuntu

In both cases same result

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: NOOBS is incomplete

Sun Apr 09, 2017 3:10 pm

waldmattis wrote:The download page says:
"The NOOBS files contained in the ZIP archive are over 4GB in size,
which means that these archives use features which are not supported
by older unzip tools on some platforms"

Is this incorrect?
As I wrote, after unZIPing I only got 1.1GB uncompressed folder size.
The notes are slightly misleading. The NOOBS zipfile unzips to about 1.2GB in my tests. This is because in contains an xz compressed copy of Raspbian which is uncompressed to the full 4GB+ when you run the install from NOOBS. That uses the internal xz decompression routine in NOOBS. The fact that the native Windows unzip routine can't unzip files where the uncompressed size it >4GB is irrelevant in this case. It only applies when you are using the straight image files, not NOOBS.

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5621
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: NOOBS is incomplete

Sun Apr 09, 2017 3:19 pm

waldmattis wrote: @FTrevorGowen
I unzipped using
- 7zip under Windows 7
- Ubuntu
In both cases same result
O.K. I haven't bothered with NOOBS for some time (since I no longer have regular access to Windows machines) but, FWIW, how does what you see compare with this Windows 7/NOOBS 1.4 test (file sizes were probably smaller then):
http://www.cpmspectrepi.uk/raspberry_pi ... 14P2B.html
Since you can use Ubuntu, if it's Raspbian you wish to install, then you're better off using a raw image file (no uSDHC card formatting required) and Linux methods:
https://www.raspberrypi.org/documentati ... /README.md
https://www.raspberrypi.org/documentati ... s/linux.md
and, FWIW, using a working Pi (although it's probably easier to just use Raspbian's built-in "SD Card copier"):
http://www.cpmspectrepi.uk/raspberry_pi ... lPi3B.html
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5621
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: NOOBS is incomplete

Sun Apr 09, 2017 3:22 pm

rpdom wrote: ...
The notes are slightly misleading. The NOOBS zipfile unzips to about 1.2GB in my tests. This is because in contains an xz compressed copy of Raspbian which is uncompressed to the full 4GB+ when you run the install from NOOBS. That uses the internal xz decompression routine in NOOBS. The fact that the native Windows unzip routine can't unzip files where the uncompressed size it >4GB is irrelevant in this case. It only applies when you are using the straight image files, not NOOBS.
Thanks @rpdom, that's what I thought/suspected but, not having used NOOBS for some time, couldn't confirm.
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6229
Joined: Fri Jul 29, 2011 5:36 pm
Location: The unfashionable end of the western spiral arm of the Galaxy

Re: NOOBS is incomplete

Sun Apr 09, 2017 3:52 pm

That note should be about the Raspbian files, not the NOOBS files. Will get it fixed.

waldmattis
Posts: 7
Joined: Fri Jun 26, 2015 9:25 pm

Re: NOOBS is incomplete

Mon Apr 10, 2017 4:36 pm

Thanks to all who helped!
Finally I got it working.

Can please somebody mark this thread as solved?

Regards
Karl

waldmattis
Posts: 7
Joined: Fri Jun 26, 2015 9:25 pm

Re: NOOBS is incomplete

Mon Apr 10, 2017 4:38 pm

Thanks to all who helped!
Finally I got it working.

Can please somebody mark this thread as solved?

Regards
Karl

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: NOOBS is incomplete

Mon Apr 10, 2017 4:50 pm

waldmattis wrote:Can please somebody mark this thread as solved?
You can do that yourself by adding '[Solved]' to the topic title of your first post

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5621
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: NOOBS is incomplete

Mon Apr 10, 2017 5:23 pm

DirkS wrote:
waldmattis wrote:Can please somebody mark this thread as solved?
You can do that yourself by adding '[Solved]' to the topic title of your first post
+1, @waldmattis however I'll do it for you this time.
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

Return to “Troubleshooting”