UEFI Bootable USB Flash Drive - Create in Windows

How to Create a Bootable UEFI USB Flash Drive for Installing Windows 7, Windows 8, or Windows 8.1

This tutorial will show you how to create a Windows 7 or Windows 8 or 8.1 installation bootable USB flash drive for UEFIfrom either a Windows 7 or Windows 8/8.1 installation ISO or DVD.

Requirements:
  • At least a 4GB USB flash drive
  • 64-bit Windows 7 ISO or DVD (If you want to install Windows 7)
  • 64-bit Windows 8 ISO or DVD (If you want to install Windows 8)
  • 64-bit Windows 8.1 ISO or DVD (If you want to install Windows 8.1)
  • 32-bit is not supported.
  • Set the boot mode to use UEFI and not CSM (Compatibility Support Module) in your UEFI firmware settings.
  • Temporarily disable Secure Boot in your UEFI firmware settings. Some motherboards will not boot from a USB unless you do this first. When the Windows installation is finished, you can enable secure boot if you like.
  • If you have fast boot or ultra-fast boot enabled in your UEFI firmware (if supported), then you may need to temporarily disable it until Windows has finished installing to be able to boot from a USB flash drive at boot.

EXAMPLE: UEFI Bootable USB Flash Drive
NOTE: This is it listed in the motherboard's boot menu.

UEFI_USB_Boot_Menu.jpg





OPTION ONE

To Create a Bootable UEFI USB Flash Drive using Free Program "Rufus"



1. Download the latest version of Rufus at the link below, and save it's .exe file to your desktop.

Note   Note
This is a standalone exe file that doesn't install anything to your PC
For Rufus FAQs, see: FAQ · pbatard/rufus Wiki · GitHub





Rufus - Create bootable USB drives the easy way



2. Connect your USB flash drive if you have not already.

3. Run the rufus_v###.exe file, and click/tap on Yes if prompted by UAC.
NOTE: ### = latest version number.

4. Set Rufus with the settings below: (see screenshot below step 5)


  • Under Device, select the USB flash drive you want to format and use.
  • Under Format Options, check Create a bootable disk using, click/tap on the browse icon icon.jpg to navigate to and select your 64-bit Windows 7 or Windows 8 or Windows 8.1 ISO file, and then make sure that Standard Windows installation is selected (dotted).
  • Under Partition scheme and target system type, select GPT partition scheme for UEFI computer.
  • Under File system, select FAT32.
  • Under Cluster size, select the (Default) (ex: 16 kilobytes or 4096 bytes) it has listed.
  • Under Format Options, check Quick format.
  • Under Format Options, check Create extended label and icon files.
  • Under New volume label, you can enter any name you like for the USB flash drive, or leave the default name.

5. When ready, click/tap on Start. (see screenshot below)


Rufus_UEFI.png


6. Click/tap on OK to confirm. (see screenshot below)

Rufus-confirm.jpg


7. Rufus will now start creating the bootable UEFI USB flash drive. (see screenshot below)

Rufus_working.jpg


8. When Rufus is "DONE", you can close Rufus. (see screenshot below)
NOTE: It could take a little while to finish.

Rufus_Done.jpg


9. You are now ready to do a clean install of Windows 7 or Windows 8/8.1 using UEFI with your bootable UEFI USB flash drive.






OPTION TWO

To Manually Create a Bootable UEFI USB Flash Drive



1. Connect the USB flash drive.

2. Open an elevated command prompt in Windows 7 or Windows 8/8.1.

3. In the elevated command prompt, type the commands below one at a time and press Enter after each one. (see screenshot below step 5)

  • diskpart
  • list disk

4. Make note of the Disk # (ex: Disk 4) for the USB flash drive. (see screenshot below step 5)

It is critical that you use the correct disk #. If you do not, then you could delete the wrong drive below and lose everything on it


5. In the elevated command prompt, type the commands below one at a time and press Enter after each one. (see screenshot below)
NOTE: Substitute # in the first command with the actual disk # from step 4 above. For example: select disk 4


  • select disk #
  • detail disk (this is to verify that you selected the correct disk before using "clean" below)
  • clean
  • create partition primary
  • format fs=fat32 quick
  • active
  • assign
  • list volume
  • exit

