balena-io / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io/
Apache License 2.0
29.27k stars 2.08k forks source link

Cannot use balenaEtcher appimage on Ubuntu 24.04 #4257

Open j75 opened 2 months ago

j75 commented 2 months ago
j75 commented 2 months ago

Trying to use the deb package does not work either, see https://github.com/balena-io/etcher/issues/4249

landoncr2012 commented 2 months ago

I'm getting the same thing but on windows.

Something went wrong while opening /usr/local/marian/ISO/ubuntu-24.04-desktop-amd64.iso. Error: (0, h.requestMetadata) is not a function

sk0va commented 2 months ago

Same thing on Ubuntu 23.10 and Windows 11

KeithMyers commented 2 months ago

Same issue here. Had to revert to an older balenaEtcher-1.18.9-x64.AppImage to regain functionality. Screenshot from 2024-06-15 19-51-26

jetspiking commented 2 months ago

I also encountered this issue on Ubuntu 24.04 LTS. I have to admit the installation process is incredibly frustrating. I first encountered issues when downloading the x64 package on the website. This x64 app image points to an older version and downloads an ia32 version (32-bit). This results in a libfuse error, because the 32-bit binary is not present on the system. I did not verify the architecture in the file-name, I simply expected it to download the correct version.

I then decided to download the latest version directly from GitHub and could not figure out why Etcher was not launching. Running in terminal presented an error. As a workaround came across a solution where --no-sandbox could be appended (while running as sudo). Did not work either.

Then had to jump back a couple of versions and used the suggestion from @KeithMyers to finally get it working by downloading the older version 1.18.9. Losing approximately forty minutes just to install a simple tool (which should be a straight forward installation process) is a bit much...

Edit: To make matters worse, even when it now boots, I can not actually do anything in the user interface (everything greyed out). I again had to launch using --no-sandbox to get it working...

lurch commented 2 months ago

Another duplicate of #4150 ?

ssj4maiko commented 2 months ago
user@PC:~/Downloads $ sudo apt install ./balena-etcher_1.19.21_amd64.deb 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'balena-etcher' instead of './balena-etcher_1.19.21_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 balena-etcher : Depends: gconf-service but it is not installable
                 Depends: gconf2 but it is not installable
                 Depends: libgconf-2-4 but it is not installable
E: Unable to correct problems, you have held broken packages.

It seems that these packages have been deprecated in latest Ubuntu