How To Create UEFI Bootable USB To Install Windows 8.1
How To Create UEFI Bootable USB To Install Windows 8.1
How To Create UEFI Bootable USB To Install Windows 8.1
a bootable Windows 8.1 installation USB drive. You go to BIOS to change the BIOS boot
order of drives and don’t know why you cannot find the USB drive marked as UEFI
bootable in the Boot Device Menu.
In this tutorial we will show you how to create a bootable USB flash drive for Installing
Windows 7, Windows 8, or Windows 8.1 on a UEFI-based computer.
Note:
To boot a UEFI-based computer from a USB flash drive, the drive needs to be
formatted using the FAT32 file system.
FAT32 has the limitation of the maximum individual file size of 4 GB and the
maximum volume size of 32GB.
32-bit editions of Windows are not supported by Microsoft for booting on a UEFI-
based computer.
UEFI works with a new partitioning scheme: GUID Partition Table (GPT)
Requirements:
Please insert your USB flash drive into an available USB port before perform these below
steps.
And wait several minutes for the burning procedure to be complete then you will have a
UEFI bootable USB to install Windows 8.1.
Step 4: Click on the Start button then click on OK to confirm the warning.
The program will now start copying the ISO file to make your bootable UEFI USB flash
drive.
And after more than 15 minutes, you will have a UEFI bootable USB to install Windows
8.1, Windows 8 or Windows 7.
METHOD 3: Using Microsoft’s Diskpart - a command-line hard disk partitioning utility.
Step 1: Open a Command Prompt with Administrator privileges in Windows 7 or
Windows 8 or Windows 8.1.
Step 2: Type in these below commands then press Enter:
diskpart
list disk
select disk X (caution: replace X with your target USB drive, in my case
it is disk 2)
clean
create partition primary
format fs=fat32 quick
active
assign
list volume
exit
Step 3: Copy all files and folders in the ISO or DVD onto the newly created UEFI boot
USB flash drive.
(if you are creating a UEFI bootable USB flash drive for installing Windows 7, please
continue with step 4. If not, go to step 5)
There’re many ways to copy files in an ISO to USB flash drive:
#1 - If you’re using Windows 8/ Windows 8.1:
Step 4: if you are creating a UEFI bootable USB flash drive for installing Windows 7,
please follow these steps below. If not, go to step 5.
Navigate to your Removable Disk > efi > microsoft and copy the boot folder
Up to the efi folder and paste it.
Download and install the free archive manager 7-Zip.
Navigate to your Removable Disk > sources
Right-click on the install.wim file > select 7-zip > select Open archive and wait some
seconds for 7-zip to open it.
On the 7-Zip navigation window, go to folder install.wim\1\Windows\Boot\EFI\
Right click on the bootmgfw.efi file > select Copy to > click the Browse button and select
your desktop > click OK > close 7-zip.
Navigate to your desktop > rename the bootmgfw.efi file to bootx64.efi.
Copy the bootx64.efi file into the Removable Disk > efi > boot folder
Step 5: You now have a UEFI bootable USB and are ready for installing Windows 8.1,
Windows 8 or Windows 7.