Creating bootable USB from .iso with terminal

The creation USB από ISO σε συστήματα Linux, μπορεί να προκαλέσει πονοκέφαλο ειδικά σε νέους χρήστες της πλατφόρμας. Αν και υπάρχουν εφαρμογές με γραφικό περιβάλλον (που προτιμούν αυτοί που έχουν συνηθίσει σε περιβάλλοντα ) there are some images that will give you problems.usb drive

For example, Ubuntu's Start Up Disk Creator, although it gives you the ability to create bootable USB from .iso, does not accept ISO files other than Ubuntu. Next example, openSUSE. Trying to create bootable USB from .iso by using Ubuntu's Disks application will rather disappoint you. With Unetbootin, although the chances of success are more (with openSUSE and other functional ones) there are times that will not meet your expectations.

For the above reasons, we will show how you can create a bootable USB from .iso using your operating system terminal,

You will need the .iso image, the terminal a USB and some .

Download the operating system you are interested in (no need to download that you find in front of you):

os

Plug the USB into the port and go find it on the terminal:

Open a terminal and type

sudo fdisk-l

The command will list your disks. We run the command so as not to format a wrong disk and we run in general…disks bootable USB

The disk (USB) we're looking for is sdb as you see it from size (14,4 GB).

With the following command we will format it to FAT32

sudo mkfs.vfat -I / dev / sdb

format

When data is deleted from USB, we can proceed with writing iso to create a bootable USB that works.

Open the folder that contains the iso you are interested in. Right-click and select "Open in Terminal" or Open in Terminal.

When your terminal opens, type the following command:

sudo dd if=elementaryos-0.3.2--amd64.20151209.iso of=/dev/sdb

In our case, we chose to create a bootable USB with elementaryos .iso file. You can change the name of the file with the iSO you want. You also need to change the letters or letter of sdb depending on where your drive is located, ie your USB.

An important detail to note is the iSO registration point. From the beginning, although at the end of the second image, it can be seen that the sdb with everything it contains is mounted on sdb1, we deleted all the partitions and gave the command to switch to iSO on the sdb without the 1.

After the command, sit back and wait. It will take a long time, depending on the size of the iSO. When the registration is over, the terminal will give you the necessary information:

usb done

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).