How to make a Pen drive bootable (Bootable flash drive)
Introduction-
- Why do we need a bootable pen drive?
According to the boot process,
- BIOS selects the disk that is set as first priority.
- Now the selected disc must have MBR(Master boot record) present in it.
- Now the bootloader is launched and it reads the boot configurations.
- In the final stage the OS is loaded into the main memory.
- Without the use of software:
- First step is to open command prompt as administrator.
- Open disk management utility by writing command "diskpart".
- Now the third step is to display the attached disk drives to the computer by the command "list disk"
- Now we have to select the pendrive which has to be made bootable by the use of command "select disk *", where * is the disk number.
- Clean the flash drive by using "clean".
- Now create a bootable partition by the command "create partition primary"
- Now type "select partition 1" and then press enter.
- Type "active" to activate the partition.
- Now we will format the pendrive by using the command "format fs=ntfs"
- After formatting is done, type "assign" and then press enter.
- Now the pendrive is bootable and you can copy the installation files.
The disk number will correspond to your pendrive.
- With the help of software(fast n easy):
- We are going to use Rufus software to make the drive bootable.
- It uses ISO files directly as installation media.
- To download Rufus click here.
- After downloading, run the software.
- Select the device from the device box.
- Select MBR partition scheme for BIOS or UEFI.
- Select file system as NTFS.
- Choose the format options yourself.
- Now click on the box " create a bootable disk using", then select the ISO/DD/Free Dos file.
- Now click on the start button and wait for the process to complete.
- Now the pendrive is bootable and ready for installation of OS.
- First step is to open command prompt as administrator.
- Open disk management utility by writing command "diskpart".
- Now the third step is to display the attached disk drives to the computer by the command "list disk"
- Now we have to select the pendrive which has to be made bootable by the use of command "select disk *", where * is the disk number.
- Clean the flash drive by using "clean".
- Now create a bootable partition by the command "create partition primary"
- Now type "select partition 1" and then press enter.
- Type "active" to activate the partition.
- Now we will format the pendrive by using the command "format fs=ntfs"
- After formatting is done, type "assign" and then press enter.
- Now the pendrive is bootable and you can copy the installation files.
The disk number will correspond to your pendrive. |
- With the help of software(fast n easy):
- We are going to use Rufus software to make the drive bootable.
- It uses ISO files directly as installation media.
- To download Rufus click here.
- After downloading, run the software.
- Select the device from the device box.
- Select MBR partition scheme for BIOS or UEFI.
- Select file system as NTFS.
- Choose the format options yourself.
- Now click on the box " create a bootable disk using", then select the ISO/DD/Free Dos file.
- Now click on the start button and wait for the process to complete.
- Now the pendrive is bootable and ready for installation of OS.
- We are going to use Rufus software to make the drive bootable.
- It uses ISO files directly as installation media.
- To download Rufus click here.
- After downloading, run the software.
- Select the device from the device box.
- Select MBR partition scheme for BIOS or UEFI.
- Select file system as NTFS.
- Choose the format options yourself.
- Now click on the box " create a bootable disk using", then select the ISO/DD/Free Dos file.
- Now click on the start button and wait for the process to complete.
- Now the pendrive is bootable and ready for installation of OS.
No comments