Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with

 

UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with

How to Install Windows 7 Using "Unified Extensible Firmware Interface" (UEFI)
Published by arkhi
09-15-2011
Default UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with

How to Install Windows 7 Using the "Unified Extensible Firmware Interface" (UEFI)


information   Information
Quote:


In addition to better interoperability, UEFI firmware provides several technical advantages:
  • Compatibility with operating systems that support only BIOS
  • Ability to boot from large disks
  • CPU-independent architecture
  • CPU-independent drivers
  • Flexible pre-OS environment
  • Modular design

Two of the most notable Windows features for UEFI systems are the following:
  • Multicast deployment, which enables large scale network-based image deployment in manufacturing and enterprise settings.
  • Fast boot and resume from hibernation, which improves user experience.
The rich UEFI interface provides ample room for innovation in the development of operating system features. Along with the other members of the Unified EFI Forum, Microsoft is investigating the following:
  • Rootkit prevention
  • Network authentication
-Microsoft Corporation



Tip   Tip
This tutorial process will convert your disk to using GPT instead of MBR. See bottom (starting from Step 2) for details.
Note   Note
You will need to satisfy the following requirements in order to proceed:
  • A Windows 7 compatible system
  • A Windows 7 x64-bit installation media. 32-bit is not supported.
  • A UEFI v2.0+ compliant PC. Check your chipset manufacturer/firmware documentation.
  • A blank, partition-free, hard disk for installation.


Step One: Boot your system into UEFI

Unfortunately, the method of booting to UEFI varies from system to system. Some can boot to UEFI automatically once enabled. Others require you to enter the *.efi file to boot from manually in to a command prompt. Some need a file specifically named shellx64.efi or bootx64.efi. Please refer to your firmware documentation for this.
  • On the Windows 7 installation media, the .efi file is located in efi\microsoft\boot\cdboot.efi
  • This file is equivalent to any *x64.efi.
    • Here are example pictures of UEFI options on a G73SW laptop:
      (Yellow Circle): UEFI Enable. (Red Rectangles): Boot options for UEFI showing after UEFI is enabled
      UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with-imag0501.jpg
    • UEFI was last on my boot list so it would boot an OS before it has a chance to boot UEFI. So I utilized my Boot Overide option to manually select a device I want to boot in. Note the "Launch from EFI shell..." option. This allows me to manually input a directory where my *.efi file is located.
      UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with-imag0502.jpg
Step Two: Install Windows as normal.
Once you have booted the installation media via UEFI, proceed with Windows 7 installation as usual. Make sure the disk you would put your installation on is fully blank without any partitions whatsoever. The reason is explained later for your information.
Your disk should be unallocated as shown below.
UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with-imag0503.jpg
Once you click "New", you will notice it created 3 partitions compared to the usual two. That is because Windows has automatically formatted the Disk to GPT, not MBR.
UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with-imag0504.jpg
information   Information
Unlike MBR (the "normal" disk), GPT requries 3 partitions. The 3 partitions are:
  • Partition 1 - ESP
    -The ESP contains the NTLDR, HAL, Boot.txt, and other files that are needed to boot the system, such as drivers.
  • Partition 2 - MSR
    -Microsoft Reserved Partition (MSR) reserves space on each disk drive for subsequent use by operating system software.
  • Partition 3 - Operating System
    -Your data and everything else
You cannot see the second partition in Windows except for DISKPART. You can see the first partition in Disk Management.
It is imperative that these 3 partitions remain in the exact order as they are

NOTE: Select Partition 3 for your OS installation. You might receive a "cannot install here" warning, but as long as you can click the "Next" button, you're fine.


Step Three: DONE!

And that's it. You have successfully installed Windows 7 on a UEFI system. Please take note of the following:
  1. This method can also be used for the installation of Windows 8, Windows Server 2008 SP1, Windows Server 2008 R2, and Windows Vista SP1.
warning   Warning
  1. Disabling UEFI will make the system unbootable as there is no MBR on the disks.
  2. You CANNOT make a sector-by-sector copy of GPT disks. The Disk and Partition GUIDs will no longer be unique. This must never happen. You can make a sector-by-sector copy of the contents of ESP or basic data partitions.


External Links:


Windows and GPT FAQ
Unified Extensible Firmware Interface - Wikipedia, the free encyclopedia
UEFI and Windows
Published by
arkhi's Avatar
pRO Gamer?
Join Date: Jan 2009
Posts: 762

Tutorial Tools
09-15-2011   #1
theog


ME/XP/Vista/Win7
 
 


Nice one.

My System SpecsSystem Spec
09-15-2011   #2
karlsnooks


MS Windows 7 Ultimate SP1 64-bit
 
 


Step 3:
There is no mention of Win 7.

Because the question will come up--How does one determine if ones bios & computer is uefi capable.
My System SpecsSystem Spec
09-16-2011   #3
arkhi


Windows 2000 5.0 Build 2195
 
 


Oops. I meant step 3 to say "This method also works on Windows 8......"

I have to admit though, I'm not sure how to know if one is UEFI capable. I only discovered mine by accident. I didn't even know what UEFI was (story below since I fele like typing XD) before this.

Anyway, I heard that motherboards that uses Intel Sandy Bridge processors should be UEFI capable. If you're on a Sandy Bridge CPU, check your BIOS/Firmware settings out.

On another note, if your "BIOS" looks like this (free with mouse use and all), then that's not BIOS at all. That's UEFI.




[story]
Since I didn't have a USB big enough to put a Win8 installation in, I tried to see if I can make a partition off a disk and boot the installation from there--Didn't work. Kept getting an "Read disk error. Press Ctrl+alt+delete" thing. So I experimented with the BIOS settings... then I saw "enable UEFI". I went WTF is this but I'll give it a try anyway.

My HDD Win 8 installation partition booted afterwards and I managed to install from there. Apparently, I forgot to put an MBR on the disk (I just realized. silly me >_<), so it opted to boot in to EFI instead once I enabled it. It was blazing fast, I tell you! Maybe 5 minutes I think, considering it read data from a 7200RPM disk.

I reserached and experimented which eventually lead to my creation of this tutorial
[/endstory]

XD
My System SpecsSystem Spec
.


12-10-2011   #4
gregrocker


 


Good job! We'll be using this a lot.
My System SpecsSystem Spec
12-10-2011   #5
mjf


Windows 7x64 Home Premium SP1 x 2
 
 


Could it be useful to mention the protective MBR which I thought still exists for GPT/UEFI.
Windows and GPT FAQ
My System SpecsSystem Spec
Comment

 UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with problems?



Tutorial Tools



Similar Threads for: UEFI (Unified Extensible Firmware Interface) - Install Windows 7 with
Windows 7 Tutorial Category
How do I install the Razer deathadder drivers + Firmware. Drivers
Install Windows 7 on a UEFI system Installation & Setup
Windows 7 + UEFI Based Install + SD Card/USB Drive = Fail? Installation & Setup
Is it right time to install Windows 7 x64 in UEFI mode ? Installation & Setup
Download Windows 7 ATI Catalyst 9.3 Unified Driver News


All times are GMT -5. The time now is 01:39 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30