Windows 10: Query for others who use Rufus to create a bootable Win10 flash drive

Discus and support Query for others who use Rufus to create a bootable Win10 flash drive in Windows 10 Installation and Upgrade to solve the problem; The \efi\boot\bootx64.efi file exists by default in the Windows 8/10 installation media, but does not exist by default in the Windows 7 installation... Discussion in 'Windows 10 Installation and Upgrade' started by sportsfan148, Dec 30, 2017.

  1. Chappie Win User

    Query for others who use Rufus to create a bootable Win10 flash drive


    The \efi\boot\bootx64.efi file exists by default in the Windows 8/10 installation media, but does not exist by default in the Windows 7 installation media.

    edit: When you boot from the USB flash drive in UEFI mode, the UEFI firmware do not use boot sectors and do not require active partition to be set. As long as the USB flash drive is FAT32 formatted and has \efi\boot\bootx64.efi file, it should be UEFI bootable.

    How to create a bootable Windows 10 USB flash drive

    - both UEFI and BIOS bootable USB

    Microsoft Media Creation Tool > select the "USB flash drive" option.

    - only UEFI bootable USB

    Open File Explorer and format USB flash drive to FAT32 file system.
    Copy all files and folders from the mounted Windows 10 ISO file to USB flash drive.

    - both UEFI and BIOS bootable USB

    diskpart
    list disk
    select disk #
    clean
    create partition primary
    format fs=fat32 quick
    active
    exit
    Copy all files and folders from the mounted Windows 10 ISO file to USB flash drive.

    - only BIOS bootable USB

    diskpart
    list disk
    select disk #
    clean
    create partition primary
    format fs=ntfs quick
    active
    exit
    Copy all files and folders from the mounted Windows 10 ISO file to USB flash drive.

    - only UEFI bootable USB

    Rufus - Create bootable USB drives the easy way
    Partition scheme and target system type > GPT partition scheme for UEFI
    File system > FAT32

    - only BIOS bootable USB

    Rufus - Create bootable USB drives the easy way
    Partition scheme and target system type > MBR partition scheme for BIOS or UEFI
    File system > NTFS
     
    Chappie, Jan 4, 2018
    #76

  2. Thanks mate..you've covered all bases there. As I suspected if you format the flash drive as FAT32 in windows explorer (the flash drive was previously FAT32 ,UEFI and Legacy BIOS mode bootable before the format)...the windows explorer FAT32 format removes the active command so it is no longer bootable in Legacy BIOS mode. From then on the flash drive becomes UEFI bootable only because when you Mount the ISO, select all files and copy and paste them to the flash drive...the UEFI boot files are copied over to the flash drive at the same time as they are contained within the ISO
     
    sportsfan148, Jan 4, 2018
    #77
  3. Cheers... I fully understand now. The format would remove the boot files placed on the flash drive by the previous ISO. But as soon as you Mount the newly downloaded Windows 10 ISO, select all files and Copy and Paste them on to the flash drive. The boot files are put back onto the flash drive as they are included with the new ISO. The fog is clearing lol
     
    sportsfan148, Jan 4, 2018
    #78
  4. Word Man Win User

    Query for others who use Rufus to create a bootable Win10 flash drive

    FYI, I just now (on my Win 7 work laptop) shrunk my Windows partition by 1024 MB, created a new primary partition, quick formatted it FAT32, made it active, changed the format to NTFS (it remained active), and then changed the format back to FAT32 - it retained its active status. All done within Disk Management.
     
    Word Man, Jan 4, 2018
    #79
  5. Now youre confusing me again!!! lol Active means bootable from that partition...right. You've told me that when you format the flash drive FAT32 in Windows file explorer it makes the flash drive bootable in UEFI only so I was presuming Active status would be removed from the drive. UEFI doesn't need Active status but Legacy BIOS mode does. So if the drive remains active then it means it would be bootable still in Legacy BIOS mode when you copy over the Mounted ISO files. What am I missing? I can feel a headache coming on!! lol
     
    sportsfan148, Jan 4, 2018
    #80
  6. Word Man Win User
    Sorry for the confusion.

    First of all, I was about to edit my prior post: I "forgot" I had actually created that new primary partition from with diskpart (could only make logical partition in Disk Management) - so that's a technical but significant correction to what I said I did.

    Secondly, I missed the mark a bit by formatting from within Disk Manager when you spoke of formatting from within Windows/File Explorer. So, I repeated my experiment but using Windows Explorer to switch the format back and forth - still had the same result, however - no change in active status.

    My intention was only to push back a little bit on your statement that the formatting removed the active status.

    Active is necessary to be bootable in MBR/Legacy mode. Active is not required for UEFI boot. However, FAT32 is necessary for UEFI boot. NTFS or FAT32, either one, as long as active, can be booted MBR/Legacy. SO, hopefully without adding confusion, FAT32 + active is bootable either way, as long as the files needed for booting are there.

    True, if you format the partition FAT32 within File Explorer without having it active, it IS only bootable UEFI. However, if the partition was already active, formatting it FAT32 in File Explorer will NOT remove the active status and it WILL boot either way.

    Chappie wrote above that simply formatting FAT32 with File Explorer is only bootable UEFI - note, no mention of whether the partition is active or not. UEFI boot only needs FAT32 and the bootloader files.

    My whole point was simply that formatting the partition has no impact on its active status.
     
    Word Man, Jan 4, 2018
    #81
  7. It sounds like Chappie was thinking that the flash drive wasn't marked as Active with Diskpart so a simple FAT32 format within windows file explorer would just boot to UEFI only . It was set up as Active..thats where my confusion began. Because it was Active it would still boot to UEFI or Legacy BIOS mode because both sets of boot files would be available after the Windows ISO was mounted and copied over to the Flash drive. It was because of that that we were getting crossed wires and confusion
     
    sportsfan148, Jan 4, 2018
    #82
  8. Query for others who use Rufus to create a bootable Win10 flash drive

    These two statements, to my eyes, seem to do the same thing but you say they give differing results. What's missing between the two aside from the fact you marked a partition active in diskpart?
     
    titetanium, Jan 4, 2018
    #83
  9. Ztruker Win User
    From explorer your missing

    clean
    create partition primary
     
    Ztruker, Jan 5, 2018
    #84
  10. Hi mate, you've misunderstood Chappies instructions slightly that's all.......both UEFI and BIOS bootable USB refers to the diskpart method below in his instructions.
    only Bios bootable USB refers to the instructions below that in his list and those are the diskpart instructions where the difference is an NTFS format which only works in a BIOS boot and not in a UEFI boot
     
    sportsfan148, Jan 5, 2018
    #85
  11. Hi Ztrucker..both USB and BIOS bootable USB refers to the Diskpart instructions below and not the file explorer instructions above as it appears in the image shown
     
    sportsfan148, Apr 4, 2018
    #86
