Grayox@lemmy.ml to Memes@lemmy.ml · 1 year agodOwNlOaD oUr aPp pLz uWulemmy.mlimagemessage-square78fedilinkarrow-up11.24K
arrow-up11.22KimagedOwNlOaD oUr aPp pLz uWulemmy.mlGrayox@lemmy.ml to Memes@lemmy.ml · 1 year agomessage-square78fedilink
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up11·edit-21 year agojust use dd or Popsicle (popsicle has a native gtk gui) or Ventoy
minus-squaretyftler@feddit.delinkfedilinkDeutscharrow-up7·edit-21 year agoI stopped using programs like etcher for flashing iso’s after i found out you can just run cp /path/to/your/file/example.iso /dev/[insert device here] For example sudo cp ./Downloads/archlinux-2023-09-01.iso /dev/sdb I love it because it just works on any linux machine, always. Of course, this is maybe not fit for your usecase. You can also use dd, tee or even echo, the archwiki has a good section on flashing iso’s.
minus-squareaksdb@feddit.delinkfedilinkarrow-up2·1 year agoI always love the many little implications of this genius “everything is a file”-architecture. Thank you Ken Thompson.
minus-squaredbx12@programming.devlinkfedilinkarrow-up2·1 year agoIf you have the iso image, you can write it with the command dd to your stick / sdcard
Removed by mod
just use dd or Popsicle (popsicle has a native gtk gui) or Ventoy
I stopped using programs like etcher for flashing iso’s after i found out you can just run
cp /path/to/your/file/example.iso /dev/[insert device here]
For example
sudo cp ./Downloads/archlinux-2023-09-01.iso /dev/sdb
I love it because it just works on any linux machine, always. Of course, this is maybe not fit for your usecase.
You can also use dd, tee or even echo, the archwiki has a good section on flashing iso’s.
I always love the many little implications of this genius “everything is a file”-architecture. Thank you Ken Thompson.
If you have the iso image, you can write it with the command dd to your stick / sdcard