Grayox to Memes@lemmy.ml • 2 years agodOwNlOaD oUr aPp pLz uWulemmy.mlimagemessage-square67fedilinkarrow-up11.09Karrow-down116
arrow-up11.07Karrow-down1imagedOwNlOaD oUr aPp pLz uWulemmy.mlGrayox to Memes@lemmy.ml • 2 years agomessage-square67fedilink
minus-squarevoxellinkfedilink10•edit-22 years agojust use dd or Popsicle (popsicle has a native gtk gui) or Ventoy
minus-square@tyftler@feddit.delinkfedilinkDeutsch7•edit-22 years 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-square@aksdb@feddit.delinkfedilink2•2 years agoI always love the many little implications of this genius “everything is a file”-architecture. Thank you Ken Thompson.
minus-squaredarcylinkfedilink3•2 years agodoes Ventoy work for your use case ? write the ventoy image onto the usb, then you can copy/paste .iso files onto it without formatting. real neat for booting different systems from a single usb
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.
does Ventoy work for your use case ? write the ventoy image onto the usb, then you can copy/paste .iso files onto it without formatting. real neat for booting different systems from a single usb