Manjaro Difference between revisions of "Burn an ISO File"

Difference between revisions of "Burn an ISO File"

From Manjaro
imported>Verityproductions
imported>Verityproductions
Line 50: Line 50:
To burn the iso on an usb stick, enter the following command in a terminal :
To burn the iso on an usb stick, enter the following command in a terminal :


  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[x]
  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[drive letter]


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).
Where [drive letter] 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).




Cookies help us deliver our services. By using our services, you agree to our use of cookies.