Adjust the count parameter xxx to represent the number of bytes written which you
get from the confirmation above in point 7. xxx bytes (yyy MB, zzz MiB) copied, … s, … MB/s
dc7427636040e9469861251858aae820c2ae16cc
Compare the checksum with the one you got in step 3, if they match, you’re good to go!
Notes:
a) It’s recommended also to check the signature of the ISO with gpg.
This does not only verifies the integrity, but also the authenticity.
b) Instead of writing to /dev/XdA, you can also write to /dev/disk/by-id/usb-xxx (see point 5). This helps to avoid confusion, especially if you have lots of devices.
I am not so sure if I follow your point about the size of the packages. Why would that matter?
imagewriter is many years old and not maintained anymore.
mintstick is old as well.
etcher is a cross platform application for Linux, MacOS and Windows. That explains the size. It is an electron app.
And it is actively maintained. It is doing a validation of the usb stick after writing the image which imagewriter is not doing for example. And the GUI is a lot nicer than imagewriter for sure.
But anyways, feel free to use whatever tool you see fit.
After using Etcher for a good while I’ve switched to using popsicle. It has the added features of hash checks, flashing multiple devices and, a command line interface.
I just switched to usbimager ( from Etcher) on recommendation from somewhere. It is extremely small and light on resources. For multiboot, I used to use MultiBootUsb. Ventoy is much better for me.
Nice tutorial, thank you. I am trying to get more comfortable with built-in functions like dd rather than installing additional applications to achieve these types of tasks.