Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Fix Balena Etcher Not Working on Ubuntu 22.04

August 5, 2024
in A, Blog, Ubuntu
0
ADVERTISEMENT

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:

sudo ./balenaEtcher-*

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
ADVERTISEMENT

Not a reader? Watch this related video tutorial:

5/5 - (1 vote)
Previous Post

How to Download and Install Balena Etcher on Ubuntu 22.04

Next Post

How to Download and Install Balena Etcher on CentOS

Related Posts

Images Hidden Due To Mature Content Settings In CivitAI

August 31, 2024

Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

August 20, 2024

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024

How to Remove The Test Mode Watermark Without Disabling Test Mode

July 28, 2024

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory