How to create a bootable USB flash drive

If your operating system is not functional you can use a windows disc to repair. Or just renistall flash drives are everywhere, so its easy to load an iso of windows and refresh you computer. DVD and CD discs are facing the fate of floppy drives. You can hardly find operating system discs anymore. That’s not really a problem. All you need to know is how to create a bootable USB flash drive.

There are multiple ways of creating the bootable USB flash drive . One, is through the windows operating system using command prompt and the other options are third party tools. Lets start by creating bootable USB flash drive using windows.

How to create a bootable USB using command prompt

You just need a computer running the windows operating system and an iso image that has the operating system. The following commands for windows work on windows 7, windows 8 and windows 10.

  1. First insert the flash
  2. go to start search for cmd
  3. Right click and select run as administrator
  4. Type “diskpart” without quotes then press the return key
  5. Next type “list disk” this displays all the disks that are connected to the computer. Here identify the drive number or letter.
  6. now type “select disk” <Y>, replace Y with the letter name of the flash drive
  7. Type “clean”, this command clears all data from the drive
  8. type “create part pri” this will create a new primary partition on the USB flash drive.
  9. Type “select part 1″then click ENTER.
  10. Now format the partition by typing “format fs=ntfs quick”.
  11. Type active, and then click ENTER.
  12. Type exit, and then click ENTER.

Your flash drive is now read. Now extract the contents of the iso image to the root of the flash drive. After you have finished copying the Windows operating system files to the root directory you can use the flash drive to repair your computer.

You may be wondering what if I format the flash and throw the contents of windows into the flash drive, will it work? No it wont. I tried it on my dell laptop and it gave me the error no boot device found. Using the commands above makes the computer detect that the flash drive contains operating system files that it can boot from.

If you don’t want to get your hands dirty with command prompt you can use third party tools. My favorite tool are Rufus and uNetbootin

How to create bootable USB flash drive with Rufus

Rufus is an open source software for creating bootable disk for many operating systems. its free so no money need. So lets get started.

Make bootable flash drive using Rufus
Make bootable flash drive using Rufus
  1. First download Rufus
  2. Double click on the executable file that you download
  3. Insert an empty USB flash drive
  4. On Rufus click the disc icon as highlighted on the image above
  5. Browse to where you have the image of the operating system you want to use and click open
  6. Now click start and Ok on the following warning message
  7. The process might take a bit of time depending on your transfer speed.
  8. After Rufus is done you can use your flash drive to boot into your computer.

Rufus supports multiple operating systems including Linux versions e.g Fedora, mint, Kali, Backtrack etc.

How to create a bootable USB flash drive using UNetbootin

UNetbootin is another easy to use open source software that you can use to create a bootable flash drive. That is if you don’t want to use the command prompt method or rufus methods above

Making a bootable flash drive using UNetbootin
Making a bootable flash drive using UNetbootin

To begin, download UNetbootin

  1. Insert your flash drive
  2. Double click on the downloaded executable file
  3. Near the bottom of the click select diskimage, make sure its on iso
  4. Now click on the browse button as highlighted on the image above
  5. Navigate to the Operating System image file on your computer
  6. Click open
  7. On the type section you have the option to select hard disk or USB drive (when using hard disk be cautious not to select the C: drive unless you know what you are doing)
  8. Next select the drive letter.
  9. Then click ok and wait for the done message.

When its done you can now use the flash drive to do factory reset you computer, repair windows or use it to boot

 

2 comments

Leave a Reply