i Want to burn a .IMG file (the Grub 2 Rescue Tool fixer) to usb pendrive.
the MX live usb maker is not meant for this (and won't even accept .IMG files).
Googling I found Linux programs that do this, but NONE of them are in the MX repo nor flatpaks. (usb-creator, usbimager, balena-etcher, unetbootin, and mintstick)
I did find 1 appimage for Balena Etcher, and I love appimages and use them a lot, but this one failed to work.
So, is there no way to use a GUI to burn a IMG in MX? Could one of these programs be added to the repo?
Thanks...
software to burn a .IMG file to usb pendrive? [Solved]
- Eadwine Rose
- Administrator
- Posts: 15188
- Joined: Wed Jul 12, 2006 2:10 am
Re: software to burn a .IMG file to usb pendrive?
With all help requests, please share your full Quick System Info, found in the menu under Favorites. Press the Copy for forum button, then click paste in a reply. If need be, you can do this with the LiveUSB, thanks.
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
- chrispop99
- Global Moderator
- Posts: 3390
- Joined: Tue Jan 27, 2009 2:07 pm
Re: software to burn a .IMG file to usb pendrive?
I use gnome-disk-utility for this and other purposes. It's in the Enabled Repos tab of the Package Installer.
Chris
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
- DukeComposed
- Posts: 1505
- Joined: Thu Mar 16, 2023 1:57 pm
Re: software to burn a .IMG file to usb pendrive?
From the README: "Package for Debian and Ubuntu can be downloaded from the Github release page". I've had no problems using the Etcher AppImage, and Popsicle is pretty nice, too. It's from the System76 folks and is written in Rust. If AppImages aren't working for you, try one of the .deb files provided on their GitHub.oaktree wrote: Tue Aug 20, 2024 1:39 am I did find 1 appimage for Balena Etcher, and I love appimages and use them a lot, but this one failed to work.
- dolphin_oracle
- Developer
- Posts: 22678
- Joined: Sun Dec 16, 2007 12:17 pm
Re: software to burn a .IMG file to usb pendrive?
You can actually use img with live-usb-maker in image mode. The file dialog defaults to iso but you can change to all files.
I do this all the time with the pi respin.
I do this all the time with the pi respin.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: software to burn a .IMG file to usb pendrive?
I wanted to try out EasyOS couple of months ago, and that comes as an .img. Had no problem burning it to USB stick with MX Live USB Maker, and once done it booted up without any issues.
Re: software to burn a .IMG file to usb pendrive? [Solved]
Suggest to let the system "know" about the feature of mx-live-usb-maker to also accept disk-images,dolphin_oracle wrote: Tue Aug 20, 2024 6:40 am You can actually use img with live-usb-maker in image mode. The file dialog defaults to iso but you can change to all files.
I do this all the time with the pi respin.
and add MX Live-USB Maker to the right-click menu within the file manager.
E.g. by these steps for Xfce and Thunar:
* Change MimeType line within mx-live-usb-maker.desktop
from:
Code: Select all
MimeType=application/x-cd-image;
Code: Select all
MimeType=application/x-cd-image;application/x-raw-disk-image;
e.g in Xfce add these lines to /etc/xdg/xfce-mimeapps.list
Code: Select all
application/x-cd-image=mx-live-usb-maker.desktop;
application/x-raw-disk-image=mx-live-usb-maker.desktop;
like shown here: and opens MX Live USB Maker with the pre-selected image mode: * Further adjust the label within "MX Live USB Maker"
from "Select ISO file" to "Select ISO/IMG file"
* Maybe enhance the file-filter within the file-chooser, to not only list iso-files but also img-files, if possible
You do not have the required permissions to view the files attached to this post.
Re: software to burn a .IMG file to usb pendrive?
Wow! Lots of good ideas and answers here!fehlix wrote: Tue Aug 20, 2024 8:21 am Suggest to let the system "know" about the feature of mx-live-usb-maker to also accept disk-images,
and add MX Live-USB Maker to the right-click menu within the file manager.
E.g. by these steps for Xfce and Thunar:
* Change MimeType line within mx-live-usb-maker.desktop
Thanks to the above, I see now the ‘ISO’ button at far bottom, and clicking it can allow other file types.
And i strongly agree with fehlix's idea to “adjust the label within "MX Live USB Maker"
from "Select ISO file" to "Select ISO/IMG file"
* Maybe enhance the file-filter within the file-chooser, to not only list iso-files but also img-files, if possible”
I also liked his information on editing mime types, and will try this later.
I never even thought of using the file manager's right click menu because:
1. Linux is usally not good with file extensions and associations. Most files don't even use them.
2. I normally use another file manager, not Thunar.
So ok, i Opened Thunar and right clicked on my IMG file, and it immediately shows: “open with ‘Image Disk Writer’ ”!! It turns out that's a hidden part of a Gnome ‘DISKS’ utility I had installed.
But instead of using that, I right-clicked and chose ‘open with’ then searched for ‘MX Live USB Writer’, which then came right up, and so I burned the IMG easily.
I'll go ahead and add the mime type as well. But a question, can we just write tje actual extension name, such as:
application/.IMG=mx-live-usb-maker.desktop;
or do we have to know the offical long-winded code name for each file type?