Create_UEFI_USB-1.jpg


6. Make note of the volume letter (ex: K) for the USB flash drive in the command prompt. (see screenshot above)

7. Do step 8, step 9, or step 10 below depending on if you are using a Windows 7/8/8.1 ISO or DVD.

warning   Warning
It has been reported that using the downloaded Windows 8 upgrade ISO does not always give you an UEFI bootable USB option in the boot menu.

If this happens to you, then use the ESD-TO-ISO.exe program created by our member Simon (SIW2) below to create an ISO that will work with UEFI. Afterwards, start this tutorial over using this new ISO instead.

See OPTION TWO here: Windows 8 and Windows 8.1 ISO - Download or Create

download






8. If Using a Windows 7 or Windows 8/8.1 ISO File in Windows 8
NOTE: For a Windows 7 ISO or Windows 8/8.1 ISO file.


A) Open File Explorer, navigate to the .iso file, right click or press and hold on the .iso file, then click/tap on Mount. (see screenshot below)



W8_ISO.jpg


B) The mounted .iso file will now automatically open. Select all files in it, right click or press and hold on the selected files, click/tap on Send to and the Removable Disk for your USB flash drive letter (ex: K) from step 6 above. (see screenshot below)



Copy.jpg


C) This could take a bit to copy the ISO contents to the USB.

D) When finished, go to step 11 below.

9. If Using a Windows 7 or Windows 8/8.1 ISO File in Windows 7
NOTE: For a Windows 7 ISO or Windows 8/8.1 ISO file.


A) If you have not already, you will need to download and install the latest alpha version of the free program 7-Zip.
NOTE: You can use any program that performs the same function to extract or mount an ISO, but I just find 7-Zip easier to use.

B) Open Windows Explorer, navigate to the .iso file, right click on the .iso file, then click on 7-Zip and Extract files. (see screenshot below)




W7_ISO-1.jpg


C) In the Extract dialog, click on the browse button, select the Removable Disk for your USB flash drive letter (ex: K) from step 6 above, and click on OK, and OK. (see screenshots below)



W7_ISO-2.jpg


D) This could take a bit to copy the ISO contents to the USB.

E) When finished, go to step 11 below.

10. If Using a Windows 7 or Windows 8/8.1 Installation DVD


A) Insert the Windows 7 or Windows 8 installation DVD into the CD/DVD drive.

B) In the Computer window, open the DVD. (see screenshot below)



DVD.jpg


C) Select all files in it, right click or press and hold on the selected files, click/tap on Send to and the Removable Disk for your USB flash drive letter (ex: K) from step 6 above. (see screenshot below)



Copy.jpg


D) This could take a bit to copy the DVD contents to the USB.

E) When finished, go to step 11 below.


11. If Using 64-bit Windows 7

Note   Note
Thanks to theog for this step

You do not need to do this step unless you are creating a 64-bit Windows 7 UEFI USB flash drive.

If you are not, then go to step 12 below instead.




A) On the USB flash drive, "copy" the efi\microsoft\boot folder up one level into the efi folder as efi\boot. (see screenshot below)



11A.jpg


B) If you have not already, download and install the latest alpha version of the free program 7-Zip, then run 7-Zip.

C) In 7-Zip, navigate to the sources\install.wim\1\Windows\Boot\EFI\bootmgfw.efi on the USB flash drive, select the bootmgfw.efi file, copy it to your desktop, click/tap on OK, and close 7-Zip. (see screenshot below)



7-Zip.jpg



D) Rename the bootmgfw.efi file on your desktop to bootx64.efi.


E) Copy/Move the renamed bootx64.efi file into the efi/boot folder (step 11A) on the USB flash drive.



efi-boot.PNG


F) Go to step 12 below.

12. You are now ready to do a clean install of Windows 7 or Windows 8/8.1 using UEFI with your bootable UEFI USB flash drive.






That's it,
Shawn


 

Attachments

  • ESD-TO-ISO.zip
    341.8 KB · Views: 34,431
  • install.wim.png
    install.wim.png
    10.2 KB · Views: 103,124
  • USB_Drive.png
    USB_Drive.png
    10.2 KB · Views: 835
