Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 8 / How to create a UEFI bootable USB flash drive for install Windows 8 / Server 2012

February 14, 2014 Windows 8

How to create a UEFI bootable USB flash drive for install Windows 8 / Server 2012

In this article we will discuss how to create special UEFI USB flash boot drive (disk for the further Windows 8 or Windows Server 2012 installation on equipment in native UEFI mode).

Boot flash drive with Windows 8 which was created in a standard way can’t be used for install the OS on a computer with UEFI. This flash drive is defined by OS however the boot from it will be impossible. The problem is that most utilities which create boot flash drives (including those created with a help of Windows 7 USB\DVD Download tool) format device in NTFS file system. UEFI systems do not support booting from the media with NTFS or exFat file system, such systems are loaded only from the media, formatted in FAT32.

create UEFI bootable USB flash for windows 8

That`s why we need to create boot disk with FAT32 and copy Windows installation package on it.

What will we need for UEFI boot flash drive creation?

  • USB flash drive or disk which is no less than 4 Gb.
  • Windows 8 or Windows Server 2012 package on DVD or in ISO image.
  • The procedure is made with a help of diskpart utility on a computer with Windows 7/8/2008/2012

Insert flash drive in a free USB port (it`s better to disable all other USB storage devices to avoid confusion). Open command prompt with administrative privilege and perform the following commands:

  1. Run partition management utility – Diskpart
    diskpart
  2. List the disks in system using command.
    list disk
  3. Select disk which corresponds to your flash drive (you can define it by disk size)
    select disk 3
  4. Check if you selected the right flash drive in the previous stage, because now we will delete all data from it.
    clean
  5. Create a primary partition
    create partition primary
  6. Select it
    select partition 1
  7. Make it active
    active
  8. Format flash drive in FAT32 file system (remember that in UEFI system boot is possible only from FAT32 not from NTFS)
    format fs fat32 quick
  9. Assign a  letter to the created disk
    assign
  10. Quite from DiskPart
    exit

use diskpart to create uefi boot drive

Then we need to copy Windows 8 x64 installation package files on a boot flash drive which we created. To do so we should mount disk with Windows 8 image (lets assumed that it is J: drive and letter signed for flash it is H:) lets copy its content to a flash drive with a help of xcopy command.

xcopy J:\* H:\ /s /e
Tip. If you create a bootable USB flash drive UEFI for 64-bit Windows Vista SP1, Windows 7 or Windows Server 2008 R2 flash drive you should create EFI directory on a flash drive and copy boot folder in it.

Now, using this media, you can install Windows 8 in UEFI mode. Don’t forget to disable Secure Boot in system boot parameters (in UEFI – ex BIOS) before installation start. After completion of installation Windows Security boot can be enabled.

3 comments
0
Facebook Twitter Google + Pinterest
previous post
Windows 8.1 and Windows Server 2012 R2 KMS-activation
next post
HP ILO Management Using PowerShell

Related Reading

PowerShell Install-Module Error: Unable to Download from URI

April 21, 2022

How to Disable “Open File – Security Warnings”...

June 15, 2021

Using Malicious Software Removal Tool (MRT.exe) on Windows

April 15, 2021

Internal SSD/SATA Drive Shows as a Removable in...

December 16, 2019

0x80092004: .NET Framework Install Error on Windows Server

September 16, 2019

3 comments

Nigel February 15, 2016 - 3:06 am

I followed these steps without any issue while trying to fix a broken/missing winload.efi issue, but when I try to boot from the USB, I just get “The selected boot device failed. Press <Enter> to continue”. Windows 8.1 Pro 64 bit on an HP Envy dv6.

Reply
Tony Villasenor July 22, 2018 - 11:52 pm

This worked GREAT for me! I had 4 new Dell Optiplex 5060 computers to set up, and we wanted to use our own Windows 10 software (without the forced Office 365), and this worked perfectly! I did have to rest SATA to ACHI instead of RAID, but that’s minor. Thanks for a great tutorial.

Reply
Bobby Zopfan August 30, 2019 - 8:33 am

Great article.
Is there an article to tell how to create a Uefi bootable usb flash drive for installing Win10 by booting from bios?

Reply

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Configure User’s Folder Redirection with Group Policy

    February 3, 2023
  • Using Previous Command History in PowerShell Console

    January 31, 2023
  • How to Install the PowerShell Active Directory Module and Manage AD?

    January 31, 2023
  • Finding Duplicate E-mail (SMTP) Addresses in Exchange

    January 27, 2023
  • How to Delete Old User Profiles in Windows?

    January 25, 2023
  • How to Install Free VMware Hypervisor (ESXi)?

    January 24, 2023
  • How to Enable TLS 1.2 on Windows?

    January 18, 2023
  • Allow or Prevent Non-Admin Users from Reboot/Shutdown Windows

    January 17, 2023
  • Fix: Can’t Extend Volume in Windows

    January 12, 2023
  • Wi-Fi (Internet) Disconnects After Sleep or Hibernation on Windows 10/11

    January 11, 2023

Follow us

woshub.com
  • Facebook
  • Twitter
  • RSS
Popular Posts
  • How to Hide a Windows Service from Users
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top