Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: fungalnet on 08 October 2017, 12:33:47

Title: Transfering the artix-xxx.iso to USB from Windows
Post by: fungalnet on 08 October 2017, 12:33:47
I haven't done this for a very long time and don't even have windows to try things out, so I am not current in what to use and what not to.  I use to have good lack in W7 with usbootin and rufus but I remember some iso would work easily some will not.  What do you recommend for the specific artix iso (bios/uefi).
Title: Re: Transfering the artix-xxx.iso to USB from Windows
Post by: thefallenrat on 08 October 2017, 14:10:29
Use Etcher : 

https://etcher.io/
Title: Re: Transfering the artix-xxx.iso to USB from Windows
Post by: fungalnet on 08 October 2017, 15:58:22
I've used etcher before but on linux, I didn't realize they have windows versions.  It is very reliable but it is huge for what it does.  I've never had a miss with dd.
Code: [Select]
dd if=linuxdistro.iso of=/dev/sdb bs=4M ; sync
Title: Re: Transfering the artix-xxx.iso to USB from Windows
Post by: ellocco on 07 May 2025, 10:50:56
Hi,
I faced also severe problems to boot from USB on an apple MacBookAir 11-Zoll (2011, DualCore i5).
Trying different  USB-keys from different manufactures and different sizes and using different software (incl. DD-method)
to transfer the ISO onto the USB failed; - in all, I guess, I spent more than 5 hours :-(
The solution was to install  Ventoy (https://en.wikipedia.org/wiki/Ventoy).
After this is installed on the USB-key, you see nothing on the USB in the file browser (at least on my windows machine).
The trick is: you can copy your *.iso files on this USB key and during the boot process Ventoy is available in form of a life-session.
You can select inside Ventoy the *.iso file that you would like to load / to boot. In my case the standard procedure failed,
but you can select a Grub2 boot method in this case and that worked just fine for me.
Good luck!
Title: Re: Transfering the artix-xxx.iso to USB from Windows
Post by: mrbrklyn on 07 May 2025, 11:46:59
I've used etcher before but on linux, I didn't realize they have windows versions.  It is very reliable but it is huge for what it does.  I've never had a miss with dd.
Code: [Select]
dd if=linuxdistro.iso of=/dev/sdb bs=4M ; sync



the dd command is all that is needed.  I am not sure why there is so much noise and testimonials on this topic.  We've done installfests for decades with thousands of installs, and dd ... without a doubt ... is all you need for a working iso and a thumb drive that is not broken.

On windows, I can't comment.  I haven't used windows for serious computer work for a very long time... but not long enough.  I hear they have linux on it now so you can use dd.