question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Etcher doesn't like this image, gives no feedback on why.

See original GitHub issue

I have been preparing Raspberry Pi images in this manner (Ubuntu 16.04):

  • SD card with expanded filesystem into the computer.
  • Shrink EXT4 partition with GParted
  • parted <sd card device> -s print to find End of ext4 partition in MB
  • dd bs=1M count=#from parted+1
  • right click resulting .img file in nautilus and click compress…zip

Now I have a .img.zip file, etcher has been perfectly happy with these *.img.zip files except for one.

This is the .img.zip file in question. When I select this file from the file browse dialog, etcher behaves as if I had pressed ‘cancel’. It returns to the main ui, it still says ‘select image’, and it gives no feedback on why the image I selected is not showing up. When I unzip this file, etcher lets me select and writes the resulting .img normally, and it functions normally in the Pi afterward. I have also tried compressing the image from the command line using zip with the same results.

Here is another .img.zip prepared in the same manner, that works as expected.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lurchcommented, Sep 19, 2017

Reminds me of the “dinosaur error” we had with lzma a while back 😉

1reaction
jhermsmeiercommented, Sep 15, 2017

Turns out this was an upstream bug that has already been fixed in a newer version, so updating to node-stream-zip to 1.3.7 in https://github.com/resin-io/etcher/pull/1730 will fix this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Etcher says - it looks like this is not a bootable image
Hi, Etcher documentation says: Etcher copies images to drives byte by byte, without doing any transformation to the final device, which means  ......
Read more >
Etcher won't allow for the flash drive to be selected
When using Etcher, the flash drive cannot be selected and Etcher might look like the picture below where the check box is greyed...
Read more >
Etcher image fails to validate - usb - Super User
1 Answer 1 ... If Etcher can't verify the SD card, it's possible that the card is bad in some way. The Pi...
Read more >
problem with writting os image on micro SD - Google Groups
Hello, i have a beaglebone black board. i want to use "Debian 9.5 ... If Etcher does not report any errors, do not...
Read more >
Balena Etcher Won't Launch SOLVED - Linux.org
Sounds like you have been having a bugger of a day, Alex. :) ... Etcher is a free and open-source utility used for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found