When putting Debian.iso onto a flash drive do you have to use root?
When putting Debian.iso onto a flash drive do you have to use root?
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?
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.
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.
Please don't continue to recommend Ventoy. It has serious and unanswered security questions hanging over it, and the developer seems to be completely AWOL.
https://github.com/ventoy/Ventoy/issues/2795
https://lemmy.ml/post/20404494
I wasn’t completely convinced by that since I build it from source and the binary blobs match their checksums. Months between releases isn’t out of the ordinary for some projects too…
Regardless, what is an alternative that works the same way?