Problem creating the bootable USB stick with Etcher

rAIner-linux

New Member
Joined
Aug 5, 2023
Messages
12
Reaction score
5
Credits
119
Hello all,

I am trying to make my first Linux installation, but when trying to create a bootable USB stick with Etcher, Etcher keeps complaining that it cannot open the iso file. I did try it with the Ubunto iso and the Mint iso. The Mint iso, I even made an integrity check with and authenticated it. Can anyone help?

Rainer (German)

p.s.: I am working on a Windows 10 laptop, about 10 years old with only about 50 GB SSD memory left.
 
Last edited:


@rAIner-linux :-

Welcome to the Forum.

You're not the only who hasn't had any luck with Etcher. Despite it being the number one recommended installer utility in the Linux world, it won't work for us in the Puppy Linux community.

Etcher doesn't understand about decompressing read-only SFS files from a sub-directory within a partition, copying the contents of those SFS files into a virtual file-system in RAM, and finally writing a boot entry to Grub4DOS's 'menu.lst' file.

Etcher only understands the standard paradigm of copying a full file-system layout into a partition, then adding a boot-loader entry to GRUB2 pointing TO that partition. Because that's how 95% of Linux distros function.....so that's the way Etcher has been written to work.

~~~~~~~~~~~~~~~~~~~~~~​

When all's said & done, Etcher is just a fancy GUI wrapper around the 'dd' utility.....and every Linux distro ever created has that built-in somewhere. But most folks like it, because it's user-friendly.......and that's a 'must-have' concept in today's increasingly technical world.


Mike. :confused:
 
Last edited:
Have you tried Ventoy...this is the windoze version which I've haven't used...
https://woshub.com/multi-iso-boot-usb-flash-ventoy/

I use the Linux version...once Ventoy is installed on your Flash Drive...download the Mint ISO...open Ventoy and drag or copy and paste the ISO in.
1717383838967.gif


It will look like this...
1717384151772.png

You can install the Mint Distro from Ventoy...easy.
1717384326575.gif
 
for us in the Puppy Linux community

A friend of mine just installed EasyOS, which says it's based on Puppy. It's an interesting distro to say the least.
I wonder if you've had any experience with it.

His twelve-year-old son make the comment. "If this is the easy version, I would hate to see the hard version".
 
I just came to tell you try Rufus but you figured it out yourself, that one I used when I moved to Linux
 
@rAIner-linux :-

Welcome to the Forum.

You're not the only who hasn't had any luck with Etcher. Despite it being the number one recommended installer utility in the Linux world, it won't work for us in the Puppy Linux community.

Etcher doesn't understand about decompressing read-only SFS files from a sub-directory within a partition, copying the contents of those SFS files into a virtual file-system in RAM, and finally writing a boot entry to Grub4DOS's 'menu.lst' file.

Etcher only understands the standard paradigm of copying a full file-system layout into a partition, then adding a boot-loader entry to GRUB2 pointing TO that partition. Because that's how 95% of Linux distros function.....so that's the way Etcher has been written to work.

~~~~~~~~~~~~~~~~~~~~~~​

When all's said & done, Etcher is just a fancy GUI wrapper around the 'dd' utility.....and every Linux distro ever created has that built-in somewhere. But most folks like it, because it's user-friendly.......and that's a 'must-have' concept in today's increasingly technical world.


Mike. :confused:
I hear: yes, using Rufus is always the better choice, if you decide technically and Etcher may be the better choice for those preferring the better GUI. Correct summary?
 
I've never had problems with Etcher...I can also use the Mint USB Image Writer too...Rufus won't work in Linux.
1718752901642.gif
 
It happened to me that Etcher doesn't worked with the App Image,...

Did you check that the AppImage had the executable bit set? If it is in Downloads

Code:
ls -l ~/Downloads/version_number_of.AppImage

and if no x is there for users, then

Code:
sudo chmod +x ~/Downloads/version_number_of.AppImage

Wiz
 
Did you check that the AppImage had the executable bit set? If it is in Downloads

Code:
ls -l ~/Downloads/version_number_of.AppImage

and if no x is there for users, then

Code:
sudo chmod +x ~/Downloads/version_number_of.AppImage

Wiz
Thank you
 
I'm with @bob466 Never had a problem with Etcher except on one Distro (Kubuntu 24.04 ) which would not run it.
But glad you found what works for you. Hope you enjoy Linux :)
 
When you download the AppImage...you need to give it permission to run...place tick as shown...
1718793468044.png


1718793491300.gif
 
I forgot to say...when you download the AppImage...right click and choose Properties then Permissions.
1718837825293.gif
 

Staff online


Top