How to Create Bootable Linux USB using Ubuntu or LinuxMint

Now a days technical support engineers prefers to use bootable USB flash drive for Linux installation in place of created bootable CD/DVD drive. Installing system using bootable flash USB drive is much faster than CD/DVD. This article will help you to how to create bootable USB drive of any Linux distribution using Ubuntu or LinuxMint operating system.

Step 1 – Install Unetbootin

Unetbootin latest packages are available under ppa:gezakovacs/ppa repository. Use following commands to add repository and install Unetbootin.
$ sudo add-apt-repository ppa:gezakovacs/ppa $ sudo apt-get update $ sudo apt-get install unetbootin 

Step 2 – DownLoad ISO (Optional)

Now download the ISO of your favorite Linux distribution from their official website. or Ignore this step as Unetbootin will do this for you automatically.

Step 3 – Create Bootable USB

In this step you have two options, first is to select distribution from options to which you need to create bootable usb and second is to select ISO from your local system drive.
Please select one of below option
  • 3.1 – Select Distribution: this will required internet connection on your system to download ISO directly. Create Bootable Linux USB
  • 3.2 – Use Diskimage: In this option, you must have downloaded ISO to your local drive. Select ISO. Create Bootable Linux USB
Attach USB Flash drive to your system and select USB drive under Drive dropdown box.
Now click OK. You will see progress like below. If you have selected distribution, then #1 download will take more time to download ISO, but if selected Diskimage from local system then step #1 will be simply done and step #2 will start.
Create Bootable Linux USB
After completing the installation, you will get screen like below. Do not click reboot until you need it and simply click on Exit.
Create Bootable Linux USB

Step 4 – Boot System Using This USB

At this step your bootable USB flash drive is ready to boot systems. Attach USB to new system you need to install Linux and boot it from USB flash drive.
USB-Boot-Screen
Default live boot will take place and you will see screen like below. From where you can also install operating system permanently. Or you can select Install Ubuntu on above screen to start installation.
Ubuntu 1404 from USB
Complete the installation wizard to finish Ubuntu install on your system.

Thanks for Visit Here

Comments