Lesson 4
Lesson 4
Bootable Devices
A bootable device is a storage
device that contains the
necessary files to start (or
"boot") a computer operating
system.
4. Select the "Create installation media for another PC" option and
click on "Next" in the bottom right corner.
5. On the next screen, you will be presented with a variety of
options. Select your language, the edition of Windows 10 you
wish to download, and the architecture. Click on "Next" once
your choices have been made.
7. The tool will now prompt you to select the USB drive you
have plugged into your PC. Click on "Next" once you've made
your choice.
A USB flashdrive
At least 10 GB of
witha minimum
free storage.
capaciy of 4GB.
Step by Step Procedures:
Step 1: Navigate to the official Rufus website by selecting the appropriate URL.
Step 2: Scroll down to the "Download" section and click on the download option
to get the latest version of Rufus for your computer.
Step 4: After the application is opened, insert the USB drive that you want to
convert into a bootable device.
Step 5: Make sure to back up any personal files stored on the USB drive to your
computer before using Rufus, as the app will erase all contents on the drive.
Step 6: Select your USB drive from the 'Device' drop-down menu in Rufus. Often, your USB
drives will be listed as "No Label."
Step 7: Place a checkmark on "Create a bootable disk using" from the drop-down menu.
This option allows you to create a bootable USB drive with the contents of a specific file
system, using an ISO file that contains an operating system.
Step 8: Click on the drive image icon displayed at the right side of the "Create a bootable
disk using" option, and then select the ISO file you plan to use with Rufus.
Step 9: To erase and format your USB drive, click on "Start," then click on the "OK" button
to confirm the process. The application will start copying the contents of the ISO file to
your USB drive. This process usually takes about five minutes to complete.
Step 12: Your bootable USB device is now ready. Switch off your system, insert the USB
drive, and make sure that the computer boots with your computer.
How to create a bootable USB drive using
Diskpart/CMD
To install a Windows operating
system you need a Windows DVD
disc drive or a bootable USB flash
drive. There are many ways to
create a windows bootable USB,
one is to do it with diskpart
command line utility.
Step by Step Procedures:
1. First, connect the USB flash drive to your PC and then run DiskPart.
2. To run DiskPart, press the Windows button + R, type diskpart, and hit Enter.
3. When the User Account Control screen appears, click Yes to run DiskPart as an
administrator.
4. Once DiskPart opens, type the list disk command to display the connected USB flash
drive and hard disk.
5. You should see a 60 GB hard disk and your 14 GB USB flash drive listed.
6. To select the USB flash drive, use the select command. Type select disk 1 (assuming
disk 1 is your USB) and then type list disk to confirm that the USB drive has been
selected.
10. Now, format the newly created partition by typing format fs=ntfs quick (correcting the
original typo of "fsents" to "fs=ntfs").
11. Now, format the newly created partition by typing ''format fs=ntfs quick'' command.
12.Now, set the partition as an active drive for booting during starting system. to do this type
''active'' command.