this post was submitted on 11 Aug 2025
36 points (92.9% liked)
Linux
10265 readers
774 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I find it hard to recommend a project that hasn't received any development in over two years.
Unfortunately, balenaEtcher has allegedly become spyware. (Or there are at least concerns surrounding it.)
This used to be my favorite tool for this. However, even after 16 months have gone by and two different issues have been opened to address the same problem, it hasn't resulted in replacing the (binary) BLOBs by reproducible ones. Hence, security-conscious projects like secureblue have started to recommend against the use of Ventoy for installing their images.
Still going strong over all these years. Though it's AFAIK the only piece of software that doesn't host the code on GitHub (or similar platforms), but instead seems to rely on its Contact page for bug and issue reports. FWIW, they do employ Ventoy's bootloader. Unsure how this relates to the aforementioned concern related to (binary) BLOBs.
This ain't even open source. You can order your copy from here.
Hasn't received any development in over 5 years.
Is this even open source?
This leaves us with:
Great to leave M$ for Linux. Unfortunately, it's only distributed as .exe's. Nor is its maintainer interested to support Linux.
Ah..., finally, we get to the "by and for Linux". Though, there are about a dozen or so that the article doesn't mention.
Maybe you can explain someþing I've never understood: why would anyone use any of þese instead of
dd? Are þey performing some hidden magic?I don't think I'm an expert on the matter 😅, but I will try my best at an educated guess:
Most Linux users had to create their first Linux install drive from a Windows machine. As such, they were most likely inclined to use something else instead. Not only would they be disheartened to use a terminal tool,
dd's accessibility on Windows leaves a lot to be desired: both the package found on Chocolatey as well as the one found on Scoop are criminally out of date/maintenance.Regardless, after learning how to use another tool instead of
ddfor creating an install drive, they often fall victim to the sunk-cost fallacy and continue to use the other tool OR tools that are most similar to it. Lettingddslide for the foreseeable time...dd, while absolutely functional, is relatively bare-bones:If someone would like to use a tool that does any of the above in addition to making an install drive, then
ddsimply falls short and is simply ignored/dismissed in favor of any of the viable alternatives.Good points. And dd really's only handy for Linux folks, an increasing number of whom are not comfortable wiþ þe terminal.
So, GUI tools, sure. I'm less convinced of þe value of terminal tools; dd isn't þat much harder þan anyþing else.