etcher: error: please check that the archive is not corrupted. every iso i try
- Etcher version: 1.5.51
- Operating system and architecture: ubuntu 19.04 64bit
- Image flashed: every manjaro iso i can find
- Do you see any meaningful error information in the DevTools?
/tmp/.mount_balenaD4…js/dist/raven.js:58 {"stack":"Error: The elevated process died unexpectedly\n at Object.exports.createError (/tmp/.mount_balenaD4uKeB/resources/app.asar/lib/shared/errors.js:253:17)\n at Object.exports.createUserError (/tmp/.mount_balenaD4uKeB/resources/app.asar/lib/shared/errors.js:292:18)\n at Bluebird.using (/tmp/.mount_balenaD4uKeB/resources/app.asar/lib/shared/permissions.js:207:22)","message":"The elevated process died unexpectedly","description":"The process error code was 126","report":false,"image":"manjaro-architect-18.0.2-stable-x86_64.iso"}
every iso i try to flash i get an error saying “something went wrong. if it is a compressed image, please check that the archive is not corrupted.” i have tried manjaro architect iso, manjaro i3 iso, manjaro kde iso, etc. every one gives this error.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 11
- Comments: 37 (9 by maintainers)
I had the same problem. The solution was to unmount all the extra volumes.
diskutil listdiskutil unmount disk2s1Etcher should work now.
Optional:
Skip etcher and just use
dd:sudo dd if=/path/to/your/disk.img of=/dev/rdisk2 bs=1mdiskutil eject /dev/disk2I had this issue as well on Mac OS. I solved it by running etcher from the terminal with following command:
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcherSame issue with the appimage on Ubuntu 19.10. It works when I install the DEB package and use that. The appimage version still does not work after installing the DEB package.
To solve the problem, just right-click the software (i.e. balenaEtcher) and run it as administrator on Windows PC.
Have you tried downloading the newest BalenaEtcher? That fixed my issue! Hope this helps.
To parrot pngimbwa, run Etcher as administrator.
For Mac users (catalina): to resolve this issue just install app with
brewlike:and run app from Application folder without sudo\admin\etc
this is the correct solution
Used the deb package instead the AppImage and everything works fine 👍
I’ve reproduced this on Ubuntu 19.10 and can confirm that the AppImage versions >= 1.5.66 have this issue so likely introduced in 1.5.66 as successfully tested on 1.5.65 and lower.
The current deb as noted above works.
[garethtdavies] This issue has attached support thread https://jel.ly.fish/#/support-thread~aa55d22e-a11b-4818-a3a5-dd84ab7c6b81
Same problem with Ubuntu 19.04: Appimage fails to flash caliming image is corrupted, same image using DEB installation works like a charm
AFAIK, Etcher should be doing that automatically?
@zvin @thundron https://www.gnu.org/software/bash/manual/html_node/Exit-Status.html says
If a command is found but is not executable, the return status is 126.