UEFI Bootable USB Flash Drive - Create in Windows(WIN7 WIN8)
Note- 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.

To Create a Bootable UEFI USB Flash Drive using Free Program "Rufus"
NoteFor Rufus FAQs, see: https://github.com/pbatard/rufus/wiki/FAQ
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
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.

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

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

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

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.
To Manually Create a Bootable UEFI 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
Warning5. 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

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.
WarningIf 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: http://www.eightforums.com/tutorials...ad-create.html



D) When finished, go to step 11 below.
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)


E) When finished, go to step 11 below.
B) In the Computer window, open the DVD. (see screenshot below)


E) When finished, go to step 11 below.

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)

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

UEFI Bootable USB Flash Drive - Create in Windows(WIN7 WIN8)的更多相关文章
- WinSetupFromUSB – Install Windows XP from USB Flash Drive
http://myeeeguides.wordpress.com/2008/11/15/winsetupfromusb-install-windows-xp-from-usb-flash-drive/ ...
- Rufus-Create bootable USB drives the easy way
Rufus Create bootable USB drives the easy way Rufus is a utility that helps format and create bootab ...
- CF# Educational Codeforces Round 3 A. USB Flash Drives
A. USB Flash Drives time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- Codeforces Educational Codeforces Round 3 A. USB Flash Drives 水题
A. USB Flash Drives 题目连接: http://www.codeforces.com/contest/609/problem/A Description Sean is trying ...
- create a bootable USB stick on Ubuntu
https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu?_ga=2.141187314.17572770 ...
- How to: Create a Windows Communication Foundation Client
How to: Create a Windows Communication Foundation Client To create a Windows Communication Foundatio ...
- 【解决】UEFI+GPT模式下装系统(WIN7/WIN8)
最近在家想把联想超极本重装系统,可是发现想简单了,预装WIN8的本本用的是UEFI+GPT模式,以前老毛桃装系统那一套不好用了,所以百度了一些方案,还没试,先记着. 1. WIN8 先说装WIN8,貌 ...
- windows Win7如何设置多用户同时远程登录
windows Win7如何设置多用户同时远程登录 1.创建一个用户 密码永不过期 2.在本地组策略编辑器里面,依次展开计算机配置--->管理模板--->Windows组件---> ...
- 修改windows 2012/win8、win7远程桌面连接默认端口的方法
远程桌面连接服务基于端口3389,入侵者一般先扫描主机开放端口,一旦发现其开放了3389端口,就会进行下一步的入侵,所以我们只需要修改该务默认端口就可以避开大多数入侵者的耳目. 修改windows 2 ...
随机推荐
- 区间dp
转载:http://www.cnblogs.com/ziyi--caolu/archive/2013/08/04/3236035.html
- jQuery用法小结
jQuery加载1.$(document).ready()2.添加css样式:单个:$("p").css("color","red"); 多 ...
- 关于malloc函数的动态分配问题
malloc函数动态分配了一个整型的内存空间,让abc都指向刚申请的空间,所以只有最后一个赋值语句的值保留在了空间里 #include<stdio.h> main() { int *a,* ...
- Pycharm Professional Edition 激活码(license)
http://blog.csdn.net/yangysc/article/details/52355865 43B4A73YYJ-eyJsaWNlbnNlSWQiOiI0M0I0QTczWVlKIiw ...
- centos下JDK的卸载与安装
linux是自带JDK的,但是它自带的JDK是openJDK,我们如果需要安装ant之类的软件,使用这个JDK是不行的.所以我们需要卸载linux下自带的JDK,并安装我们准备的JDK. JDK的卸载 ...
- HBASE数据模型&扩展和负载均衡理论
示例数据模型 HBase中扩展和负载均衡的基本单元成为region,region本质上是以行健排序的连续存储区间.如果region太大,系统会把它们 自动拆分,相反的,就是把多个region合并,以减 ...
- Android 使用js调用Java
效果如: 主要用到一个接口类:MyObject package com.example.jsdemo; import android.content.Context; import android.s ...
- C# 测试服务器连接 Ping
.aspx页: 一个textbox(txtIP)输入服务器地址,一个button(Btn_ok)点击测试,一个listbox(lboxContent)显示测试信息 .aspx.cs页: using S ...
- Asp.net 加载事件(转载)
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Secu ...
- 在Hyper-V中安装和配置Ubuntu网络
http://www.abcde.cn/knowledgebase/845/Hyper-VUbuntu.html (文中的nameserver要改成自己路由器的IP:我的是192.168.2.1.) ...