cm0002@lemmy.worldBanned from community to Linux@programming.dev · 24 天前Just...one...more...thingimagemessage-square57linkfedilinkarrow-up1439arrow-down19
arrow-up1430arrow-down1imageJust...one...more...thingcm0002@lemmy.worldBanned from community to Linux@programming.dev · 24 天前message-square57linkfedilink
minus-squareJim East@slrpnk.netlinkfedilinkEnglisharrow-up2·21 天前You’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.