Thema:

Query for others who use Rufus to create a bootable Win10 flash drive

Loading...
  1. Query for others who use Rufus to create a bootable Win10 flash drive - Similar Threads - Query others Rufus

  2. Creating a bootable flash drive

    in Windows 10 Installation and Upgrade
    Creating a bootable flash drive: Hello beautiful people I'm creating a bootable thumb drive because I have 2 new computers and one is having issues. So going by the answers in these forums I have been unsuccessful fixing the issues and the next on the list from here was to do this . My question is How long...
  3. Creating a bootable flash drive

    in Windows 10 Gaming
    Creating a bootable flash drive: Hello beautiful people I'm creating a bootable thumb drive because I have 2 new computers and one is having issues. So going by the answers in these forums I have been unsuccessful fixing the issues and the next on the list from here was to do this . My question is How long...
  4. Creating a bootable flash drive

    in Windows 10 Software and Apps
    Creating a bootable flash drive: Hello beautiful people I'm creating a bootable thumb drive because I have 2 new computers and one is having issues. So going by the answers in these forums I have been unsuccessful fixing the issues and the next on the list from here was to do this . My question is How long...
  5. Create a bootable USB flash drive using Diskpart

    in Windows 10 Installation and Upgrade
    Create a bootable USB flash drive using Diskpart: Hi, Its great to see the addition of Option 4 (Diskpart method) in the Create Bootable USB flash drive to install Windows 10 Tutorial . Create Bootable USB Flash Drive to Install Windows 10 There's an extra command directly after the clean command, "convert mbr". Is this...
  6. Create a bootable USB flash drive using Diskpart

    in Windows 10 Support
    Create a bootable USB flash drive using Diskpart: Hi, Its great to see the addition of Option 4 (Diskpart method) in the Create Bootable USB flash drive to install Windows 10 Tutorial . Create Bootable USB Flash Drive to Install Windows 10 There's an extra command directly after the clean command, "convert mbr". Is this...
  7. New - Rufus v2.0.639 - Create bootable USB drives

    in Windows 10 Software and Apps
    New - Rufus v2.0.639 - Create bootable USB drives: Version 2.0 (2015.03.03) Major UI improvements (improved font, new info field, no separate progress dialog, etc.) Add support for Windows To Go (when Rufus is running on Windows 8 or later) Add support for Grub4DOS and GRUB 2 based images (e.g. FreeNAS) Add portable...
  8. Testing a Win10 Bootable USB media created with Rufus?

    in Windows 10 Installation and Upgrade
    Testing a Win10 Bootable USB media created with Rufus?: I had downloaded the latest Media Creation Tool which is the Windows 10 AU update and downloaded the ISO file. Then, I used Rufus to create a bootable USB flash drive whenever I need to perform a clean re-install of Windows 10 AU. I do not want to install the AU update...
  9. Questions on creating Win10 Bootable Flash drive using Diskpart method

    in Windows 10 Installation and Upgrade
    Questions on creating Win10 Bootable Flash drive using Diskpart method: Hi all, 1.When using Diskpart to create a bootable Windows 10 USB flash drive is it not necessary to use the Assign command at all. Ive noticed some instructions where Assign is used and others where it isn't. What happens if I don't use the Assign command when preparing the...
  10. Question about using Rufus to create a Bootable USB flash drive

    in Windows 10 Installation and Upgrade
    Question about using Rufus to create a Bootable USB flash drive: Hi all, Having had a problem using the Media Creation Tool to create a bootable Windows 10 USB flash drive Ive decided to use the Media Creation Tool to download the Windows 10 ISO and then use Rufus to create the bootable USB flash drive. After downloading Rufus onto my...