Tails no longer recommending balenaEtcher
-
did they ever clear up that random unexplained binaries issue?
-
Linux mint factory USB creator just right click and make bootable.
-
The article at the end mentions they suggest dd as alternative for MacOS (due to Unix user space). It seems the balena -> rufus decision is about the easiest-onramp Mac+Win-portable option, for those uncomfortable dropping to low-level device-writing CLI tools in their current system.
Side-note: Last time I was on a friend's Windows I installed dd simply enough both as mingw-w64 (native compiled) and under Cygwin. So for Windows users who are comfortable using dd it only requires a minor step. When I once used WSL devices were accessible too, but that was WSL1 (containerized), whereas WSL2 (virtualized) probably makes device-mapping complex(?) enough to not be worth it there.
-
Huh this is news to me. Wonder why dd has been the defacto standard in guides everywhere for the past 15-20+ years
-
I dunno... I just use dd.
-
Friendship ended with Balena
Now Rufus is my new best friend -
So tor is compromised?
-
cat works perfectly fine too
-
i think it depends on the image you get - for archlinux you can simply cat (or dd) the file onto a usb stick and it works perfectly fine, bootable. but i think i have seen an image at some point where it didn't work, but i don't recall what it was.
-
Eh, I prefer being able to specify block sizes, to maximize the throughput.
-
Why use a fancy GUI tool when good old
dd
does the trick -
Completely aside from the blob issue mentioned, the Tails team has recommended against using a multiboot utility like Ventoy to install Tails. Ventoy works fine for basically any other operating system (again, aside from the blob issue), just not Tails, which is what this post is about.
-
WSL2 has relatively easy (a few powershell commands iirc) device mounting, provided you aren't trying to mount
or the windows install drive (not necessarily the same).
-
Rufus is great! I worked with the maintainer to fix a bug in hardware they didn't have and it was a very pleasant experience.
-
It won't depend. I think it's because back in the day we never had an easy way to force boot a device, if a device wasn't flagged as bootable it wouldn't boot
-
I used to use the fedora media writer but the RPi imager software is so easy I switched
-
pv
for life. -
cat is the tool of distinguished gentlemen
-
Thanks for trying.
I'm not against terminal, but I'd just have to look up commands every time that I rarely use.
-
for Windows