Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 195 Bytes

write-iso.md

File metadata and controls

13 lines (9 loc) · 195 Bytes

Write iso to usb with dd

Find the drive:

sudo fdisk -l

Now write to the drive:

sudo dd bs=4M if=/path/to/the.iso of=/dev/sd[drive letter] status=progress oflag=sync