Hi,
I am rebuilding my Shake SD card, and have been struggling to get a clean SD card image downloaded.
I am downloading from https://gitlab.com/api/v4/projects/30784073/packages/generic/shake-os/21.2/raspishake-release.21.2.zip or from raspberryShake-public / Raspshake Sd Img · GitLab, but when I unzip onto the SD card using 7Zip I get these errors:
Checking the SHA256 hash it doesn’t match:
I have tried various ways to download (Windows desktop, Linux laptop, QNAP NAS) and they all have the same problem.
Is the image at this locations valid?
In addition, the GitLab page has changed in the ;last 24 hours, and now doesn’t show any files, instead it is this:
Hello Mocelet, and welcome back to the community!
Thank you for the detailed report and details about all the tests you have done across multiple devices. We’ve done our own checks on the image, and everything looks clean on our end, so we’re looking into whether a disruption to the file hosting service may have affected downloads during that period. Nonetheless, I have asked our software team to investigate more on our side to see if anything else needs to be done.
Could I ask you to download the raspishake-release.21.2.zip file from this address and see if everything works fine? I’ve re-burned a microSD card just in the last 30 minutes using the same download, with the checksum matching and the Shake working without issues.
If you’re still seeing the mismatch, or the archive doesn’t extract correctly, please let us know.
Also, did you get the same incorrect SHA256 value for each of your downloads, or were they all different?
Thank you for your collaboration, and apologies for the inconvenience.
That link worked perfectly. Thank you.
I only checked the SHA256 on the last download. I think the fault may have been at my end, the download from the link above had the right checksum one one of me PCs, but it was wrong by the time it got to my desktop where I usually write the SD cards.
All sorted now, thanks for your help.
1 Like
No trouble at all Mocelet, and happy to have been of help!
Happy Shaking!
I have been working on this on and off since the last post, and still don’t have a working Shake 
I have now used 2 SD cards and they both have the same result: The unpacking appears to run normally (although one question about that below) and after 15 minutes or so I see the expected login prompt on the HDMI display, and I can log in and poke around the file system.
However, when I point a browser at http://rs.local or at http://192.168.1.134 (the IP address in the boot up messages) I get a blank page. Something is working because the icon on the browser tab is the Raspberry Shake icon, but there is nothing on the page itself. Even waiting another 15 minutes to let the Docker container get going doesn’t help.
I did notice that during the unpacking of the image there are some errors reported:
Are these errors (usb 1-1: device descriptor read/64, error -110) normal?
Hello mocelet,
Let’s see what we have here. I’m not familiar with those usb... errors, but a quick search suggests possible (and almost-instantaneous) communication issues. They can be related to other connected USB devices too (like a keyboard or similar).
Regarding the empty rs.local/, could you check that port 80 is open in TCP for your local network? It is a required port to load the Shake OS dashboard, and there are some routers that close it automatically.
If that port is open, with the page “open” and still not loading, could I ask you to then press F12, click the Console tab, and take a screenshot of what appears there?
The result should give us more precise insight into what is going on.
Thank you.
EDIT: Also, have you tried re-burning from a Windows machine after you had the correct repo link? Just to see if there were any differences.