0% found this document useful (0 votes)
29 views

Steps To Create Bootable Drive

This document provides instructions to make a bootable drive using diskpart commands: select the USB drive, clean it, create a primary partition, format it as NTFS, and assign it.

Uploaded by

Muthu L
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Steps To Create Bootable Drive

This document provides instructions to make a bootable drive using diskpart commands: select the USB drive, clean it, create a primary partition, format it as NTFS, and assign it.

Uploaded by

Muthu L
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Goto command prompt and excute the below commands to make bootable drive.

1) Diskpart
2) list disk
3) select disk 1 (usb Drive)
4) clean
5) create primary partition.
6) select partition 1
7) format fs=ntfs quick
8) assign
9) exit

You might also like