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

Creating-Bootable-Device-Steps

This document provides a step-by-step guide for creating a bootable USB flash drive using Command Prompt. It includes commands for disk management, formatting, and copying files from a Windows DVD. The instructions vary slightly depending on whether the system uses legacy BIOS or UEFI BIOS.

Uploaded by

Babaoe Bababoe
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Creating-Bootable-Device-Steps

This document provides a step-by-step guide for creating a bootable USB flash drive using Command Prompt. It includes commands for disk management, formatting, and copying files from a Windows DVD. The instructions vary slightly depending on whether the system uses legacy BIOS or UEFI BIOS.

Uploaded by

Babaoe Bababoe
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Step 1: Run the Command Prompt in Administrator mode.

Step 2: Connect the Flash Drive to the computer that is to be made bootable.
Step 3: Type the command “diskpart” and then press Enter.
Step 4: Type the command “list disk” to display a list of all the available storage devices
on your system.
Step 5: Select the disk that is your Flash Drive “select disk #” (Replace # with your flash
drive letter).
Step 6: Format the Flash drive by typing “clean”
Step 7: Type the command “create partition primary” and press Enter.
Step 8: To choose the partition created as primary, type the command “select partition
1”, and press Enter.
Step 9: (if using legacy BIOS) use of a command format “fs=ntfs quick” and press Enter.
Step 9: (if using UEFI bios) use of a command format “format fs=fat32 quick” and press
Enter.
Step 10: Type the command “active” and press Enter.
Step 11: Type “Exit” and press Enter.
Step 12: Type in “D: CD BOOT” (replace D: with your DVD drive letter) and press Enter.
Step 13: Type “CD BOOT” again and press Enter.
Step 14: Type “BOOTSECT.EXE /NT60 H: “(replace your USB flash drive letter for H:)
and press Enter.
Step 15: Copy all file and folders of the windows DVD to your USB.

You might also like