foudinfo@jlai.lutoLinux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
0·
3 months agoYep that’s right, but I use fdisk to check my drives before writing on them and it also requires sudo…
Yep that’s right, but I use fdisk to check my drives before writing on them and it also requires sudo…
My favorite way to create a boot media is simply to use cat. No arguments, no shenanigans just a cat into the device :
cat debian.iso > /dev/sda
Oh right, my bad x) I agree, it’s a little bit akward to use su then cat everytime.