cm0002@lemmy.world to Linux@programming.dev · 12 天前Just...one...more...thinglemmy.worldexternal-linkmessage-square56fedilinkarrow-up1430arrow-down18
arrow-up1422arrow-down1external-linkJust...one...more...thinglemmy.worldcm0002@lemmy.world to Linux@programming.dev · 12 天前message-square56fedilink
minus-squareJim East@slrpnk.netlinkfedilinkEnglisharrow-up2·9 天前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.