Usb boot from iso linux

10 Useful Tools to Create Bootable USB from an ISO Image

CD and DVD writers are a thing of the past. You are not likely to find them in modern-day laptops. If your goal is to create a bootable medium, then creating a bootable USB drive from an ISO file remains your best option.

There are quite a number of tools that can help you create a bootable USB drive. Some will even go further and let you create a multi-boot USB drive where you get to choose the OS that you want to install.

Here are some of the widely-used utilities for creating a bootable USB drive from an ISO file in Linux desktop systems.

1. Rufus

We start off our list with Rufus which is arguably one of the most popular bootable USB creation utilities. It’s a free tool that you can download and create bootable USB pen drives, memory sticks, etc. It is particularly helpful when you want to create a USB installation medium from an ISO image or work on a system with no OS installed.

Rufus is a portable utility that comes with a small footprint – 1.3MB only. No installation is required. You just need to double-click on the executable file to launch the UI and start creating your USB bootable medium from an ISO image of your choice (both Windows and Linux).

Rufus - Create Bootable USB Drives

Unfortunately, Rufus is only supported on Windows and the developer has not yet ported it to Linux as yet. If you are looking for an alternative that works on Linux, read on.

2. UNetbootin

UNetbootin is a free and cross-platform utility for creating live bootable USB drives using an ISO image from all the major Linux distributions, even the lesser-known ones such as Tails, and AntiX.

It doesn’t employ distribution-specific rules for creating bootable USB drives, and therefore, most of the Linux ISO images should load without a problem.

Apart from creating a Live bootable medium, you get other system repair tools and utilities for example:

Unetbootin - Create Bootable USB Drives

  • Parted Magic
  • SystemRescueCD
  • Smart Boot Manager
  • Dr.Web AntivirusF-Secure Rescue CD
  • Super Grub Disk
  • Backtrack
  • Ophcrack

3. Balena Etcher

Developed & Maintained by the Balena team, Balena Etcher is a free and open source for writing image files such as .img and .iso onto USB drives and creating Live bootable pen drives and SD cards.

Etcher is a cross-platform tool and is available for download on Windows, macOS, and Linux (both 32-bit and 64-bit). It provides a very elegant yet simple UI that provides a smooth experience while writing your image files.

Читайте также:  Linux mint как форматировать

BalenaEtcher - Flash OS Images to USB Drive

4. Ventoy

Ventoy is yet another utility that lets you not only create an ordinary USB bootable medium but also allows you to create a multiboot USB drive with several OS options.

In fact, Ventoy takes away the need to format your USB drive over and over again. Simply copy the ISO file to your Pendrive drive and boot it. You can copy multiple ISO files concurrently and Ventoy will provide a boot menu to select your preferred image to boot from. Ventoy supports over 420 ISO files.

Ventoy Create Bootable USB Drive

  • Cross-platform (Windows, Linux).
  • Support for both Legacy and UEFI BIOS modes.
  • Support for ISO images larger than 4GB.
  • MBR and GPT partition style supported (1.0.15+).
  • USB drive write-protected support.
  • You can directly boot from ISO/WIM/IMG/VHD(x)/EFI files. No extraction is required.

And many more. Check out Ventoy’s additional features.

5. Universal USB Installer

Abbreviated as UUI, Universal USB Installer is a Live Linux Bootable USB Creator Software that allows you to easily create a bootable USB from your favorite Linux distribution or Windows installer. It runs only on the Windows operating system.

In addition to that, you also get additional tools such as USB Boot Rescue tools such as Comodo and BitDefender Rescue CD, and bootable software such as Hirens Boot CD.

Universal USB Installer

6. Yumi

Yumi – short for ‘Your Universal Multiboot Installer’ – is another tool that you can leverage to create a multiboot USB drive. It’s the predecessor of the Universal USB installer and allows you to create a Multiboot USB Flash Drive containing multiple ISO files on the fly and start using it to boot your preferred Live Linux OS.

Key features of Yumi USB creator include:

