For those accustomed to installing Windows, creating a bootable USB may seem unfamiliar, but have you ever tried creating a UEFI GPT Bootable USB without software? With just a few command lines, we've completed tasks that software accomplishes in a single click.
This trick won't make the USB boot process faster since there's no faster method than using software. However, by creating a UEFI GPT Bootable USB without software, we enhance our computer knowledge. In the event you lack trusted software to create a bootable USB, this could be the solution.
Preparation:
- Prepare a USB drive with a minimum capacity of 4 GB (Make sure it's empty).
- You'll need the Hiren Boot installer to create a bootable USB. You can download the latest Hiren Boot installer here.
Guide to Creating UEFI GPT Bootable USB Without Software
Step 1: Since we're creating a UEFI GPT bootable USB without software, we'll need to use a tool already available in Windows, which is Command Prompt. Open the Start Menu, type cmd, then open Command Prompt as an Administrator.
Note: Make sure to insert the USB into your computer.
Step 2: In Command Prompt, type the command diskpart and press Enter. This is the first command you need to type if you want to format the USB or perform other tasks.
Step 3: Continue by typing List disk to list all the hard drives and USB drives in your computer.
Step 4: As shown in the figure, Disk 2 corresponds to the USB drive, so we'll use the command to select the USB drive: select disk 2.
Step 5: Type clean to erase everything from the USB.
Note: The Clean or Clean All command may wipe all data from your computer if drives C, D, E share the same hard drive, not separate hard drives. So, consider carefully before using this drive, or you can skip this command and then proceed with formatting later.
Step 6: Proceed to type the command convert gpt to switch the USB to the UEFI GPT standard.
Step 7: Use the command create partition primary to partition the hard drive for your USB.
Step 8: Next, input the command format quick fs=fat32 label=Mytour, this command helps us format the USB to FAT32 and name the USB as Mytour.
Step 9: Type the command Assign, when you enter this command, the system will automatically assign a name to the USB (for example, drives C, D, E, F, G).
Step 10: This is the final step in Command Prompt to create a UEFI GPT bootable USB without software. You only need to enter the command exit twice to exit.
Step 11: Now, proceed to extract the Hiren Boot file you downloaded earlier onto your computer.
Step 12: Then copy all extracted files into the USB drive that has just been formatted.
In the final step, restart your computer to test if the bootable USB is working.
Thus, we have completed creating a UEFI GPT bootable USB without software. This trick is not difficult at all, and you can apply it to create a UEFI GPT bootable USB for installing Windows 10, 8, or Windows 7, among other tasks.
Of course, creating a UEFI GPT bootable USB without software brings more benefits than just installing Windows. If you only want to install Windows 10, 8, or 7, you can simply create a Windows 10 installation USB without the need for creating a bootable USB, as there are many software programs available to create a Windows 10 installation USB easily.
However, the purpose of this article is to provide you with additional insights into computer functionalities and another method for creating a UEFI GPT bootable USB.