- Windows 10 Boot File Location
- Windows 10 Boot Logo File Location
- Boot Log File Location Windows 10
- Boot Logging File Location Windows 10
Set Windows 10 as default operating system when Boot your PC! 1.) Open the Startup Settings in Windows 10! Hot Key Windows-Logo+R and Command control system! In Control Panel All Control Panel Items System please click the text Advanced system settings. (Image-1) Windows-10 to the Default Boot Entry! Win10 boot folder and program files disappeared - posted in Windows 10 Support: I did a clean install of Windows 10 on my new SSD for my Lenovo laptop like 4 months ago. And Windows 10 was working. The BCD Store file is usually located in the Boot folder of a Windows 7/8.1/10 OS's System Reserved partition; which in many cases will not even have a drive letter assigned to it. So if you really want to see where these system files are located, you'll first need to go into Disk Management and give that partition a drive letter.
[Also embedded in vdsutil.dll,
winsetup.dlland various other
System files]
Web Presentation and Text are Copyright©2011, 2015 by Daniel B. Sedory
NOT to be reproduced in any form without Permission of the Author !
This page examines the Windows 7, 8/8.1 or 10 MBR code; it's the same exact bytes for all of these OS versions. We'll not only examine some interesting facts about this MBR sector's code and display each assembly instruction; as we did with our previous MBR/VBR pages, but also discuss some differences in how these OSs install on your computers. Whenever you install Windows 7/8/10 to a hard disk, even one with an existing MBR, its first sector may be overwritten with the Windows 7/8/10 MBR code. (Note: If necessary, it will also change the Volume Boot Record of an existing Active Windows boot OS; usually found in the first partition of a PC's first hard disk.) This code is also installed on blankhard drives when using Windows 7/8/10's Disk Management utility. NOTE: On our Windows 7 RC Install DVD, all 512 bytes of this MBR (including the zero-bytes in the partition table) were found in bootbootsect.exe, sourcesupgdriver.dll and sourceswinsetup.dll; see below for more files containing this code. Like all other MBRs presented in this series, this MBR code could still be used to boot any OS on some x86 PCs if it meets the conditions listed here*. |
- Data Strings
The MBR created by Windows Vista Installs or Disk Management Utility
The MBR created by Windows 2000/XP/2003 Installs or Disk Management Utility
The MBR created by Windows 95B/98/98SE and ME's FDISK
An Examination of the Standard MBR created by MS-DOS FDISK
A Comparison of Windows™ Vista, 7, 8 and 10 VBR Code
An Examination of the Windows 8 / 10 OS Volume Boot Record
An Examination of the Windows 7 OS Volume Boot Record
An Examination of the Windows Vista OS Volume Boot Record
An Examination of the Windows 2000/XP OS Boot Record (NTFS)
A Comparison of Windows™ Vista, 7, 8 and 10 VBR Code
An Examination of the Windows 8 / 10 OS Volume Boot Record
An Examination of the Windows 7 OS Volume Boot Record
An Examination of the Windows Vista OS Volume Boot Record
An Examination of the Windows 2000/XP OS Boot Record (NTFS)
An Examination of the Windows 95B/98/98SE/Me OS Boot Record (MSWIN4.1)
Confused? Send us an email if you have a specific question about the MBR or any Boot Records...
IMPORTANT: One of the first things that any PC user should do after setting up a new hard disk (or creating a new partition with a utility such as Partition Magic) is to make a copy of its MBR; especially if you have more than one partition on the disk! Why? If you accidentally overwrite this sector, or are infected by a Boot sector virus, you may never be able to access some or even all of your disk again! Even the most expensive HD utility might not correctlyrestore the Partition Table of a multi-partitioned hard disk! Some advice: Save the Partition Table data on floppy disks or write it down on paper(!); it does no good to have the data you need to access your HD on the un-accessible HD itself! There are many ways you can do this... See our MBR Tools Page. Any good Disk Editor will allow you to manually enter data you've written down under an easy to use Partition Table View, or you can use a utility program, such as 'MbrFix' (for Win NT/2K, XP, 2003, PE, Vista & 7; even 64-bit versions!) to save the binary data to a file on say a thumb drive, and later on restore the MBR from that saved file. |
____________
* | NOTE:Even though we're examining code created by a Microsoft Operating System, this MBR can also be used to start the boot process for any operating system's Boot Record on an x86-CPU based (PC) computer as long as that OS is: 1) on the Primary Master hard drive, 2) set to be the only Active partition and 3) it has a boot loader in the first sector of that partition. Most Linux OS distributions can install LILO or GRUB as a Boot Record rather than in the MBR and following sectors, so even the oldest MBR by Microsoft could still be used to boot Linux; as long as its boot code was at or under the 1024 cylinder limit that is. Furthermore, the processor must be an 80386or later in order to use the Win7 MBR code, since it includes the 'Operand-Size Prefix' (66h which can only be executed by an 80386 or later CPU. See Code, location 0659). When certain 16-bit assembly instructions, such as PUSHA (PUSH All registers onto the Stack), are prefixed by the byte 0x66, it forces that instruction to act as if it were running in 32-bit mode. So PUSHA effectively becomes a PUSHAD instruction, pushing all the 32-bit registers onto the Stack. Windows 7 can also boot multiple OSs using its console (Command Prompt) program BCDEDIT (Boot Configuration Data Editor; 'Sets properties in boot database to control boot loading') and BOOTMGR files, so for systems with multiple OSs, this would be a far more practical approach than changing the Active partition in the MBR each time you want to boot up a different OS. If you intend to install a Linux OS, it would probably be best to do so after installing Win7, then use the GRUB boot manager as the first boot code to load the others from. By the way, BCDEDIT (like any program that affects system files) must first have the Command Prompt window opened in Administrator mode (right-click on the icon or program name and choose to open it as Administrator). Running BCDEDIT without any switches will display a few facts about BOOTMGR and the Windows Boot Loader (another program first created for Vista); which is the Windows 7 OS Loader: Windowssystem32winload.exe. |
Like Vista, if you install Windows 7/8/10 on a hard disk with no existing partitions, the first partition will start at Absolute Sector 2048 (counting from zero; Sector 0 is where the MBR is located). This is an offset of exactly 1 Binary Megabyte (2048 * 512 = 1,048,576 bytes) into the disk. In hexadecimal, this is an offset of 100,000 hex (100000h = 1 MiB). The main reason Microsoft gave for doing this is found in their article, KB-923332; with the number of sectors given only in hex: 0x800 = 2048 and 0x3F = 63.
Basically, since the starting offset for many disks, including the majority of Windows XP OS installs, was 63 (an odd number), they chose a starting offset that should give an even number of sectors for any large-sector drive manufacturers produce. It would cause performance issues on large-sector drives if there were a 'misalignment' between the size of a physical sector and the partition(s). Western Digital and other drive manufacturers have been producing such hard disks for some time now; calling them Advanced Formatdrives, with physical sectors 8 times the size of a 512-byte sector (8 * 512 = 4096 bytes). But even with new disks using 4 KiB-sized sectors, the Win7 offset of 1 MiB still gives an equivalent offset of 256 such sectors (1048576/4096 or 2048/8). IfMicrosoft had picked an offset of any even number of sectors divisible by the size of a new large-sector, wouldn't that have solved any 'misalignment' issue? So why not simply pick an offset of 32, 64 or even 128 KiB? Did Microsoft really want to be sure you could continue to use your Win7 OS on drives with even much larger sector sizes?[Actually, their reasoning was quite clear, but not widely shared: 'The size of the advanced format sector was chosen because it matches the x86 page size and the NTFS cluster size.' (Windows Internals, 6th Edition, 2012, Part 2, page 126)] The point for technicians or forensics investigators working with Windows 7 OS hard disks (on either current or future models) being that they now have a much larger sized reserved space (1,048,576 bytes vs. 32,256 bytes) they must deal with.
(Note: Do not confuse this generally unused reserved space with the new Windows 7 'System Reserved' partition described below.)
However, unlike Vista, Microsoft added a further complication for those who must deal with software designed to make image copies of Windows 7 hard disks: For each standard install of Windows 7/8, the install DVD defaults to creating two partitions!(NOTE: This is not true if you use an Upgrade DVD where Win 7/8 must be installed onto a disk with an existing Windows partition; whether you choose to keep your data or overwrite the whole partition, its files will only be installed into the OS partition.)
It's also important to note: Some 'name brand' computer manufacturers insist on adding their own special partition(s), either before or after the OS partition(s); or both! For example, DELL PCs often include a small FAT16 formatted partition at the very beginning of the disk drive (type 0xDE), but 'name brand' PCs may also include a partition for restoring the entire OS partition to the state it was in when shipped from the factory.
Note: For the standard Windows 7 install, to a disk that has no existing partitions, the first partition will always be set to a size of only 100 MiB and labeled 'System Reserved'. [Note: For a Windows 8 OS install, the first partition is set to a size of 350 MiB (i.e., 716,800 sectors).] Users may also be confused by the fact that although this partition is set as the Active partition, it's often hidden from them due to having no drive letter assigned to it; in which case, you need to use Disk Management (see Figure 3 below; enter: diskmgmt into the 'Search programs and files' box to open it) or some other utility to see the PC's partitions. Otherwise, if it is assigned a drive letter, it will be volume E:, since the DVD drive has traditionally been assigned to D:. So here's a case where under Microsoft Windows, a simple clean OS install not only has two partitions, but also has the drive letter C: assigned to the second partitionon the disk; not the first.
So be aware of this when examining the MBR of a Win7/8/10 OS disk.
The typical (default) Windows 7 OS partition table (with its 100 MiB System partition as the first entry) will appear as:
where 'nnnnnnnn' simply represents that partition's actual capacity in sectors for the main OS partition. The 'RELATIVE' offset of the first partition is 2048 sectors; instead of the usual 63. For technicians, it may take some time getting used to seeing both a Starting CHS triple of 0,32,33 (instead 0,1,1) and an Ending CHS triple of 12,223,19 (for disks with 255 heads) rather than the 1023,254,63 we had become so familiar with seeing on many user's computers. The whole first entry above will appear as follows in a disk editor (showing the actual hex bytes rather than decimal values in the table above): '80 20 21 00 07 DF 13 0C00 08 00 0000 20 03 00' (see below), where the Head and Sector values are 20h and 21h (in Cylinder 00h) for the Starting Sector. And DFh, 13h and 0Ch for the Head, Sector and Cylinder values of the Ending Sector.
NOTE: For a Laptop/Notebook PC, the BIOS may use a different pseudo-CHS geometry translation for its 'Head' value. For example, if a Windows 7 PC's BIOS decides its hard disk should have only 240 Heads (instead of 255), the values you will find in your Partition Table's first entry should be: '80 20 21 00 07 A3 13 0D00 08 00 0000 20 03 00' for an Ending CHS Triple of 13,163,19 which still results in a total of 204800 (32,000 hex) sectors (a capacity of 100 MiB) for the first partition.
The typical (default) Windows 8 OS partition table (with its 350 MiB System partition as the first entry) will appear as:
where 'nnnnnnnn' simply represents that partition's actual capacity in sectors for the main OS partition. The 'RELATIVE' offset of the first partition is 2048 sectors; instead of the usual 63. For technicians, it may take some time getting used to seeing both a Starting CHS triple of 0,32,33 (instead 0,1,1) and an Ending CHS triple of 44,190,18 (for disks with 255 heads) rather than the 1023,254,63 we had become so familiar with seeing on many user's computers. The whole first entry above will appear as follows in a disk editor (showing the actual hex bytes rather than decimal values in the table above): '80 20 21 00 07 BE 12 2C00 08 00 0000 F0 0A 00', where the Head and Sector values are 20h and 21h (in Cylinder 00h) for the Starting Sector. And BEh, 12h and 2Ch for the Head, Sector and Cylinder values of the Ending Sector.
NOTE: Just as we stated above for Windows 7, the BIOS of a Laptop/Notebook PC may use a different pseudo-CHS geometry translation for its 'Head' value with a Windows 8 OS install.
Quick answer: Because the Windows 8/8.1 System Reserved Partition needs the room! With Windows 8, they decided to install the Recovery Environment right on the physical drive; of which the Winre.wim file (found in this drive's RecoveryWindowsRE folder) is 225 MiB, so uses most of the additional space. Here we see that 75% of that 350 MiB is in use:
Figure 3. Shows the Properties window of a Windows 8.1 System Reserved partition shortly after being installed.
Figure 4. Disk Management view of small 25 GB Win 7 OS drive. The terms Active and Boot are no longer the same.
Prior to Windows 7, we often used the terms Active or Bootable as synonyms when discussing the partition that the Master Boot Record (MBR) code would load and execute in Memory from its Boot Sector, ifit found the first byte of its Partition Table entry to be 80h. However, when Microsoft programmer(s) created a more elaborate booting scheme, which could place the BOOTMGR code and BCD database in a separate partition from that of the Windows 7 OS, they decided to refer to the partition that contains the operating system as the Boot partition and the one that execution is initially passed to as the Active partition.
Windows 7 does have the same useful feature related to boot records and booting which first appeared under Vista:
Its Disk Management utility has the ability to both shrink and expand partitions; similar to what Partition Magic could do for previous Windows versions. We may present a detailed page about this in the future, but note: All studies so far, have led us to the conclusion that no matter how much empty space you have remaining within your last partition, this utility will allow you to shrink it to only about 50% (just half of) the capacity of the physical disk drive! Example: If the full capacity of a 320 GB disk drive was partitioned when installing the Windows 7 OS, this utility allows you to shrink the main OS partition to only about 160 GB; even if there is only 4 or 5 GB, or any other small number of GB, of that partition in use! And this will not change even if you run the utility again on the shrunk partition!
This page examines the MBR code most likely to be found in a Microsoft® Windows 7 OS installation. Win7's various editions, such as Home Premium or Ultimate, all contain the same exact MBR code. When partitioning a disk without an MBR sector, this code will be written to Cylinder 0, Head 0, Sector 1 (that's Absolute or LBA Sector 0) of the Disk Drive by various OS routines, such as Win7's Disk Management utility. But even in the case of a drive that already has a functioning Windows MBR, the Win7 install DVD will overwrite the existing MBR code of the boot disk as part of the process. [As with Windows XP and Vista, Windows 7 itself will write data to an existing MBR sector (e.g., of a slave drive connected to the system), when necessary (compare Disk Signaturecomments for the Windows XP MBR).]
This link shows where copies of the MBR can be found for a Windows 8.1 ISO file or DVD, or the files on its installed OS drive.
For our Windows 7 install, all the bytes of Win7's MBR code were also contained inside the following files (listed by location, alphabetically; with offset to first byte of the code). In each case, there will be a full 512 bytes that comprise the MBR code (the location for the NT Disk Signature and the 64-byte Partition Table are all zero-filled, the last two bytes being 55h followed by AAh):
1.C:WindowsSystem32RelPost.exe [Offset: 12CD0h]
('Windows Diagnosis and Recovery'; File version: '6.1.7600.16385 (win7_rtm.090713-1255)'; 182,784 bytes; Modification Date: '07/14/2009 1:14 AM'). There's also a second copy here: C:Windowswinsxsx86_microsoft-windows-reliability-postboot_31bf3856ad364e35_6.1.7600.16385_none_4d97265566a66f7eRelPost.exe.
2.C:WindowsSystem32vdsutil.dll [Offset: 22CA8h]
('Virtual Disk Service Utility Library'; File version: '6.1.7600.16385 (win7_rtm.090713-1255)'; 151,040 bytes; Modification Date: '07/14/2009 1:16 AM'). There's also a second copy here: C:WindowswinsxsBackupx86_microsoft-windows-virtualdiskservice_
31bf3856ad364e35_6.1.7600.16385_none_6ac128c35c0231aa_vdsutil.dll_f2ef43cf.
3.C:WindowsSystem32vssapi.dll [Offset: E20D0h]
('Volume Shadow Copy Requestor/Writer Services API DLL'; File version: '6.1.7600.16385 (win7_rtm.090713-1255)'; 1,123,328 bytes; Modification Date: '07/14/2009 1:16 AM').
There's also a second copy here: C:WindowswinsxsBackupx86_microsoft-windows-vssapi_31bf3856ad364e35_6.1.7600.16385_none_d4bd3473e31540bf_vssapi.dll_51f72c64.
4.C:WindowsSystem32VSSVC.exe [Offset: E1BA8h]
('Volume Shadow Copy Service'; File version: '6.1.7600.16385 (win7_rtm.090713-1255)'; 1,025,536 bytes; Modification Date: '07/14/2009 1:15 AM').
There's also a second copy here: C:Windowswinsxsx86_microsoft-windows-vssservice_31bf3856ad364e35_6.1.7600.16385_none_5aa3249a792b0938VSSVC.exe
5.C:WindowsSystem32oobewinsetup.dll [Offset: 184220h]
('Windows System Setup'; File version: '6.1.7600.16385 (win7_rtm.090713-1255)'; 1,794,048 bytes; Modification Date: '07/14/2009 1:16 AM').
There's also a second copy here: C:Windowswinsxsx86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7600.16385_none_3202d4720e95de08winsetup.dll.
Using the file 'C:WindowsSystem32vdsutil.dll' of '151,040 bytes' with a Modification Date of 'Tuesday, July 14, 2009 01:16:17 AM' as an example, the MBR in this file was found at offsets 22CA8h through 22EA7h (of which only 80 of its 512 bytes are shown here):
Figure 5. Showing the bytes '63 7B 9A'which are part of the Win7 MBR's code.
The following is a disk editor view of how the bytes of this MBR are stored on a hard disk's first sector; that's Absolute (or Physical) Sector 0, or CHS 0,0,1. (See Examination of the Code below to find out where this data ends up in Memory when it's executed.)
Windows 10 Boot File Location
The first 355 bytes (000h through 162h) of this 512-byte sector are executable code and the next 80 bytes (163h through 1B2h) contain error messages. The last 66 bytes of the sector contain the 64-bytePartition Table (1BEh through 1FDh); data in the Table will depend upon the size, structure and file systems on the hard disk. [See our pages on Partition Tables, for notes on how to interpret the data in a particular disk's partition table.] The sector ends with the Word-sizedsignature ID of AA55h (sometimes called the MBR's Magic number). Note: On PCs using an Intel (or x86 compatible) CPU, hex Words are stored with the Low-byte first and the High-byte last.
The programmers of this MBR had to use almost every bit of space available, because all 110 bytes of the code shown between brackets in Figure 6 (offsets C6h through 126h and offsets 156h through 162h) are either related to, or directly involved in, determining if the hardware supports TPM (Trusted Platform Module) version 1.2; which can then be used to provide extra functionality for the Microsoft Windows BitLocker™ Drive Encryption. The letters 'TCPA' at offsets EFh through F2h are not coincidental; they stand for 'Trusted Computing Platform Alliance' and are part of the code which tests for the existence of a TPM chip (see comments below).
The remaining 11 bytes (between the Error Messages and the Partition Table; 1B3h through 1BDh) begin with only two zero-bytes as padding; followed by the three bytes (63 7B 9A) at 1B5h through 1B7h for a Win7 install with English messages (see below for all the details about this). If you stop the installation before any NT-type Operating Systems starts to boot-up, the next four bytes may remain as they were; usually zero-bytes. But once Windows has begun running, it will write a Disk Signature in the MBR. These four bytes from offsets 1B8h through 1BBh are called the Windows Disk Signatureor NT Drive Serial Number. See here for details on Disk Signature use in the Windows Registry!
The three bytes at offsets 1B5h through 1B7h ('63 7B 9A') are used by Microsoft Windows for a very specific purpose; for English versions of Windows 7, you'll always see these same Hex values ('63 7B 9A') in the MBR. They're used by the MBR code to display Error Messages on your screen. But for those using Windows 7 in a different language, their MBRs may have different values in the second and third bytes depending upon how many characters are in each of the three messages. If you look in the code section below, starting at offset 0731h (instruction: 'MOV AL,[07B7]'), you'll see these three bytes are used to reference the offset in Memory of the first byte of each Error Message that can be displayed on screen at boot up: 0763h, 077Bh and 079Ah. Since the code portion above the messages will always be the same, the first offset (0763h) will never change no matter what languages (and string lengths) are used.
Now that you know what the bytes at offsets 1B5h through 1B7h are used for, you could change these error messages to display whatever you wish (as long as they all fit into the space between offsets 163h and 1B4h) by counting their character lengths and using a disk editor on the MBR sector to make the appropriate changes.
After executing the POST (Power-On Self Test), the BIOS loads this sector into memory at 0000:7C00 (as it does any MBR) then transfers control to this code.
But this code must first copy itself into another area of Memory. This is necessary because the code must also load the Boot Sector of the Active Partition into the same area of Memory that it occupies just after being loaded! Unlike the Windows 2000/XP MBR, this code copies all 512 of its bytes to the new location, starting at: 0000:0600. Only the first three instructions are the same as the Windows 2000/XP MBR, so keep your eyes sharp if you're comparing the two.
Windows 10 Boot Logo File Location
You can learn a great deal about the instructions used here by obtaining the x86 Opcode Windows Help file and Ralf Brown's Interrupt List from our Intro to Assembly page.
NOTE: We've begun some new pages called Pathways through the Windows 7 MBR which graphically display all registers (and include detailed comments) for each step of the MBR code as it is being executed. These pages refer to the Bochs Enhanced Debugger as the tool chosen to provide these illustrative steps (We would appreciate any email comments or questions you might have concerning these pages). |
Here's a Listing of the disassembled code (; with comments) after first being loaded into Memory at 0000:7C00 by the BIOS (all Memory locations listed below are in Segment 0000:). If you see an asterisk (*) next to an instruction, it means that MS-DEBUG can not disassemble that code.
Note: If you compare this code to that of the Windows Vista MBR, you'll find there's only a slight variation due to changing two jump instructions from 32-bit to 16-bit at Memory locations 06A2 and 06C9; allowing for the insertion of a CLI instruction immediately after it, and an STI instruction at 06E1. Lastly, they also decided to add a HLT (Halt) instruction at 0753. Due to these changes, which added 12 more bytes to the Windows 7 MBR code, various offset bytes also needed to be adjusted. (The first byte difference from the Vista MBR code occurs at Memory location 062B, where the location to jump to changes from 073D to 073B. The next adjustment doesn't occur until 069E; just a few bytes before all the same code bytes become shifted by 1 to 4 bytes compared to Vista's MBR.)
Just like most of the MBR code we've studied here, if you were to load a copy of the Win7 MBR with an empty partition table (or one that has no Active Boot Flag for any of its entries) as a *.bin file into MS-DEBUG (e.g., debug mbr.bin), move all the code to offset 0x0600 (-m 100 2ff 600), set the IP to 0x061C (-rip then 61c) and run it (-g; Note: Although MS-DEBUG cannot step through the code at 0x0629 since it doesn't understand instructions beyond the 8086 through 8088 processors, when you enter 'g' it will simply pass all the code it encounters to Win XP/Vista/Win7's NTVDM program; under which you are actually running DEBUG, without trying to disassemble it), you would then see the following error message on your screen:
Note: Although this was possible under Windows 7 RC, the retail Windows 7 OS did not
include the MS-DEBUG program! We recommend installing VMWare Player and creating
your own Windows XP (or even MS-DOS) virtual computer to run MS-DEBUG inside of.
Because NTVDM was never programmed to handle an 18h Interrupt any further than displaying this message. If you Ignore it, the NTVDM program might warn you one more time about accessing the hard disk, but it will eventually freeze or go off into oblivion if you Ignore it again; and you'll have to use Task Manager to close the DOS Prompt window gracefully.
The following code is missing some comments, but all the instructions are here for you to study.
Location of EnglishError Messagesand
Message Offsetsin Memory
Location of SampleDisk Signature
andPartition Tablein Memory
This is how it would be seen in a disk editor that can interpret Partition Table data: |
Three views of PT Calc showing: 1) The CHS values for a Vista or Windows 7 OS install's first partition (at Absolute Sector 2048) for either a typical desktop or notebook disk, and 2) How disks which are assigned a different number of Heads in their BIOS (255 and 240 are shown) can have different CHS values for exactly the same sector (206848).
Note:
The sector must have a 'signature' of 0xAA55. It's located at the very end of the partition table (remember that low-bytes appear first and high-bytes last). The BIOS checks for the signature and if it's not there, you'll see an error message such as 'Operating System not found.' (The message being dependent upon the BIOS code; most PhoenixBIOS, including those modified for VMWare, display this one. But under BOCHS, you would see: 'Boot failed: not a bootable disk' and on a PC using Award BIOS 6.00PG, it actually displays: DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER.)
Updated: 22 MAR 2011 (22.03.2011); 8 MAY 2011 (08.05.2011); 14 MAY 2011 (14.05.2011); 28 MAR 2012 (28.03.2012); 18 APR 2012 (18.04.2012); 12 MAY 2013 (12.05.2013); 29 JUN 2013 (29.06.2013); 11 JUL 2013 (11.07.2013); 17 FEB 2015 (17.02.2015); 1 MAY 2015 (01.05.2015); 1 JUN 2015 (01.06.2015); 21 JUN 2015 (21.06.2015); 10 AUG 2015 (10.09.2015); 16 MAR 2018 (16.03.2018).
Last Update:3 May 2018. (03.05.2018)
You can write to me using this: online reply form. (It opens in a new window.)
The Starman's FREE TOOLS Page
MBR and Boot Records Index
The Starman's Realm Index Page
Are you about to install Windows 10 on a UEFI-based device? This guide will show you how to create a compatible USB flash drive to complete the task.
When you have to install a clean copy of Windows 10, you'd typically use a USB media to boot the device into the 'Windows Setup' wizard to continue with the installation. However, if you have a computer that features a Unified Extensible Firmware Interface (UEFI), instead of the legacy Basic Input/Output System (BIOS), it's important to use the appropriate media for the motherboard firmware type.
On Windows 10, you can use at least two methods to create a bootable media to install the OS from USB on a UEFI-based computer. You can use the Microsoft Media Creation Tool to download the files onto a removable storage with support for both firmware types (UEFI and legacy BIOS). You can also use third-party tools, such as Rufus, which makes it easy to create a USB to install Windows with support for UEFI.
In this Windows 10 guide, we'll walk you through the steps to create a USB flash drive that includes UEFI support using the Microsoft Media Creation Tool and Rufus.
- How to create Windows 10 UEFI boot media using Media Creation Tool
- How to create Windows 10 UEFI boot media using Rufus tool
Boot Log File Location Windows 10
How to create Windows 10 UEFI boot media using Media Creation Tool
On devices using UEFI, the quickest way to create a bootable USB media to perform a clean install or in-place upgrade of Windows 10 is to use the Media Creation Tool, which Microsoft makes available for download through its support website.
To create a bootable media, connect a USB flash drive of at least 8GB of storage, and then use these steps:
- Open Windows 10 download page.
Under the 'Create Windows 10 installation media' section, click the Download tool now button to save the file on your computer.
© Provided by Windows Central- Double-click the MediaCreationToolxxxx.exe file to relaunch the tool.
- Click the Accept button to agree to the Microsoft terms.
Select the Create installation media (USB flash drive, DVD, or ISO file) for another PC option.
© Provided by Windows Central- Click the Next button.
(Optional) Clear the Use the recommended options for this PC option.
© Provided by Windows CentralSelect the correct language, architecture, and edition of Windows 10.
Quick tip: If you'll be installing Windows 10 on multiple computers running 32-bit and 64-bit architectures, then use the 'Architecture' drop-down menu and select the Both option.
- Click the Next button.
Select the USB flash drive option.
© Provided by Windows Central- Click the Next button
Select the flash drive from the list. (If you don't see the storage, click the Refresh drive list option.)
© Provided by Windows Central- Click the Next button.
- Click the Finish button.
Once you complete the steps, the tool will download the required files from the Microsoft servers, and it'll create a bootable USB flash drive with support for UEFI and BIOS.
1. ExpressVPN: The best VPN available right now
© Provided by Windows CentralBoot Logging File Location Windows 10
This is our top pick for anyone looking to get started with a VPN. It offers a great mix of speed, reliability, outstanding customer service, and affordability. There is a 30-day money-back guarantee, so give it a shot today.
How to create Windows 10 UEFI boot media using Rufus tool
If the Media Creation Tool isn't working or prefer to use a third-party tool, Rufus allows you to create an installation media with support for UEFI. You can use Rufus with an existing ISO file, or you can use the tool to download the Windows 10 files from the Microsoft servers, which you can the use to create the bootable flash drive.
Create boot flash drive with Windows 10 ISO
To create a bootable media using an existing Windows 10 ISO file, connect a flash drive of at least 8GB of space, and use these steps:
- Open Rufus download page.
Under the 'Download' section, click the latest release and save the file on your device.
© Provided by Windows Central- Double-click the Rufus-x.x.exe file to launch the tool.
- Under the 'Device' section, select the USB flash drive.
- Under the 'Boot selection' section, click the Select button on the right side.
- Select the Windows 10 ISO file from its folder location.
- Click the Open button.
- Use the 'Image option' drop-down menu to select the Standard Windows installation option.
- Use the 'Partition scheme' drop-down menu to select the GPT option.
Use the 'Target system' drop-down menu to select the UEFI (non CSM) option.
© Provided by Windows CentralUnder the 'Show Advanced drive properties' section do not change the default settings.
© Provided by Windows CentralUnder the 'Volume label' field, enter a descriptive name for the drive — for example, 'win10_20h2_usb.'
© Provided by Windows Central- Under the 'File system' and 'Cluster size' section do not change the default settings.
- Click the Show advanced format options button.
- Select the Quick format and Create extended label and icon files options.
- Click the Start button.
- Click the OK button to confirm.
- Click the Close button.
After you complete the steps, Rufus will create a USB flash drive to install Windows 10 on a UEFI computer with the image you've provided.
Create boot flash drive downloading Windows 10 ISO
Rufus also includes a feature that allows you to download the Windows 10 ISO directly from the Microsoft servers, which you can then use with the tool to create a bootable USB flash drive.
To create an installation media downloading the ISO file, connect a USB flash drive of at least 8GB of space, and then use these steps:
- Open Rufus download page.
Under the 'Download' section, click the latest release of the tool to save the file onto your computer.
© Provided by Windows Central- Double-click the Rufus-x.x.exe file to launch the tool.
Click the Settings button at the bottom of the page.
© Provided by Windows CentralQuick note:Steps No. 4 through 8 will enable the feature to download the ISO file. If you already have the down-arrow button next to the 'Select' option, you don't need to use these four steps.
Under the 'Settings' section, use the 'Check for updates' drop-down menu and select the Daily option.
© Provided by Windows Central- Click the Close button.
- Close the Rufus tool.
- Double-click the Rufus-x.x.exe file to launch the tool.
- Under the 'Device' section, select the USB flash drive.
Under the 'Boot selection' section, click the arrow button next to the 'Select' option and choose the Download option.
© Provided by Windows Central- Click the Download button.
- Use the 'Version' drop-down menu to select the Windows 10 option.
- Click the Continue button.
- Select the 20H2 (Build 19042.xxx - xxxx.xx) option to download the Windows 10 October 2020 Update.
- Click the Continue button.
- Use the 'Edition' drop-down menu and select the Windows 10 Home/Pro option.
- Click the Continue button.
Use the 'Language' drop-down menu and select your installation language.
Quick note: If you're in the United States, you should select the 'English' option. Otherwise, select the 'English International' option.
- Click the Continue button.
Use the 'Architecture' drop-down menu and select the 32-bit or 64-bit option (recommended).
Quick tip: You can determine the architecture of your computer on Settings >System >About, under the Device specifications section.
Click the Download button.
© Provided by Windows Central- Select a folder location to temporarily store the ISO file.
- Click the Save button.
- Use the 'Image option' drop-down menu to select the Standard Windows installation option.
- Use the 'Partition scheme' drop-down menu to select the GPT option.
Use the 'Target system' drop-down menu to select the UEFI (non CSM) option.
© Provided by Windows Central- Under the 'Show Advanced drive properties' section do not change the default settings.
- Under the 'Volume label' field, enter a descriptive name for the drive — for example, 'win10_20h2_usb.'
- Under the 'File system' and 'Cluster size' section do not change the default settings.
- Click the Show advanced format options button.
- Select the Quick format and Create extended label and icon files options.
- Click the Start button.
- Click the OK button.
- Click the Close button.
Once you complete the steps, the tool will run the script to download the Windows 10 ISO file from Microsoft. After the download, Rufus will be able to use that ISO file to create a bootable media, which you can use to install Windows 10 on computers using UEFI.
When you have the USB bootable media with support for UEFI systems, you can use it to start the 'Windows Setup' wizard to perform an in-place upgrade or clean installation of Windows 10.
More Windows 10 resources
For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources: