asb / spindle

http://asbradbury.org/projects/spindle/
Other
185 stars 43 forks source link

Debian "wheezy" release sha1 doesn't match #113

Closed dmcmunn closed 12 years ago

dmcmunn commented 12 years ago

After I couldn't get the Raspberry Pi Debian "squeeze" image to boot at all, I've downloaded and extracted the "wheezy" image (2012-06-18-wheezy-beta.img) from http://downloads.raspberrypi.org/images/debian/7/2012-06-18-wheezy-beta.zip. Ubuntu sha1sum reports the SHA1 for the resulting image file as: a57162c39980ad12f117f94609876c98ad28aaec however the download page above said it should be: cbe18f5a27ee2d3110d71b8316bfa465a9bc29f6

Obviously, these are not the same, so I downloaded and extracted a second time and got exactly the same checksum.

Will someone please confirm which is correct?

Thanks, -dm

dmcmunn commented 12 years ago

I'm trying another mirror now, so hopefully, it will match the correct SHA1

dmcmunn commented 12 years ago

fdisk -l /dev/mmcblk0p1 produces the following output from the Debian "squeeze" image... Please advise if this is correct.

Disk /dev/mmcblk0p1: 7945 MB, 7945588224 bytes 4 heads, 32 sectors/track, 121240 cylinders Units = cylinders of 128 * 512 = 65536 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000ee283

      Device Boot      Start         End      Blocks   Id  System

/dev/mmcblk0p1p1 17 1216 76800 c W95 FAT32 (LBA) /dev/mmcblk0p1p2 1233 26672 1628160 83 Linux /dev/mmcblk0p1p3 26689 29744 195584 82 Linux swap / Solaris

dmcmunn commented 12 years ago

Nevermind. I was overwriting partition 1 with the image. Wrote the whole image and now it works fine. PEBKAC error.

asb commented 12 years ago

Glad you got it working. The sha1sum is for the .zip file rather than the image within it (yes, this should be made clearer). Closing.