First all good evening to all of you
START MAKING OUR USB BOOTABLE
START MAKING OUR USB BOOTABLE
- Press window key + R
- Then you see running tab is open . Then type CMD
- when CMD is open You type DISKPART & then press enter
- After few sec. type LIST DISK then again press enter
- Then you see TWO diff. option are available choose minmun one this is your pd
- Then type SELECT DISK 1
- Then type CLEAN
- To create a new primary partition on the USB flash drive, type
create part pri
, and then click ENTER. - To select the partition that you just created, type
select part 1
, and then click ENTER. - To format the partition, type
format fs=ntfs quick
, and then click ENTER. - Type
active
, and then click ENTER - Type
exit
, and then click ENTER.
|
---|
If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type
format fs=fat32 quick , and then click ENTER. |
0 comments:
Post a Comment