On Debian’s website it is saying to write the image to the USB stick I should use a bash script "# cp Debian.iso /dev/sdX

sync"

Is there another way to do this without using root access?

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    9 hours ago

    Copying the whole image onto the device file will rewrite the partition table, boot flags and all.

    But yes, usually this requires root equivalent capabilities.