Creating bootable USB from .iso with terminal

The creation from ISO to Linux systems, it can cause headache especially to its new users s. Although there are applications with a graphical interface (preferred by those who are used to Windows environments) there are some images that will give you problems.usb drive

For example, Ubuntu's Start Up Disk Creator application, although it allows you to create a bootable USB from .iso, does not accept ISO files from other distributions από Ubuntu. Επόμενο παράδειγμα, το . Trying to create a bootable USB from an .iso using Ubuntu's Disks application will probably frustrate you. With the Unetbootin application, although the chances of success are higher (in terms of openSUSE and other operating systems) there are times when it 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 commands.

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-stable-amd64.20151209.iso of = / dev / sdb

In our case we chose to create a bootable USB with the elementaryos .iso file. You can change it of the file with the desired ISO. You should also change the letters or letter of sdb depending on where your drive is located, i.e. 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.).