cm0002@lemmy.world to Linux@programming.dev · 4 days agoJust...one...more...thinglemmy.worldimagemessage-square46linkfedilinkarrow-up1423arrow-down19
arrow-up1414arrow-down1imageJust...one...more...thinglemmy.worldcm0002@lemmy.world to Linux@programming.dev · 4 days agomessage-square46linkfedilink
minus-squareJim East@slrpnk.netlinkfedilinkEnglisharrow-up2·1 day agoYou’re welcome! To make a bootable USB drive with dd, the command would be sudo dd if=/path/to/installer.iso of=/dev/sdX bs=1M && sync where the sdX is your actual USB drive.
You’re welcome! To make a bootable USB drive with
dd
, the command would besudo dd if=/path/to/installer.iso of=/dev/sdX bs=1M && sync
where thesdX
is your actual USB drive.