Difference between revisions of "Burn an ISO File"
Views
Actions
Namespaces
Variants
Tools
→Using the Terminal
imported>TobiasF |
imported>Maparillo |
||
Line 54: | Line 54: | ||
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[drive letter] status=progress | sudo dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[drive letter] status=progress | ||
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). | 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). | ||
Line 60: | Line 60: | ||
To find which drive letter it might be write: | To find which drive letter it might be write: | ||
fdisk -l | sudo fdisk -l | ||
'''Warning:''' | '''Warning:''' | ||
Line 108: | Line 108: | ||
: More in http://www.syslinux.org/wiki/index.php?title=Isohybrid | : More in http://www.syslinux.org/wiki/index.php?title=Isohybrid | ||
== Using a Burning Application == | == Using a Burning Application == |