I've tried to download the latest release of Raspbian three times now and each time it it is corrupt.
The SHA-1 checksum does not match at the img file is 807,167,523,358,810 bytes in size!
https://www.raspberrypi.org/downloads/raspbian/
Intervention by moderator:
Everybody who uses a classical unzipped will have problems unzipping a file larger than 4GB, as this image of Raspbian is. You need a (free) unzipper that can cope with ≥ 4GB files, like 7-zip. The problem will probably be solved in the next release, by shrinking the image to below 4GB.
P.S. The problem does NOT inflict the NOOBS installer which is much smaller, so NOOBS installers have no problems!
Mahjongg October 7, 2015
Re: Raspbian Jessie zip appears corrupt
The SHA1 checksum is for the zip file, not the unzipped image, but it does look like you have a problem.DaHai8 wrote:The SHA-1 checksum does not match at the img file is 807,167,523,358,810 bytes in size!
The zip file should be 1,038,523,231 bytes and unzip to 3,276,800,000
Re: Raspbian Jessie zip appears corrupt
I have a similar problem. I downloaded the Raspbian Jessie zip file & the SHA1 check matched. However when I tried to extract the image I got this:
- Attachments
-
- jessie.png (32.12 KiB) Viewed 23660 times
Re: Raspbian Jessie zip appears corrupt
All seem fine here !
PeterO
Code: Select all
-rw-r--r-- 1 sheepdip sheepdip 3276800000 May 7 01:00 2015-05-05-raspbian-wheezy.img
-rw-r--r-- 1 sheepdip sheepdip 4325376000 Sep 24 16:14 2015-09-24-raspbian-jessie.img
-rw-r--r-- 1 sheepdip sheepdip 1038523231 Sep 29 13:24 2015-05-05-raspbian-wheezy.zip
-rw-r--r-- 1 sheepdip sheepdip 1332985725 Sep 29 13:31 2015-09-24-raspbian-jessie.zip
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
- RaTTuS
- Posts: 10681
- Joined: Tue Nov 29, 2011 11:12 am
- Location: North West UK
- Contact: Twitter YouTube
Re: Raspbian Jessie zip appears corrupt
Ih ave to say I also get the same - it's probably a bad mirror
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6275
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Re: Raspbian Jessie zip appears corrupt
I can confirm that windows explorer seems to think the file inside is massive. 7zip works fine
Some linux users have also reported problems.
Some linux users have also reported problems.
Re: Raspbian Jessie zip appears corrupt
Same problem here using windows 7 as of 8:30AM EDT. ZIP file is small enough but when I try to copy the contents to another folder it says it needs 734 PB.
Re: Raspbian Jessie zip appears corrupt
To be clear, you are saying that some tools give wrong size but others give correct size using the same .zip file ?ShiftPlusOne wrote:I can confirm that windows explorer seems to think the file inside is massive. 7zip works fine
Some linux users have also reported problems.
PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Re: Raspbian Jessie zip appears corrupt
Windows 10 reports the zip file as 1,301,744KB and the IMG file as 4224,000KB. I put it on an SD card and it seems to boot and run ok but I am having problems with apt-get which are probably unrelated.
How do you check the SHA-1?
How do you check the SHA-1?
- RaTTuS
- Posts: 10681
- Joined: Tue Nov 29, 2011 11:12 am
- Location: North West UK
- Contact: Twitter YouTube
Re: Raspbian Jessie zip appears corrupt
I can confirm thisShiftPlusOne wrote:I can confirm that windows explorer seems to think the file inside is massive. 7zip works fine
Some linux users have also reported problems.
built in windows unzipper goes bad
everything else works a treat [so far]
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6275
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Re: Raspbian Jessie zip appears corrupt
Yup, and apparently the built in Mac thing has trouble with it as well. Might be a format version that's newer than what those tools support or something.PeterO wrote:To be clear, you are saying that some tools give wrong size but others give correct size using the same .zip file ?ShiftPlusOne wrote:I can confirm that windows explorer seems to think the file inside is massive. 7zip works fine
Some linux users have also reported problems.
PeterO
Looking into getting a fixed archive up.
Re: Raspbian Jessie zip appears corrupt
If the file inside the zip is over 4GB then the resulting zip file will be in "zip64" format rather than the traditional zip format. It doesn't surprise me that some tools fail at handling this.
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6275
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Re: Raspbian Jessie zip appears corrupt
Well this is fun... if you use default tools to compress it in Windows, Mac will complain. If you compress it on a Mac, Windows will complain. If you compress it in Linux, Mac and Windows will both complain. I guess the next image will need to be a bit smaller to avoid this happening again.
-
- Posts: 25156
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Raspbian Jessie zip appears corrupt
So the answer is 7 ZIP ??ShiftPlusOne wrote:Well this is fun... if you use default tools to compress it in Windows, Mac will complain. If you compress it on a Mac, Windows will complain. If you compress it in Linux, Mac and Windows will both complain. I guess the next image will need to be a bit smaller to avoid this happening again.
http://www.7-zip.org/download.html
The information is out there....you just have to let it in.
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6275
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Re: Raspbian Jessie zip appears corrupt
Yeah, and 'The Unarchiver' on Macs.
-
- Posts: 25156
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Raspbian Jessie zip appears corrupt
There is an unofficial 7Zip for OSX in the link I postedShiftPlusOne wrote:Yeah, and 'The Unarchiver' on Macs.

