Balena etcher ошибка

ETCHER v1.5.122, v.1.5.121, v.1.6.0
Windows 10, x64 i7-6820HQ 2.7GHz
all different kind of images

{«message»:»certificate has expired»,»stack»:»Error: certificate has expiredn at TLSSocket.onConnectSecure (_tls_wrap.js:1497:34)n at TLSSocket.emit (events.js:315:20)n at TLSSocket._finishInit (_tls_wrap.js:932:8)n at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:706:12)»,»config»:{«url»:»https://balena.io/etcher/static/config.json»,»method»:»get»,»headers»:{«Accept»:»application/json, text/plain, /«,»User-Agent»:»axios/1.6.0″},»transformRequest»:[null],»transformResponse»:[null],»timeout»:0,»responseType»:»json»,»xsrfCookieName»:»XSRF-TOKEN»,»xsrfHeaderName»:»X-XSRF-TOKEN»,»maxContentLength»:-1,»maxBodyLength»:-1,»transitional»:{«silentJSONParsing»:true,»forcedJSONParsing»:true,»clarifyTimeoutError»:false}},»code»:»CERT_HAS_EXPIRED»}
console. @ gui.js:51281
gui.js:51281 {«stack»:»TypeError: Cannot read property ‘map’ of undefinedn at file:///C%3A/Users/TOHISIR/AppData/Local/Programs/balena-etcher/resources/app/generated/gui.js:73469:30n at Animator.update (file:///C%3A/Users/TOHISIR/AppData/Local/Programs/balena-etcher/resources/app/generated/gui.js:51180:35)n at Animator.updateOrSkip (file:///C%3A/Users/TOHISIR/AppData/Local/Programs/balena-etcher/resources/app/generated/gui.js:51172:44)n at file:///C%3A/Users/TOHISIR/AppData/Local/Programs/balena-etcher/resources/app/generated/gui.js:51160:30″,»message»:»Cannot read property ‘map’ of undefined»}
console. @ gui.js:51281

Screenshot 2021-10-01 094519

@sohrob

  • Etcher version: 1.5.50-x64.AppImage
  • Operating system and architecture: Both Debian 64-bit and macOS latest edition
  • Image flashed: Trying to flash various Linux install ISOs.
  • Do you see any meaningful error information in the DevTools? I attached my log. Not sure if that helps.

I keep getting a message saying the following after verification step:

«Something went wrong. If it is a compressed image, please check that the archive is not corrupted.»
-1561517786134.log

@ghost

I get the same error at the same stage when trying to write a Raspbian .img image to an SD card, on a Mac running macOS 10.15 beta.

@lurch

I dunno the cause of your error, but I see in your log you have:
Verifying 1 devices, 64% at 617.4 MB/s (total 617.4 MB/s)
I highly doubt that your device is really being read at that speed, and I think that’s another example of #1523 (comment)

@zvin

@lurch this is an unrelated issue.
@sohrob it looks like sudo or the elevated command printed 0n on its stderr and we consider this as an error. Not sure how this could happen. Can you please try with etcher 1.5.51 ?

@DG12

This comment has been minimized.

@lurch

@DG12 How can that be related to #2843 when that’s specifically concerned with Mac OS Catalina, and @sohrob here is running the AppImage version of Etcher, which means he must be using Linux ? 😕

@adamphetamine

Not sure if this is related, but on Mac v1.5.33, I am also having trouble writing a bootable linux image. Worked ok with Raspbian Buster but my app requires Jessie. Downloaded Jessie and it won’t work. Clues-

  1. Doesn’t appear to properly unmount the SD card at the end
  2. Mac OS pops up saying it can’t read the card, would I like to initialise it?
  3. Mac OS thinks the SD card has an ‘Apple Partition Map’ partitioning scheme

My machine is a 6,1 Mac Pro running 10.14.5

@zvin

@adamphetamine where did you got the Jessie image from? Have you tried with another sd card /usb drive ?

@adamphetamine

more info- I was able to get this to work with a different ISO, and after updating Etcher to 1.5.51 and allowing Etcher full access in System preferences/ Security & Privacy.
Sorry I don’t know if it was the ISO that was the problem
Worked- 2018-03-13-raspbian-stretch.zip
Did not work- 2019-04-11-rpd-x86-stretch.iso

I may have more time to diagnose tomorrow. Also note one of these was compressed, the other not…

@rasyadhs

Have you tried this solution? #2833 https://github.com/balena-io/etcher/issues/2833#issuecomment-505145234
This lazy steps work for me.

Workaround:
Moving your image inside balenaEtcher.app seems to do the trick.
You can do this by selecting «Show Package Contents» on balenaEtcher.app and dragging your image inside of it. Then you can select your image as usual from Finder and the flashing will go ahead. Make sure you select the image inside balenaEtcher.app

arvindravi, JameStitel, ege0zcan, dhaydl, martin-marek, adamf59, cloud-worm, mikedelgrosso, and maziyarpanahi reacted with thumbs up emoji
rostislaved, bar5um, cloud-worm, and sim-kelly reacted with hooray emoji
bar5um and cloud-worm reacted with heart emoji
cloud-worm reacted with rocket emoji

@adamphetamine

sorry I forgot to add that- yes I did try that solution but it didn’t work for me. I guess that makes it more likely my image was corrupt in some way. But I did have success with an older image as described above, thanks!

@superbowl0

I get the same reading…

Sent from Yahoo Mail on Android

On Sun, Jun 30, 2019 at 10:45 AM, Dennis German<notifications@github.com> wrote:
Might this be «Long directory/filename seems to fail» #2843


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@lurch

2018-03-13-raspbian-stretch.zip is an image designed to be written onto an SD card, for booting on a Raspberry Pi.
2019-04-11-rpd-x86-stretch.iso is an image designed to be written onto a DVD or USB stick, for booting on a PC or Mac.

So depending on what it was you were trying to achieve, it doesn’t seem surprising that one or the other «didn’t work» 😉

P.S. If you’re looking for older versions of Raspbian, you can find them all at http://downloads.raspberrypi.org/raspbian/images/

@adamphetamine

Etcher is supposed to work with both formats if you read the docs.

@lurch

Sorry, I wasn’t sure what you meant by «it won’t work».

I suspect (and this is just a guess, as I don’t have a Mac myself) some of the problems with MacOS being unable to read the contents of a USB stick flashed with the rpd-x86 ISO might be similar to https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md#flashing-ubuntu-isos (i.e. the USB stick might still boot your Mac, even if MacOS thinks the card isn’t readable?)

And to clarify, I’m only a «keen fan» of Etcher trying to help out where I can, I’m not an Etcher developer. Apologies if I’ve given the wrong impression or caused any offence.

@adamphetamine

Hi @lurch I apologise if I was short- going away tomorrow and trying to finish off a few things makes my responses to forums a bit brief. I’ll check out that link asap
Thanks

@sohrob

So I am now using the newest edition of Balena Etcher 1.5.51 and everything appears to be back to normal. Thank you for all your help and attention on this matter!

@blesspronexis

I have the same issue on the Latest MacOS Catalina 10.15. The solution is to run balenaEtcher.app/Contents/MacOS/balenaEtcher as sudo.

squidsoup, MustafaAlshehab, paablowski, codedge, mayabyte, WoodyWoodsta, Beasta, Avkash, jeffmacdonald, darkkatarsis, and 91 more reacted with thumbs up emoji
codedge, jeffmacdonald, balgamat, darkkatarsis, bavuongco10, anilcumulus, tylerpearson, mohammadbax98, wujunchuan, javaverse, and 33 more reacted with hooray emoji
mohammadbax98, RamonGebben, wujunchuan, javaverse, georgemblack, softdream1981, p0lux, MarcelWepper, leonardyhuang, anshulahuja98, and 24 more reacted with heart emoji
mohammadbax98, wujunchuan, javaverse, alex-wahl, cory-brown, georgemblack, softdream1981, p0lux, jayproulx, H-steven, and 16 more reacted with rocket emoji

@christophedh

worked perfectly for me thanks

@chanpaul1234572

I have the same issue on the Latest MacOS Catalina 10.15. The solution is to run balenaEtcher.app/Contents/MacOS/balenaEtcher as sudo.

You saved me a day thanks a lot!

@lurch

I have the same issue on the Latest MacOS Catalina 10.15

See #2833

@balgamat

I have the same issue on the Latest MacOS Catalina 10.15. The solution is to run balenaEtcher.app/Contents/MacOS/balenaEtcher as sudo.

Yep, that does it on Catalina. Thanks a bunch!

@m0t0rh3ad

Same issue Mac OS Catalina. I’ve tried different images

@lurch

For issues with Etcher on macOS Catalina, see #2833

@leonardyhuang

I have the same issue on the Latest MacOS Catalina 10.15. The solution is to run balenaEtcher.app/Contents/MacOS/balenaEtcher as sudo.

Thanks @blesspronexis !

@StudioAlbert

@blesspronexis Well done !!!!!!!!
I got same issue (balenaEtcher 1.5.51, brand new Mac OS, freshly download ubuntu 16.04 LTS)
Your trick works !

@JGallardo

To add further details for those landing here (likely Mac users who have upgraded to Catalina), run this in your terminal

sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcher

then you will be prompted to grant permission, then when you open Balena it should work.

@lurch

Apparently the issue with Catalina is already fixed in the latest versions of Etcher #2833 (comment)
No need for the sudo workaround any more.

@LanceHaverkamp

As of March 2020, this is still not fixed in Linux. It asks for the root password, then fails.

@AlexisSniffer

@unixrh

I guess the key problem is about etcher version. I met the same issue with v1.5.45, after updating to latest( brew cask install balenaetcher) v1.5.100 it worked well.

@Aaron-Eakins

I was on an older version 1.5.52 (er something). Recently on Mac os I had wiped, reinstalled and restored from time machine, including apps (etcher). Some apps needed permissions again, Etcher was one of them. However, giving full drive access in Privacy didn’t fix the problem. Installed latest etcher, turned off full drive access, got the error. Turned full drive access on and it worked.

@kayx23

Apparently the issue with Catalina is already fixed in the latest versions of Etcher #2833 (comment)
No need for the sudo workaround any more.

As of Sept 16, 2020, the latest release is still 1.5.109 (from the pre-made installer) for macOS and I’m on Catalina. I tried sudo opening it and still got the «Something went wrong. If it is a compressed image, please check that the archive is not corrupted» error.

The solution would be this comment in issue #2833

For a detailed step-by-step:

First you right click on Etcher to select «Show Package Content»
Screenshot at Sep 16 15-00-44

Then you drag and drop your iso image inside
Screenshot at Sep 16 14-57-01

Go back to Etcher and select this iso image from within the Etcher package folder

…et voila :)

@frankimhof

@tomasrojasc

This worked for me too! thanks @kayx23 !!! all the above solutions failed for me :(

@pchudleigh

In case it helps anyone with V1.5.109 on OS/X Big Sur v11.0.1 the solution that worked for me was to (after installing Etcher into Applications).

sudo su -
cd /Applications/balenaEtcher.app/Contents/MacOS/
./balenaEtcher

Then choose the downloaded ISO from my Downloads directory (/Users/$USER/Downloads) and flash that.

As documented above for Catalina.

@NY3Ranger

On High Sierra using balena 1.5.111 and ubuntu 20.04LTS iso from their site. I tried both copying the iso to the balena folder as well as running the app sudo and they both didn’t work. I still got:

Attention
Something went wrong. If it is a compressed image, please check that the archive is not corrupt. The writer process ended unexpectedly.

Any other thoughts?

@tomasrojasc

@NY3Ranger did you reset the computer. For me copying the image to the balena folder worked, I think I had to close and reopen the aplication, maybe try a system reboot just in case, I was using High Sierra.

@maziyarpanahi

This problem still exists on macOS Big Sur and 1.5.111 version of Etcher. However, either copying the image inside balenaEtcher.app/Contents/ or running it with sudo as a workaround works without any issue.

balenaForums

Loading

Из вашего вопроса затруднительно предположить что вами уже было опробовано, поэтому осмелюсь порекомендовать следующие:

Возможно проблема в iso-образе — проверьте/сопоставьте sha256sum вашего iso-образа (при необходимости скачайте ‘правильный’ iso-образ).

Или, возможно, проблемы с balenaEtcher, которую вы используете для записи iso-образа на флешку — переустановите balenaEtcher (желательно с официального сайта).

Ну или ‘ненадлежащий’ флеш-накопитель, на который вы пробуете записать iso-образ — попробуйте записать на другую флешку.

Table of Contents

Etcher (also known by its full name, balenaEtcher) is a free, open-source image flasher, a utility for creating bootable SD cards or USB flash drives from .img and .iso files. Simple and user-friendly, Etcher is a good choice even for those who are not particularly tech-savvy.

The issue

After you downloaded Etcher from Etcher’s official website, you make it executable by right click on it then select the checkbox Allow executing file as program.

After you give the AppImage permission to run as an application. When you right click on the app then select Run or double-click the app icon, nothing happened, and the Etcher app doesn’t show.

When you run the app from Terminal, you would get the following error:

The solution

To fix it, you need install FUSE in your Linux distribution as follows:

Install required packages for Ubuntu 22.04 and later.

sudo add-apt-repository universe 
sudo apt install libfuse2

Install required packages for other distributions:

###For Ubuntu 21.10 and older
sudo apt install fuse libfuse2 
sudo modprobe fuse sudo groupadd fuse
user="$(whoami)" sudo usermod -a -G fuse $user

###For openSUSE:
sudo zypper install fuse libfuse2
sudo usermod -a -G trusted whoami

###For CentOS and Fedora
dnf install fuse

Now. open the Etcher app from Terminal

As you can see, you got another issue GPU process isn’t usable.

To fix it, you need run Etcher in Terminal with one of the following parameters:

sudo ./balenaEtcher-* --disable-gpu-sandbox

If the above command doesn’t work, let’s trying to execute the below one:

sudo ./balenaEtcher-* --no-sandbox --disable-gpu-sandbox --disable-seccomp-filter-sandbox

Понравилась статья? Поделить с друзьями:
  • Bahh tee когда поймешь свои ошибки скачать
  • Bahh tee когда поймешь свои ошибки аккорды
  • Bag это ошибка
  • Bag ошибка bug или
  • Bafang ошибка 30h