Difference between revisions of "Burn an ISO File"

no edit summary
imported>Verityproductions
imported>Verityproductions
Line 52: Line 52:
  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[x]
  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[x]


where [x] is the letter of your removable device. Please note that it is the '''device''', like /dev/sda, /dev/sdb (etc), and '''not''' the partition number (e.g. /dev/sda1).
Where [x] is the letter of your removable device. Please note that it is the '''device''' (e.g. /dev/sdb), and '''not''' the partition number (e.g. /dev/sdb1).