Last edited by a moderator:
How do I check whether I correctly installed Windows 8 in UEFI or not? Is it from Disk Management or other way?

By the way, look at my partition. Are there problems?

View attachment 18869

Disk 0 has Windows 8 installed in UEFI mode.
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
HI,

can everybody help me?

my story:
1. I download a win 8 pro install disk from MSDN.
2. I create UEFI installer USB drive.
3. I disabled in BIOS: Fast Boot, Secure Boot.
4. Install Win 8 Pro on my SSD, clean install.
5. Win 8 pro installed, BIOS automatically changed boot:Windows boot manager.
6. My computer restarting, booting, again restarting-booting, few times again,
7. win 8 fail, say: check my UEFI-settings in bios.
8. Checking BIOS: Boot sequence: 1.windows boot manager. 2. my ssd.

what's wrong? my windows not logged in, in safe mode restarting.

thank you.
 

My Computer

System One

  • OS
    win8 pro
    Computer type
    PC/Desktop
    CPU
    Intel i5-2500k
    Motherboard
    MSI Z68A-GD65
    Memory
    16 GB Kingston
    Graphics Card(s)
    MSI GTX 560 Ti
    Browser
    Firefox 19
    Antivirus
    Avast personal
HI,

can everybody help me?

my story:
1. I download a win 8 pro install disk from MSDN.
2. I create UEFI installer USB drive.
3. I disabled in BIOS: Fast Boot, Secure Boot.
4. Install Win 8 Pro on my SSD, clean install.
5. Win 8 pro installed, BIOS automatically changed boot:Windows boot manager.
6. My computer restarting, booting, again restarting-booting, few times again,
7. win 8 fail, say: check my UEFI-settings in bios.
8. Checking BIOS: Boot sequence: 1.windows boot manager. 2. my ssd.

what's wrong? my windows not logged in, in safe mode restarting.

thank you.

Checking BIOS...
Why would you disable secure boot and fast boot at step 3?
Try with both enabled, then with each one and see the difference.

Welcome to the forums!
 

My Computer

System One

  • OS
    Windows 10 x64
    Computer type
    Laptop
    System Manufacturer/Model
    HP Envy DV6 7250
    CPU
    Intel i7-3630QM
    Motherboard
    HP, Intel HM77 Express Chipset
    Memory
    16GB
    Graphics Card(s)
    Intel HD4000 + Nvidia Geforce 630M
    Sound Card
    IDT HD Audio
    Monitor(s) Displays
    15.6' built-in + Samsung S22D300 + 17.3' LG Phillips
    Screen Resolution
    multiple resolutions
    Hard Drives
    Samsung SSD 250GB + Hitachi HDD 750GB
    PSU
    120W adapter
    Case
    small
    Cooling
    laptop cooling pad
    Keyboard
    Backlit built-in + big one in USB
    Mouse
    SteelSeries Sensei
    Internet Speed
    slow and steady
    Browser
    Chromium, Pale Moon, Firefox Developer Edition
    Antivirus
    Windows Defender
    Other Info
    That's basically it.
HI,

can everybody help me?

my story:
1. I download a win 8 pro install disk from MSDN.
2. I create UEFI installer USB drive.
3. I disabled in BIOS: Fast Boot, Secure Boot.
4. Install Win 8 Pro on my SSD, clean install.
5. Win 8 pro installed, BIOS automatically changed boot:Windows boot manager.
6. My computer restarting, booting, again restarting-booting, few times again,
7. win 8 fail, say: check my UEFI-settings in bios.
8. Checking BIOS: Boot sequence: 1.windows boot manager. 2. my ssd.

what's wrong? my windows not logged in, in safe mode restarting.

thank you.

Checking BIOS...
Why would you disable secure boot and fast boot at step 3?
Try with both enabled, then with each one and see the difference.

Welcome to the forums!

Hi,

why disable? see post #52 in this topic :)

i try with enabled, tomorrow write my experience...
 

My Computer

System One

  • OS
    win8 pro
    Computer type
    PC/Desktop
    CPU
    Intel i5-2500k
    Motherboard
    MSI Z68A-GD65
    Memory
    16 GB Kingston
    Graphics Card(s)
    MSI GTX 560 Ti
    Browser
    Firefox 19
    Antivirus
    Avast personal
