Nexus 7 Installer Fails Checksum Validation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-nexus7 |
Incomplete
|
High
|
Chris Van Hoof |
Bug Description
Hello,
When I attempt to run the Nexus 7 installer on 12.04 I receive an error stating that the checksum validation failed and the application will now quit. A previous bug (1077007) points out that it was a caching issue but running the installer via command line shows the following notices/errors which may make this unique:
PING cdimage.ubuntu.com (91.189.92.174) 56(84) bytes of data.
64 bytes from goldenapple.
--- cdimage.ubuntu.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 110.745/
PING cdimage.ubuntu.com (91.189.92.174) 56(84) bytes of data.
64 bytes from goldenapple.
--- cdimage.ubuntu.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 83.989/
raring-
raring-
sha256sum: saucy-preinstal
saucy-preinstal
sha256sum: saucy-preinstal
saucy-preinstal
sha256sum: WARNING: 2 listed files could not be read
Given that it was an issue reading the file I thought it may be worth running the installer as sudo which was also to no avail. The files that are downloaded are as follows:
~/Downloads/
total 594908
drwxrwxr-x 2 jak jak 4096 May 8 00:56 .
drwxr-xr-x 3 jak jak 4096 May 8 00:55 ..
-rw-rw-r-- 1 jak jak 8388608 Apr 24 16:10 raring-
-rw-rw-r-- 1 jak jak 600773120 Apr 24 16:10 raring-
-rw-rw-r-- 1 jak jak 456 May 2 11:26 SHA256SUMS
-rw-rw-r-- 1 jak jak 1061 Oct 26 2012 ubuntu-
Other actions I took:
- Removed the installer with apt-get remove ubuntu-
- Removed the directory from downloads
- Reinstalled with apt-get install ubuntu-
- While these steps seemed to make the download actually run again and take some time it didn't change the results.
Related branches
- Chris Van Hoof: Pending requested
-
Diff: 14 lines (+4/-0)1 file modifiedubuntu-nexus7-installer (+4/-0)
description: | updated |
This problem is caused because the' SHA256SUMS' file downloaded now includes the hash for saucy, therefore those images must exist as well... The following patch fix the issue although it still uses the raring images. If you don't want to patch ubuntu- nexus7- installer the files can be download them manually in:
$XDG_DOWNLOAD_ DIR/UbuntuNexus 7
Example:
$ cd $XDG_DOWNLOAD_ DIR/UbuntuNexus 7 cdimage. ubuntu. com/daily- preinstalled/ current/ saucy-preinstal led-desktop- armhf+nexus7. bootimg cdimage. ubuntu. com/daily- preinstalled/ current/ saucy-preinstal led-desktop- armhf+nexus7. img.gz
$ wget http://
$ wget http://
After that re running:
$ ubuntu- nexus7- installer
Should give no problems