The information is out there....you just have to let it in.
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6275
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Re: Raspbian Jessie zip appears corrupt
Ah, didn't scroll down far enough. 

Re: Raspbian Jessie zip appears corrupt
I downloaded the zip, used Win10 File Explorer, Right clicked on the zip and 'extract all', no issues...RaTTuS wrote:I can confirm thisShiftPlusOne wrote:I can confirm that windows explorer seems to think the file inside is massive. 7zip works fine
Some linux users have also reported problems.
built in windows unzipper goes bad
everything else works a treat [so far]
Re: Raspbian Jessie zip appears corrupt
win7 file explorer is buggy (a HUGE img filegordon77 wrote:Win10 File Explorer

Re: Raspbian Jessie zip appears corrupt
Just wanted to jump in to say that I had the same issue in Windows 7 as of 11:30AM on Sept. 29th. File Explorer wouldn't extract the .zip file, gave an error that it needed 734 PB. Downloaded 7zip and used that instead, worked fine.
-
- Posts: 3
- Joined: Sat Mar 28, 2015 10:04 pm
Re: Raspbian Jessie zip appears corrupt
Correct, that works. I used 7z on windows 7 and the ubuntu extractor and both worked. Windows 7 explorer can't extract it. Thanks.rpdom wrote:The SHA1 checksum is for the zip file, not the unzipped image, but it does look like you have a problem.DaHai8 wrote:The SHA-1 checksum does not match at the img file is 807,167,523,358,810 bytes in size!
The zip file should be 1,038,523,231 bytes and unzip to 3,276,800,000
-
- Posts: 3
- Joined: Sat Mar 28, 2015 10:04 pm
Re: Raspbian Jessie zip appears corrupt
Correction: all Microsoft products are buggy. FTFYMassi wrote:win7 file explorer is buggy (a HUGE img filegordon77 wrote:Win10 File Explorer)
That's why we prefer Linux.
Re: Raspbian Jessie zip appears corrupt
Did not want to install any more software on my laptop so moved the zip file to a NAS & then used unzip on a Pi2 to inflate the image, took a few minutes, but that is presumably because of the 100Mbps networking restriction. Worked fine.
Last edited by GMan2XS on Tue Sep 29, 2015 5:48 pm, edited 1 time in total.
Re: Raspbian Jessie zip appears corrupt
After seeing the various issues above I tried using Windows Explorer to see what would happen and it unzipped OK on my Win 7 Ultimate 64bit.
But I also have an up to date version of Winzip which I normally use which has no problems with this large file.
MrEngman
But I also have an up to date version of Winzip which I normally use which has no problems with this large file.
MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra
Please post ALL technical questions on the forum. Please Do Not send private messages.
Please post ALL technical questions on the forum. Please Do Not send private messages.
- mad-hatter
- Posts: 419
- Joined: Sun Feb 26, 2012 2:58 pm
- Location: By the UK seaside
Re: Raspbian Jessie zip appears corrupt
Hello,
This problem with Winzip, depends on which version you have, and 32 or 64 bit systems.
http://kb.winzip.com/kb/entry/99/
This problem with Winzip, depends on which version you have, and 32 or 64 bit systems.
http://kb.winzip.com/kb/entry/99/
RegardsOriginal limitations
The maximum file size made possible by the original, open source Zip file specification was 4 gigabytes. This limit applied both to the uncompressed and compressed sizes of files inside Zip files, and also to the total size of a Zip file itself. Specifically, this 4 gigabyte limit applied to WinZip 8.1 and earlier.
If you tried to zip a file larger than 4 gigabytes, WinZip versions earlier than WinZip 9.0 would issue the following message:
The file is too big to be stored in a Zip file and will be skipped.
These older WinZip versions were also limited as to the number of files and folders that could be zipped. The upper number limit was 65,535. This number limit, as well as the size limits above, are both part of the original Zip file format.