Friday, August 1, 2014

Commands to make bootable u-disk

1. cmd
2.input "diskpart", run
 
3. in new window:
 list disk                        --> list all mounted disks, get the number of udisc
 select disk (n)                --> (n) is the number listed above.
 clean                            --> delete all data including the boot sector
 create partition primary    --> create primary partition
 select partition 1                --> select the 1st partition
 active                                --> activate it
 format quick fs=fat32
 assign                                --> assign a disc character name
 exit
 
 4. copy all files needed to u disc
 5. run cmd as admin, go to the boot folder in u disc, then input "bootsect /nt60 X:"        --> X is the assigned character.
 
 
Best regards,
Yuanda Xu