Format USB Drive

This will permanently delete any data stored on the USB drive. Make sure the correct drive is selected when following these commands.

If the USB drive does not boot on the target device try to reformat the USB drive by following these steps:

  1. Insert the USB drive.

  2. Open a Command Prompt as Administrator.

  3. At the Command Prompt type the following pressing Enter after each line:

diskpart
list disk
select disk X (Where X is the number assigned to the target USB drive)
clean
convert mbr
create partition primary
format fs=fat32
assign
active
exit
exit