HI,

can everybody help me?

my story:
1. I download a win 8 pro install disk from MSDN.
2. I create UEFI installer USB drive.
3. I disabled in BIOS: Fast Boot, Secure Boot.
4. Install Win 8 Pro on my SSD, clean install.
5. Win 8 pro installed, BIOS automatically changed boot:Windows boot manager.
6. My computer restarting, booting, again restarting-booting, few times again,
7. win 8 fail, say: check my UEFI-settings in bios.
8. Checking BIOS: Boot sequence: 1.windows boot manager. 2. my ssd.

what's wrong? my windows not logged in, in safe mode restarting.

thank you.

Checking BIOS...
Why would you disable secure boot and fast boot at step 3?
Try with both enabled, then with each one and see the difference.

Welcome to the forums!

Hi,

why disable? see post #52 in this topic :)

i try with enabled, tomorrow write my experience...

Bad download or USB Pen Drive.
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
I followed the steps to create the UEFI Win7 flash stick installer and am getting a black screen Windows Boot Manager when I select it for UEFI boot, saying that \EFI\Microsoft\Boot|BCD has "An error while attempting to read the boot config data."

Am I to delete the file from install.wim which is renamed and copied to EFI\Boot?

Is it even known for sure that Win7 can be installed in UEFI to a Dual Boot with preinstalled UEFI Win8? I have disabled Secure Boot and enabled CSM.
 

My Computer

System One

  • OS
    Win7
Hey Greg,

Go ahead and post a screenshot of your Disk Management window to see how it's laid out.

If you're installing to the same hard drive Windows 8 is on, then it must be to a primary partition that was shrunk from the Windows 8 primary partition to be able to.

If it's to a separate hard drive, then it will need to be an unallocated MBR basic disk or partition.
 

My Computer

System One

  • OS
    64-bit Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Custom self built
    CPU
    Intel i7-8700K OC'd to 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G7 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    OCZ Series Gold OCZZ1000M 1000W
    Case
    Thermaltake Core P3
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gb/s Download and 35 Mb/s Upload
    Browser
    Internet Explorer 11
    Antivirus
    Malwarebyte Anti-Malware Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
Thanks, Shawn. Was using Unallocated Space. Trying again now:

Capture.PNG

Still getting the black screen error saying it can't read the EFI\Microsoft\Boot file which is one of the one's modified to create the stick, correct? Downloading another iSO to try again. If I was to use DVD are any mods needed?
 
Last edited:

My Computer

System One

  • OS
    Win7
HI,

can everybody help me?

my story:
1. I download a win 8 pro install disk from MSDN.
2. I create UEFI installer USB drive.
3. I disabled in BIOS: Fast Boot, Secure Boot.
4. Install Win 8 Pro on my SSD, clean install.
5. Win 8 pro installed, BIOS automatically changed boot:Windows boot manager.
6. My computer restarting, booting, again restarting-booting, few times again,
7. win 8 fail, say: check my UEFI-settings in bios.
8. Checking BIOS: Boot sequence: 1.windows boot manager. 2. my ssd.

what's wrong? my windows not logged in, in safe mode restarting.

thank you.
When it tells you to check the UEFI settings, there is probably something related to the type of UEFI configuration you are running. In your case, possibly the GTX video card. Since it probably does not have a UEFI allowed firmware, you may have to set your system in the Compatibility Support Module, or some other setting related, to allow for Legacy OpRoms.
 

My Computer

System One

  • OS
    Windows 8.1 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Grown
    CPU
    i7 3770K
    Motherboard
    ASUS P8Z77 -v Pro, Z87-Expert
    Memory
    16 G
    Graphics Card(s)
    EVGA GTX 680 Classified (2)
    Hard Drives
    Kingston SSD 240 GB
I followed the steps to create the UEFI Win7 flash stick installer and am getting a black screen Windows Boot Manager when I select it for UEFI boot, saying that \EFI\Microsoft\Boot|BCD has "An error while attempting to read the boot config data."
The error would not seem to be one generated by something related to Windows 8. If the flash drive was configured correctly, it should at least boot to the Windows 7 logo before it kicked you out.

