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; I always have to manually select GPT partition Scheme for UEFI. Is that normal? It is never selected automatically by Rufus. Some people say you... Discussion in 'Windows 10 Installation and Upgrade' started by sportsfan148, Dec 30, 2017.

  1. Brink
    Brink New Member

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


    It's normal to have to select it in Rufus.

    Some motherboards don't support booting from a USB with Secure Boot enabled, so that's why I recommend to temporarily disable Secure Boot when doing a clean install of Windows 10, and enable it afterwards. This way it can be more universally compatible, and no chance of Secure Boot interfering with booting from the USB or installing Windows.
     
    Brink, Dec 30, 2017
    #16

  2. When you say Windows Setup will partition your hard drive based on whether you booted the USB from MBR or GPT...do you mean whether the partition table on the USB was set to MBR or GPT when you booted that is what determines what your hard drive is partitioned in? Media Creation Tool and Diskpart use MBR to create the USB but as far as I'm aware Windows 10 partitions on my PC (c:drive) is GPT?
    You say "So even if you have a UEFI system, if you boot Windows Setup from MBR then you would get an MBR hard drive and lose the advantages of GPT. That's why Rufus makes you explicitly choose the partition type when creating the USB drive." I'm not sure I understand that. Do you mean that where Rufus asks for Partition type it is asking you what your hard drive partitioning on your PC is. I thought it was asking you what partition scheme you wanted to be set up on the USB flash drive that it is about to create.
    What are you actually selecting to happen when you choose GPT partition Scheme for UEFI in Rufus..what does Rufus presume and what action does Rufus perform when you make that selection?
     
    sportsfan148, Dec 30, 2017
    #17
  3. NavyLCDR New Member
    What determines the way that Windows will be installed is whether the USB flash drive is booted in UEFI mode or legacy BIOS (CSM) mode. The MCT and the manual diskpart method of creating the USB flash drive will create one that can be booted in either UEFI or legacy BIOS mode, as long as the partition on the flash drive is FAT32 and marked as active.
     
    NavyLCDR, Dec 30, 2017
    #18
  4. Query for others who use Rufus to create a bootable Win10 flash drive

    It gets a bit confusing because I know that using Rufus partitions the actual USB itself in GPT whereas after using the Media Creation Tool or diskpart the actual USB is not GPT but it is shown as MBR. I guess I'm trying to get my head around why that is? That's why I thought when you select GPT for UEFI under the Rufus options that what you were actually asking Rufus to do was to partition the USB flash drive in GPT. But I also wondered why that was because I'm aware that all USB flash drives are in MBR format. That's one of the reasons I'm torn between whether I should be using Diskpart to create my bootable Windows 10 USB flash drives on my UEFI laptop or Rufus
     
    sportsfan148, Dec 30, 2017
    #19
  5. Ztruker Win User
    Both methods will work so pick the one you are the most comfortable with. For me that's Rufus.
     
    Ztruker, Dec 30, 2017
    #20
  6. Rufus is at version 2.18 and there is no flickering here. Always choose MBR partition scheme for UEFI and it ends up with GPT.

    In post #2, Philipyip explains the correct procedure. Plus selecting GPT when dual boot with Ubuntu affects Win10 resolution on startup.

    You choose the partition scheme in Rufus. Not a fan of diskpart, we're always using Rufus for Win 10 or Ubuntu's.

    Get Rufus from their website:

    Rufus - Create bootable USB drives the easy way
     
    MikeMecanic, Dec 30, 2017
    #21
  7. NavyLCDR New Member
    Yep, personal preference as long as you get all the choices selected properly in RUFUS and selected in the proper order. I prefer diskpart because to me the choices are fewer and I have the few commands memorized so it takes me less than one minute to get the flash drive ready to copy files to.
     
    NavyLCDR, Dec 30, 2017
    #22
  8. Query for others who use Rufus to create a bootable Win10 flash drive

    In Diskpart...Is the Assign command at the end unnecessary? If you leave out the Assign command does Windows 10 dynamically and automatically assign the flash drive with a drive letter when you insert it anyway? The reason I ask is that the guys on here that gave me some advice a while ago didn't use the assign command but on some other tutorials Ive seen it shown. I would like the flash drive to be dynamically given a letter I don't really want to start fixing drive letters and maybe cause myself added problems later.
    These were the commands I was given. Are the commands the same as you use when creating your bootable Windows 10 USB flash drive?
    Diskpart
    list disk
    select disk X (whatever the flash drive number is)
    clean
    create partition primary
    select partition 1
    format fs=fat32 quick
    active
    exit (to leave diskpart)
    exit (to close command prompt window)

    Do you close the command prompt window after finishing the Diskpart commands before Mounting the Windows 10 ISO in File explorer and copying and pasting the files over to the USB flash drive?
    I ask that because when searching for advice on how to copy the Windows files over to the USB flash drive some people are insisting that the Command Prompt be left open for some reason while copying files but other sites just say to close Command prompt as soon as you've finished with Diskpart.
     
    sportsfan148, Dec 30, 2017
    #23
  9. Sorry, I was oversimplifying things and conflating BIOS/MBR and UEFI/GPT because that's how Rufus names the options. You can actually boot the UEFI bootloader from an MBR drive. Let me try to clarify:

    1. When you use Rufus or the Media Creation Tool to create an MBR drive, both the BIOS bootloader and the UEFI bootloader are copied to the drive. But it is up to your UEFI configuration which one is used. If your UEFI boot order chooses the UEFI bootloader first then Windows Setup will boot in UEFI mode. If your UEFI boot order chooses the BIOS bootloader first then Windows Setup will boot in BIOS mode. So your it looks like your machine chose UEFI first (mine defaults to BIOS).

    2. If you select MBR in Rufus then depending on your UEFI configuration you may enter Windows Setup in either BIOS or UEFI mode, which determines which partition type Windows Setup will use. Since the boot order is configurable by the user and OEM, it's better to explicitly select GPT in Rufus if you know that you have a UEFI-based system. That way you know for sure that Windows Setup will enter UEFI mode and create GPT partitions.

    3. If you choose GPT then Rufus will create a GPT partition, which does not have the BIOS bootloader. That way there's no way Windows Setup will boot into BIOS mode.

    Edit: Just a minor correction to #3 - the BIOS bootloader is actually present when GPT is used. This is part of the protective MBR that prevents legacy OSes from clobbering the GPT partitions. However, the protective MBR marks the entire drive as a non-Windows drive so the BIOS bootloader won't be able to find the Windows Setup files.
     
    PolarNettles, Dec 30, 2017
    #24
  10. Thanks for that. Yes my Windows is installed with GPT and booted up in UEFI.
    Where you said "If you choose GPT then Rufus will create a GPT partition, which does not have the BIOS bootloader. That way there's no way Windows Setup will boot into BIOS mode."...do you mean If you choose GPT then Rufus will create a GPT partition on the USB flash drive which does not have the BIOS Bootloader ? If that's what you meant it makes sense to me now..Thanks

    As far as I'm aware flash drives are shipped in MBR format. I was told that when I had a problem using the Media Creation Tool it was because Id used that USB flash drive before with Rufus and the GPT partition on the flash drive was causing the Media Creation Tool to have a problem.
    I'm trying to decide whether its better to get used to the Rufus method when creating a bootable Windows 10 USB flash drive or whether the Diskpart method is the better choice to use....meaning which method will cause the least problems in the future.
    I just want a method I can stick to. I thought Id found that with the Media creation Tool until recently
     
    sportsfan148, Dec 30, 2017
    #25
  11. That is correct.

    Rufus has always been reliable for me. It does seem like the Media Creation Tool has problems with some USB drive configurations - whether it's the partition type or something else I haven't really investigated.
     
    PolarNettles, Dec 30, 2017
    #26
  12. PolarNettles said...Rufus has always been reliable for me. It does seem like the Media Creation Tool has problems with some USB drive configurations - whether it's the partition type or something else I haven't really investigated.

    The other day I had an issue with Rufus where the screen flashed and the Rufus settings Id entered went back to defaults. Id made sure Id entered everything in the correct order too..ensuring I selected the ISO image first before changing the selection to GPT partition for UEFI. As I was selecting a volume label the screen flickered and my settings reverted to defaults so I cancelled it and headed over to tenforums for advice.
    That's why I asked NavyLCDR above if the Diskpart Commands Id been given if I decided to use the Diskpart method were the same as he used but he musnt be around on the site at the moment..I had a couple of other questions in that post above too regarding Diskpart so I'm hoping he gets back to me because its either Diskpart or Rufus from now on..I wont use Media Creation Tool again

    PolarNettles said "When you use Rufus or the Media Creation Tool to create an MBR drive, both the BIOS bootloader and the UEFI bootloader are copied to the drive. But it is up to your UEFI configuration which one is used. If your UEFI boot order chooses the UEFI bootloader first then Windows Setup will boot in UEFI mode. If your UEFI boot order chooses the BIOS bootloader first then Windows Setup will boot in BIOS mode. So your it looks like your machine chose UEFI first (mine defaults to BIOS)"

    Is that what also happens when you use Diskpart. Does Diskpart automatically copy both BIOS and UEFI bootloaders to the USB flash drive?..and because my system is UEFI then the UEFI bootloader only will be used?
     
    sportsfan148, Dec 30, 2017
    #27
  13. Query for others who use Rufus to create a bootable Win10 flash drive

    I've used the diskpart method and can confirm it works. However, I split my flash drive into 2 partitions; one set up as FAT32 for boot files and the other setup as NTFS for image files from Macrium. The tutorial I used was from this link.
     
    titetanium, Dec 30, 2017
    #28
  14. NavyLCDR New Member
    The reason I use diskpart is because it creates a flash drive in exactly the same format as the one you would get straight out of a retail packaged Windows 10 directly from Microsoft. The select partition 1 command above is not required - but if for some reason diskpart does not automatically select the partition you create with the command above it, it will cause it to be selected. It does no harm to enter the command - but it should not be required.

    The same is true with the assign command. After you format the partition, diskpart should automatically assign the next drive letter. But, if for some reason that does not happen automatically, the assign command will do it. Again, that should not be necessary, but it does no harm to enter the command either. The assign command, by itself, will dynamically assign the next available drive letter to the flash drive. The "assign letter=X" command will assign whatever letter you substitute for X to the flash drive, assuming that letter is not already in use.

    It makes no difference if you close the command window before or after you mount the ISO file to copy the files and folders over to the flash. I like to do it before just because it is super simple to enter exit twice in a row. I can't see any advantage to waiting until after the files are copied to close the command window.
     
    NavyLCDR, Dec 31, 2017
    #29
  15. Ztruker Win User
    Hey, New Years resolution (for you) *Smile *Smile *Smile . Write a Tutorial with all the bells and whistles on using DISKPART to create Win 10 installation flash drives.

    Happy New Years
     
    Ztruker, Dec 31, 2017
    #30
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...