by Dave
Thu 16 October 2008 @ 13:21
This one is mostly for me. Kurt Shintaku put some instructions on the net some time about installing Vista from a USB Key. I’ve reproduced them here as I just got an error when loading his website, and I use these with some regularity. These instructions have been tested only on Windows XP and Vista. You will need a large fast USB key and the original Vista (or Vista plus SP1) installation DVD.
Open a command prompt, in elevated mode if you’re using Vista. Go through the following :
- diskpart
- list disk (Look to see which disk is your USB key. Make sure you get this right, or you’ll end up wiping something else.)
- select disk x (where x is your USB key).
- clean
- create partition primary
- active
- format fs=fat32
- assign
- exit
- xcopy d:\*.* /s/e/f h:\ OR robocopy d:\ h:\ /MIR (where d:\ is your Vista DVD and h:\ is the newly formatted USB Key. xcopy for Windows XP, robocopy for Vista)
That’s basically it. You now have a USB Key that installs Vista.
Kurt Shintaku's Blog: HOWTO: Install Windows Vista from a high speed USB 2.0 Flash Drive