Difference between revisions of "Burn an ISO File"
Views
Actions
Namespaces
Variants
Tools
→Writing to a USB Stick in Linux
imported>Verityproductions |
imported>Sabras |
||
Line 44: | Line 44: | ||
=Writing to a USB Stick in Linux= | =Writing to a USB Stick in Linux= | ||
==Using 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/sdx | |||
where /dev/sdx is your removable device. Please note that it is the '''device''', like /dev/sdb, '''not''' the partition like /dev/sdb1 | |||
==Using GUI== | |||
''ImageWriter'' should be available for installation from your distribution's Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it. | ''ImageWriter'' should be available for installation from your distribution's Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it. | ||
Line 59: | Line 69: | ||
'''5.''' Reboot your system | '''5.''' Reboot your system | ||
=Writing to a USB Stick in Windows= | =Writing to a USB Stick in Windows= |