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

Page 7 of 9 FirstFirst ... 56789 LastLast

  1. Posts : 985
    Windows 10 Home 21H1
    Thread Starter
       #61

    Word Man said:

    Each time you create a NEW bootable flash drive, the diskpart method would be advisable (unless you know the drive is already FAT32 and active, as applicable). However, doing it over again to that same flash drive would perhaps be overkill.

    Note, you aren't downloading the ISO directly to the flash drive but mounting it and then copying and pasting all of the files shown in the mounted ISO to the flash drive.

    It should suffice to simply delete all files on the flash drive and then copy the new mounted ISO contents to the (already prepped but now empty) flash drive.
    With something as critical as a bootable Windows 10 USB flash drive I would always worry that just deleting all the files on the drive may leave something behind, or some small corruption (however small) that might interfere with the newly downloaded ISO that I would be copying over to the flash drive. It might be my paranoia lol...but if I'm wiping out a flash drive, Ive always quick formatted the drive rather than just deleting the files from the drive. Is that totally unnecessary?
    And in this case would a quick format to remove all files from the drive make the previously Diskpart prepped method flash drive to become not bootable and cause problems when performing the Windows 10 Installation from the USB flash drive?
      My Computer


  2. Posts : 985
    Windows 10 Home 21H1
    Thread Starter
       #62

    cereberus said:
    @Kari made a significant point in one of his posts ie the install.wim file is now getting close to the maximum file size limit of 4GB for fat32 formatted drives.

    IIRC, Rufus can handle larger install.wims by creating two partitions ie a small boot fat32 partition and a larger ntfs partition.

    Doing this in diskpart or disk management might be possible, but iirc, Rufus can handle this more elegantly. @Kari can probably elaborate better than I can.
    Ive wondered about that before as well. The current Windows 10 ISO is approximately 3.5 gb so the install.wim is only slightly under that. What will happen when it reaches 4gb. UEFI systems only work with a FAT32 formatted flash drive and not NTFS. Does that mean we are all going to have to use Rufus anyway or we wont be able to create a bootable Windows 10 USB flash drive?
      My Computer


  3. Posts : 1,579
    Windows 10 Pro
       #63

    sportsfan148 said:
    ... Is that totally unnecessary?
    And in this case would a quick format to remove all files from the drive make the previously Diskpart prepped method flash drive to become not bootable and cause problems when performing the Windows 10 Installation from the USB flash drive?
    It's not totally unnecessary if it puts you more at ease. No problem reformatting - it would still boot once you re-copied the files. I'll grant that one person's "overkill" can easily be another person's "necessary". :)
      My Computer


  4. Posts : 152
    Windows 10 Pro/Education x64
       #64

    sportsfan148 said:
    Ive wondered about that before as well. The current Windows 10 ISO is approximately 3.5 gb so the install.wim is only slightly under that. What will happen when it reaches 4gb. UEFI systems only work with a FAT32 formatted flash drive and not NTFS. Does that mean we are all going to have to use Rufus anyway or we wont be able to create a bootable Windows 10 USB flash drive?
    You can use winsetupfromusb to split ISOs larger than 4GB, it worked for me when I converted an .esd (< 4GB) to .wim (> 4Gb) and created an bootable USB stick.
      My Computer


  5. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #65

    NavyLCDR said:
    I don't think that quote was from me in the tutorial. What you quoted was if you create your own customized ISO file. You can disregard the line about preparing your custom image and saving it to the USB flash drive. Here are the simple steps to create a standard Windows 10 USB flash drive:

    1. Use the Media Creation Tool to download and save the ISO file to your hard drive.
    2. Insert the USB flash drive.
    3. Open a Command Prompt and enter: diskpart (if it isn't an administrator command prompt, it will ask for administrator permission).
    4. list disk
    5. select disk # <- replace # with the actual disk number of the USB flash drive
    6. clean <- this will erase the disk selected above, make sure it is the USB flash drive!
    7. create part pri
    8. format fs=fat32 quick
    9. active
    10. exit <enter> exit <enter> - and if the first command prompt was not an administrator command prompt, exit that one too.
    11. Mount the ISO file saved by the Media Creation Tool. If you are using Windows 8 or 10, you only have to right click on it and click on mount. If you are using Windows 7, then you must use a program like WinCDEmu to mount the ISO file:
    WinCDEmu - the easiest way to mount an ISO. And more...
    12. Copy all the files and folders from the mounted ISO file to the USB flash drive.

    That's as simple as it gets. Between steps 7 and 8 you can enter: "select part 1" without quotes - but it should not be necessary.
    Between steps 8 and 9 you can enter: "assign" without quotes - but it should not be necessary.
    Finally got a chance to test the flash drive I made using the above steps and it works a treat!
    This is what my F12 boot menu looks like with the flash drive inserted. I have a Lenovo K450E UEFI/GPT system:

    Query for others who use Rufus to create a bootable Win10 flash drive-img_20180104_224838589.jpg
      My Computers


  6. Posts : 18,432
    Windows 11 Pro
       #66

    It is, by far, the most reliable and universal way to create the flash drive from an ISO.
      My Computer


  7. Posts : 6
    Windows 10
       #67

    NavyLCDR said:
    It is, by far, the most reliable and universal way to create the flash drive from an ISO.
    Yes, if you want to boot from your USB flash drive in UEFI or Legacy BIOS mode.

    But this is the easiest way if you want to boot from your USB flash drive in UEFI mode.

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


  8. Posts : 4,594
    Windows 10 Pro
       #68

    Sportsfan, just get the word volume out your head, it`s not something you`ll ever need to use or worry about.

    Just stick with the words disk and partition and you`ll be fine. :)
      My Computers


  9. Posts : 985
    Windows 10 Home 21H1
    Thread Starter
       #69

    AddRAM said:
    Sportsfan, just get the word volume out your head, it`s not something you`ll ever need to use or worry about.

    Just stick with the words disk and partition and you`ll be fine. :)
    Thanks for the advice pal. I'll certainly keep that in mind in future
      My Computer


  10. Posts : 985
    Windows 10 Home 21H1
    Thread Starter
       #70

    Word Man said:
    It's not totally unnecessary if it puts you more at ease. No problem reformatting - it would still boot once you re-copied the files. I'll grant that one person's "overkill" can easily be another person's "necessary". :)
    Would you mind explaining a little more if you don't mind? If you do a FAT32 format using Windows File Explorer you have told me it still remains bootable. So doesn't it touch any of the UEFI boot files or aren't there any UEFI boot files present on the USB flash drive until you transfer the WIndows 10 ISO files onto the USB? As you can tell I have no knowledge of how UEFI boot up actually works or where the UEFI boot files are located? I like to try and learn as I go along if I can. You guys on here have so much knowledge about the internal workings of a PC and Windows 10. I always wonder if you work in Technology or whether youre all just self taught. Without you guys on here I'd be lost..so Thanks to you all
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:11.
Find Us




Windows 10 Forums