Make a USB stick ready for boot.
Windows:
1. open a command prompt. Under start and run write CMD.
2. Write Diskpart
3. Write list disk to see devices.
4. Write select disk 2 Or the number your USB drev has. to be sure that you have selecte the right driv, write select disk again. you shoulde see a * out from the disk you have selected.
5. Attention. clean will eraes all data on the USB. even Partitioner and so on.
6. now we are ready to create a partition so we can copy files on our USB. write create partition primary size=
7. now select the partition we have made. write select partition 1
8. before we can use it as a boot media we need to active the Partitionen. write active
9. Now we need to choose witch file format we need. choose between NTFS or FAT32. write format fs=NTFS quick
10. now we need to assign a letter for windows can use the UBS stick. Write assign
Now we have finished the USB stick so we can copy system files on to the stick.
Comments
0 comments
Please sign in to leave a comment.