Creating a bootable usb drive
this is a very simple guide for creating a bootable usb
you will need 2 things. one usb drive + 1 win xp / 7 / server cd or iso
1 open cmd (start > run > cmd)
2 type diskpart
3 type listdisk and locate your usb drive
4 type select disk {usb disk drive number}
5 type clean
6 type create partition primary
7 type select partition 1
8 type format label=dok fs=ntfs {quick - optional for quick format}
9 type active
10 type assign
11 type exit and return to cmd prompt
12 type xcopy {cddvd drive letter}:\*.* /e /f /s {usb drive letter}:\
Last Updated (Tuesday, 01 March 2011 13:47)