YUMI MultiBoot USB Creator

  • Runs only on the Windows operating system.
  • An option to reformat your USB drive.
  • Support for both Legacy and UEFI BIOS modes.
  • Affinity for Ubuntu-derived Distributions.
  • Download links to make it easy to get the related ISO files.
  • A website link to help you learn more about the YUMI.
  • A feature to remove installed items on the USB drive to facilitate cleanup.

7. PowerISO

PowerISO is a robust and fully-featured application for burning CDs/DVDs. In addition, It allows you to extract, burn, create, encrypt, compress, and convert ISO images and mount them on an external drive.

It provides an all-in-one solution allowing you to do whatever you want with your files.

At a glance, PowerISO allows you to:

PowerISO Burn Bootable USB Drives

  • Supports Windows, Linux, and macOS.
  • Create a bootable USB drive from an ISO image.
  • Create bootable ISO files and create bootable CDs and DVDs.
  • Open and extract ISO files with a single click.
  • Rip multimedia files including audio files such as MP3, WMA FLAC.
  • Burn audio files from MP3, and WMA FLAC to CDs / DVDs.
  • Ability to edit ISO files directly.
  • Create ISO or BIN files from CDs / DVDs.

8. GNOME Multiwriter

GNOME Multi-writer is a utility for Linux systems that is used to write an ISO file to multiple USB devices at a go.

Читайте также:  Delete lines linux command

It supports USB drives of up to 32GB in size. It was originally written as part of the ColorHug project, but later on, shifted direction and became an independent application in 2015.

GNOME MultiWriter

9. MultiBootUSB

MultiBootUSB is a free and open-source cross-platform tool that also allows users to install multiple Live Linux distributions on a USB drive and boot from it. It provides a simple and user-friendly UI that enhances the seamless creation of the bootable USB drive.

MultibootUSB - Create Multiboot USB Disk

  • Supports Windows, Linux, and macOS.
  • Automatic detection of ISO files.
  • Works on both USB and external hard drives.
  • Preservation of files on the USB drive without deletion.
  • Installed images can be uninstalled without affecting other files in the drive.
  • Ability to install multiple distributions at a time on the command line.
  • The list of supported distributions is constantly updating.

10. ImageUSB Writer

Last on the list is the ImageUSB Writer. Just like GNOME multi-writer and multi-boot USB, this is a free utility for Windows systems only that allows you to write an ISO file concurrently to several USB devices. It also supports direct imaging between the devices.

ImageUSB writer is also a perfect tool for mass duplication of USB flash drives. The application is also capable of reformatting a USB device, as well as MBR and GPT entries for wider disk space.

ImageUSB Writer

That was a roundup of some of the utilities that you can leverage to create a bootable USB drive from an ISO image in Linux. We have compiled tools that work on both Linux and Windows in case you are working on either system. That is all for now. Your feedback is highly welcome.

Источник

How to create bootable USB drive from an ISO image in Linux

ISO images, typically distributed in ISO 9660 format, are commonly used for distributing bootable operating system installers. This format is designed for optical discs and can contain both data and a boot sector, enabling the image to be bootable. By burning ISO images directly onto a USB stick or portable hard drive, you can boot from the external device.

In Linux, there are several tools available for creating a bootable USB drive from an ISO image. Among these, the dd command-line tool is the most universally available and comes preinstalled in most Linux distributions, such as Ubuntu, Fedora, CentOS, and SUSE.

Steps to burn ISO image to USB drive in Linux:

