Format USB Drive

If the USB drive does not boot on the target device then 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

Last updated