The steps for preparing the USB Disk.
First you will need to open a cmd.exe window (type cmd.exe on your search box at the start menu, if you have doubts, just watch the video linked on the bottom).
Then type the following commands following the given order:
Diskpart
List Disk
Select Disk 1 (Replace 1 with number reflecting your USB Drive)
clean
create partition primary
active
format fs=fat32 quick
assign
Now, a drive letter reflecting the drive should appear. Copy the bits from the DVD to the USB Stick.
If you get errors along the way, simply remove the drive and repeat the process.
Author's article:
http://edge.technet.com/Media/Installing-W...ng-a-USB-Stick/
There's also a video tutorial - http://mschnlnine.vo.llnwd.net/d1/edge/2/1...7onUSB_edge.mp4
One note: diskpart doesn't allow this operation when running under XP.
First you will need to open a cmd.exe window (type cmd.exe on your search box at the start menu, if you have doubts, just watch the video linked on the bottom).
Then type the following commands following the given order:
Diskpart
List Disk
Select Disk 1 (Replace 1 with number reflecting your USB Drive)
clean
create partition primary
active
format fs=fat32 quick
assign
Now, a drive letter reflecting the drive should appear. Copy the bits from the DVD to the USB Stick.
If you get errors along the way, simply remove the drive and repeat the process.
Author's article:
http://edge.technet.com/Media/Installing-W...ng-a-USB-Stick/
There's also a video tutorial - http://mschnlnine.vo.llnwd.net/d1/edge/2/1...7onUSB_edge.mp4
One note: diskpart doesn't allow this operation when running under XP.
