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?

  • bloodfart@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    16 days ago

    You can’t make a usb bootable without root access iirc. If you already have a bootable usb like ventoy then you can load any goofy thing you want into it without root access and it’ll work.

  • progandy@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    10 days ago

    It is possible to format removable drives without root access through udisks2, e.g with gnome-disks or KDE ISO image writer. GNOME Impression is another tool that should work.

    • BaumGeist@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      those still require root, they just don’t explicitly say so. They still pop up with a password prompt

  • lungdart@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    16 days ago

    Raw disk access is a privilege in Linux, usually reserved for root.

    You could have root change the permissions on the directory to allow another user or group write access.