• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle

  • tyftler@feddit.detoMemes@lemmy.mldOwNlOaD oUr aPp pLz uWu
    link
    fedilink
    Deutsch
    arrow-up
    7
    ·
    edit-2
    9 months ago

    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.