Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use balenaEtcher appimage on Ubuntu 24.04 #4257

Open
j75 opened this issue Jun 14, 2024 · 7 comments
Open

Cannot use balenaEtcher appimage on Ubuntu 24.04 #4257

j75 opened this issue Jun 14, 2024 · 7 comments

Comments

@j75
Copy link

j75 commented Jun 14, 2024

  • Etcher version: : 1.19.21
  • Operating system and architecture: : Ubuntu 24.04, amd 64 architecture
  • Image flashed: Ubuntu 24.04 ISO
  • What happened: : After selecting the ISO file the following message was displayed:Something went wrong while opening /usr/local/marian/ISO/ubuntu-24.04-desktop-amd64.iso. Error: (0, h.requestMetadata) is not a function
  • Do you see any meaningful error information in the DevTools? index.js:2 TypeError: (0 , h.requestMetadata) is not a function at index.js:140:1512 at async W.openImageSelector (index.js:140:2626)
@j75
Copy link
Author

j75 commented Jun 14, 2024

Trying to use the deb package does not work either, see #4249

@landoncr2012
Copy link

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
Copy link

sk0va commented Jun 15, 2024

Same thing on Ubuntu 23.10 and Windows 11

@KeithMyers
Copy link

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
Copy link

jetspiking commented Jun 24, 2024

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
Copy link
Contributor

lurch commented Jun 24, 2024

Another duplicate of #4150 ?

@ssj4maiko
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants