topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:31 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Prep USB key to be bootable using diskpart : Vista/W7  (Read 5052 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Prep USB key to be bootable using diskpart : Vista/W7
« on: March 01, 2011, 05:06 PM »
Here's a pretty succinct article how to prep a USB key boot disk using diskpart:
http://www.techsuppo...ta7-command-line.htm

For wiping a drive and creating a single partition diskpart can be a lot faster than using a general purpose formatting program Gui.

The article shows the diskpart prep sequence.  The remaining step is to put a bootable image on.  Once the USB key is prepped it's usually a matter of xcopying the bootable files on with the correct switches.

The diskpart prep is very fast.  The time consuming task is the format.  I recommend using the standard format rather than quick esp. if the USB key is being changed from FAT32 to NTFS or vice versa.  Better to have the entire capacity written in the format to avoid stuff grinding to a halt when you actually use it.

I mentioned this sequence a few times.  Looking though Gizmo's site today I noticed this article. I was happy to see it didn't omit the clean step in the sequence.