The comments in the tutorial about moving the EfI\Microsoft\Boot folder up one level is not necessary. All you need is the bootx64.efi file in a folder named Boot (EFI\Boot).

And the bootx64.efi file should be around 657 K in size. If you have an x64 Windows 7 MBR install, and I know you do ;), the bootmgfw.efi file is located in the Windows\Boot\EFI folder.
 

My Computer

System One

  • OS
    Windows 8.1 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Grown
    CPU
    i7 3770K
    Motherboard
    ASUS P8Z77 -v Pro, Z87-Expert
    Memory
    16 G
    Graphics Card(s)
    EVGA GTX 680 Classified (2)
    Hard Drives
    Kingston SSD 240 GB
I followed the steps to create the UEFI Win7 flash stick installer and am getting a black screen Windows Boot Manager when I select it for UEFI boot, saying that \EFI\Microsoft\Boot|BCD has "An error while attempting to read the boot config data."
The error would not seem to be one generated by something related to Windows 8. If the flash drive was configured correctly, it should at least boot to the Windows 7 logo before it kicked you out.

The comments in the tutorial about moving the EfI\Microsoft\Boot folder up one level is not necessary. All you need is the bootx64.efi file in a folder named Boot (EFI\Boot).

And the bootx64.efi file should be around 657 K in size. If you have an x64 Windows 7 MBR install, and I know you do ;), the bootmgfw.efi file is located in the Windows\Boot\EFI folder.

Thanks Saltgrass. I moved the EFI\Boot folder I'd previously moved up one level back to EFI\Microsoft folder, now do I create a Boot folder to place bootx64.efi in, or leave it in EFI\Microsoft\Boot?

Also do I need to delete bootmgfw.efi out of the install.wim folder after it's renamed and copied to EFI/Boot? How?
 

My Computer

System One

  • OS
    Win7
EFI\Boot\bootx64.efi

EFI\Microsoft\Boot\BCD
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
So I make a new EFI\Boot folder to place bootx64.efi into, then leave Microsoft folder also in EFI\Boot?

With these changes it no longer black screen errors when chosen to UEFI boot, but just skips to start Win8.


Also do I need to delete bootmgfw.efi out of the install.wim folder after it's renamed and copied to EFI/Boot? How?
 

My Computer

System One

  • OS
    Win7
EFI\Microsoft\Boot\BCD

Have you got bootmr and bootmgr.efi on the root?

Also do I need to delete bootmgfw.efi out of the install.wim folder after it's renamed and copied to EFI/Boot? How?

no
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
Working, in USB 2 port with those mods.

Backing out to do the full-disk Paragon backup first with Pro 12 which just arrived.

Si, what were the recommended settings again to preserve the entire HD in factory condition?
 

My Computer

System One

  • OS
    Win7
I have never tried that. I always select individual partitions, I suppose just backup the whole thing:

I suggest Tools >Settings Normal compression and untick check archive integrity - that is just for checking the restore against the archive.

2013-04-04_193042.jpg
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
You will need to make paragon boot media.

If you are in win7 x64, then d/l the RMB 64 bit from Paragon account.

That should make efi compatible winpe media for usb drive only ( doesn't need WAIK ).

If you want to make iso for cd/dvd , then you need the BMB - and that needs WAIK.
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
I downloaded bootable media maker but would like to save the image with installed program now to save time. Is this advisable? Settings?
 

My Computer

System One

  • OS
    Win7
normal compression.
untick check archive integrity.
unless you want the image split, you can untick that too.

backup entire hd - see screenie in my previous post

it takes a couple of mins preparing - that is normal - it is checking everything first.
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
Very weird. When plugged into new machine my 1tb external is viewed as a mirror and won't open.

When plugged into my other laptop it is normal.

There are other bugs on this OEM Win8 which make me want to wipe the HD after doing the Paragon backup, try clean Win7 and Win8 on here.

Backing up HD fine to External with Paragon USB boot media. For Recovery do I select entire Archive (which shows 0 space used) or is there another way to select all 5 partitions? They appear to be copied at their correct size.
 
Last edited:

My Computer

System One

  • OS
    Win7
Back
Top