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 ...
随机推荐
- C#导入导出数据你该知道的方法。
导入数据 using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; us ...
- 自定义一个字母Button
package com.example.administrator.yunstore.widget; import android.content.Context; import android.gr ...
- SOLD原则
借鉴: 1. 单一职责原则 单一职责原则 (Single Responsibility Principle,SRP) 指出,每个方法或类应当有且仅有 一个改变的理由.这意味着每个方法或类应当做一件事情 ...
- JQ第二天
一.属性.表单过滤选择器 $("div[id]")选取有id属性的<div>//$("div [id]")有空格表示div层当中有id属性的元素 $ ...
- FMDB简单封装和使用
工具:火狐浏览器+SQLite Manager插件 ; Xcode; FMDB库; 效果: 项目地址: https://github.com/sven713/PackFMDB 主要参考这两篇博客: 1 ...
- 贪吃蛇的java代码分析(三)
代码剖析 在上一篇文章中,我们完成了贪吃蛇部分代码的构造.回头审视我们写的代码与思路,会发现我们遗漏了一个重要的地方,那就是:贪吃蛇的自身移动.想必大家都知道,贪吃蛇自身是会自己移动的,并且会跟随你的 ...
- remi
很简单呀,又不用自己编译.用 http://rpms.remirepo.net/ 这个 remi 的包,直接 yum install php-swoole 就完事了 安装remi包也很简单, yum ...
- 从偶然的机会发现一个mysql特性到wooyun waf绕过题
从偶然的机会发现一个mysql特性到wooyun waf绕过题 MayIKissYou | 2015-06-19 12:00 最近在测试的时候,偶然的机会发现了一个mysql的特性, 为啥是偶然的机会 ...
- JavaWeb三大组件——过滤器的运行机制理解
过滤器Filter 文章前言:本文侧重实用和理解. 一.过滤器的概念. lFilter也称之为过滤器,它是Servlet技术中最实用的技术,WEB开发人员通过Filter技术,对web服务器管理的所有 ...
- 使用sql server 链接服务器
在我们的日常应用场景中经常会碰访问不同服务器上的数据库,即跨服务器访问操作不同的服务器上的SQL Sever数据库, 这个时候Sql Server的链接服务器就非常实用,创建SQL语句如下: --重新 ...