Etcher doesn't like this image, gives no feedback on why.
See original GitHub issueI 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 MBdd 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:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reminds me of the “dinosaur error” we had with lzma a while back 😉
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.