$ file Downloads/ubuntu-21.04-desktop-amd64.iso Downloads/ubuntu-21.04-desktop-amd64.iso: ISO 9660 CD-ROM filesystem data (DOS/MBR boot sector) 'Ubuntu 21.04 amd64' (bootable)
$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 55.4M 1 loop /snap/core18/1997 loop1 7:1 0 219M 1 loop /snap/gnome-3-34-1804/66 loop2 7:2 0 64.8M 1 loop /snap/gtk-common-themes/1514 loop3 7:3 0 32.3M 1 loop /snap/snapd/11588 loop4 7:4 0 51M 1 loop /snap/snap-store/518 loop5 7:5 0 65.1M 1 loop /snap/gtk-common-themes/1515 sda 8:0 0 20G 0 disk sdb 8:16 0 20G 0 disk ├─sdb1 8:17 0 1M 0 part ├─sdb2 8:18 0 513M 0 part /boot/efi └─sdb3 8:19 0 19.5G 0 part / sr0 11:0 1 1024M 0 rom
$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 55.4M 1 loop /snap/core18/1997 loop1 7:1 0 219M 1 loop /snap/gnome-3-34-1804/66 loop2 7:2 0 64.8M 1 loop /snap/gtk-common-themes/1514 loop3 7:3 0 32.3M 1 loop /snap/snapd/11588 loop4 7:4 0 51M 1 loop /snap/snap-store/518 loop5 7:5 0 65.1M 1 loop /snap/gtk-common-themes/1515 sda 8:0 0 20G 0 disk sdb 8:16 0 20G 0 disk ├─sdb1 8:17 0 1M 0 part ├─sdb2 8:18 0 513M 0 part /boot/efi └─sdb3 8:19 0 19.5G 0 part / sdc 8:32 1 58.6G 0 disk ├─sdc1 8:33 1 2.5G 0 part /media/user/Ubuntu 20.04 LTS amd64 └─sdc2 8:34 1 3.9M 0 part /media/user/1079-24A3 sr0 11:0 1 1024M 0 rom
$ sudo umount /dev/sdc1 /dev/sdc2 [sudo] password for user:
$ sudo dd if=Downloads/ubuntu-21.04-desktop-amd64.iso of=/dev/sdc conv=fdatasync 5505348+0 records in 5505348+0 records out 2818738176 bytes (2.8 GB, 2.6 GiB) copied, 628.961 s, 4.5 MB/s
$ sudo blkid /dev/sdc /dev/sdc: BLOCK_SIZE="2048" UUID="2021-04-20-11-16-16-00" LABEL="Ubuntu 21.04 amd64" TYPE="iso9660" PTUUID="af8737a9-1e23-4373-b87a-c8b16199d461" PTTYPE="gpt"

Источник

Читайте также:  Can linux read ntfs disks

Create a bootable USB stick on Ubuntu

Creating a bootable Ubuntu USB stick is very simple, especially from Ubuntu itself, and we’re going to cover the process in the next few steps.

Alternatively, we also have tutorials to help you create a bootable USB stick from both Microsoft Windows and Apple macOS.

Laptop Ubuntu desktop

2. Requirements

  • A 4GB or larger USB stick/flash drive
  • Ubuntu Desktop 14.04 or later installed
  • An Ubuntu ISO file. See Get Ubuntu for download links

Download an Ubuntu ISO

3. Launch Startup Disk Creator

We’re going to use an application called ‘Startup Disk Creator’ to write the ISO image to your USB stick. This is installed by default on Ubuntu, and can be launched as follows:

  1. Insert your USB stick (select ‘Do nothing’ if prompted by Ubuntu)
  2. On Ubuntu 18.04 and later, use the bottom left icon to open ‘Show Applications’
  3. In older versions of Ubuntu, use the top left icon to open the dash
  4. Use the search field to look for Startup Disk Creator
  5. Select Startup Disk Creator from the results to launch the application

Search for Startup Disk Creator

4. ISO and USB selection

When launched, Startup Disk Creator will look for the ISO files in your Downloads folder, as well as any attached USB storage it can write to.

It’s likely that both your Ubuntu ISO and the correct USB device will have been detected and set as ‘Source disc image’ and ‘Disk to use’ in the application window. If not, use the ‘Other’ button to locate your ISO file and select the exact USB device you want to use from the list of devices.

Click Make Startup Disk to start the process.

Make USB device

5. Confirm USB device

Before making any permanent changes, you will be asked to confirm the USB device you’ve chosen is correct. This is important because any data currently stored on this device will be destroyed.

After confirming, the write process will start and a progress bar appears.

USB write progress

6. Installation complete

That’s it! You now have Ubuntu on a USB stick, bootable and ready to go.

If you want to install Ubuntu, take a look at our install Ubuntu desktop tutorial.

USB write complete

Finding help

If you get stuck, help is always at hand:

Источник

Оцените статью
Adblock
detector