soloojos (Lemmy)@feddit.cl to Linux@lemmy.ml • 7 months agoHow to create a bootable Linux USB driveexternal-linkmessage-square5 fedilinkarrow-up172
arrow-up172external-linkHow to create a bootable Linux USB drivesoloojos (Lemmy)@feddit.cl to Linux@lemmy.ml • 7 months agomessage-square5 Commentsfedilink
minus-squaresomeonesmall@lemmy.mlhexbear9·edit-27 months agoIf you're already on linux there is no need to install special tools. Simply copy the iso directly to the USB device. dd if=distribution.iso of=/dev/sdX bs=1M && sync linkfedilink
minus-squaregr3q@lemmy.mlhexbear4·edit-27 months agoYou can do the same with cp too. Also safer. But I use Ventoy nowadays. linkfedilink
If you're already on linux there is no need to install special tools. Simply copy the iso directly to the USB device.
dd if=distribution.iso of=/dev/sdX bs=1M && sync
You can do the same with
cp
too. Also safer.But I use Ventoy nowadays.