Windows 10: Use MCT to create bootable Flash drive with previously downloaded ISO

Discus and support Use MCT to create bootable Flash drive with previously downloaded ISO in Windows 10 Installation and Upgrade to solve the problem; I suggest that you ask this as a question of your own in the Microsoft Office and 365 section of TenForums so that you can get an answer from somebody... Discussion in 'Windows 10 Installation and Upgrade' started by MeAndMyComputer, Apr 4, 2018.

  1. Use MCT to create bootable Flash drive with previously downloaded ISO


    Good idea, thank you.
     
    MeAndMyComputer, Apr 4, 2018
    #1

  2. Hi, I would like to know if it is possible to use Media Creation Tool (MCT) to create a bootable USB Flash Drive from a previously downloaded ISO image.

    I already downloaded the ISO image some time ago with MCT when it was finished with the download it asked if I would like to burn a DVD, save the ISO or create a bootable USB Flash drive. I choosed save ISO. Now I want to know If I could make bootable Flash drive using MCT without having to re-download Windows 10.

    I think by normal means MCT doesn't do this but maybe there is tweak *Smile

    :)
     
    ricardobohner, Apr 20, 2018
    #2
  3. Windows 10 installation on another pc

    Download the ISO file and then use Rufus to create a bootable USB:

    https://www.tenforums.com/tutorials/2376-create...

    In the MCT, you need to select Create Installation media for another PC and save ISO to any location
     
    Sumit Dhiman2, Apr 20, 2018
    #3
  4. Use MCT to create bootable Flash drive with previously downloaded ISO

    Sumit Dhiman2, Apr 20, 2018
    #4
  5. Bree New Member
    No, you can't use the MCT to do this. But you don't need to, it's easy to do it yourself.

    First prepare the USB. It needs to be at least 8GB. It needs to be formatted with Fat32 and (to allow it to boot on legacy bios systems) its partition should be marked as Active. You can usually use Disk Management to mark it as active by right-clicking on it's partition.

    Then just double-click on the ISO file to mount it as a virtual DVD drive, select all the files and folders you see there and copy them to the USB. This USB is now bootable and identical to the USB that the MCT would have created.

    A few USBs are partitioned in a way that doesn't allow you to mark it as active. If so, use Diskpart to prepare the USB, starting with the CLEAN command to remove all previous partition info from the USB (you can run Diskpart by typing DISKPART in a command prompt or in the WniKey+R run box). In this example the USB is disk 1, use LIST DISK first to find the number of yours.

    Code: Microsoft DiskPart version 10.0.16299.15 Copyright (C) Microsoft Corporation. DISKPART> LIST DISK Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 465 GB 0 B Disk 1 Online 7634 MB 0 B DISKPART> SELECT DISK 1 Disk 1 is now the selected disk. DISKPART> CLEAN DiskPart succeeded in cleaning the disk. DISKPART> CREATE PARTITION PRIMARY diskPart succeeded in creating the specified partition. DISKPART> SELECT PARTITION 1 Partition 1 is now the selected partition. DISKPART> FORMAT FS=FAT32 QUICK 100 percent completed DiskPart successfully formatted the volume. DISKPART> ACTIVE diskPart marked the current partition as active. DISKPART> EXIT[/quote]
     
  6. Use Rufus instead the MCT. And for successful boot of SecureBoot & UEFI systems, do not forget to change filesystem to FAT32.
     
    muchomurka, Apr 20, 2018
    #6
  7. Phone Man Win User
    Phone Man, Apr 20, 2018
    #7
  8. NavyLCDR New Member

    Use MCT to create bootable Flash drive with previously downloaded ISO

    Use @Bree's method in post #2.
     
    NavyLCDR, Apr 20, 2018
    #8
  9. Thank you,

    I remember that in the "Microsoft way" for creating a bootable instalation media in Windows 8 there was included one more step:

    After preparing the boot media with diskpart go to the source files (let's say d: are the source files and e: is you flash USB drive)

    CD d:\boot
    Bootsect /nt60 e:


    After that you could copy the instalation files to the USB flash drive. Is this step not necessary anymore?
     
    ricardobohner, Apr 20, 2018
    #9
  10. Bree New Member
    Actually the MS way seems to be the other way round, first copy the files to the USB then use Bootsect...

    TechNet | Step-By-Step: Prepare USB Media to Install Windows 10 (April 2015)

    As it happens, last week I made a Win 8.1 install USB by copying the files from a DVD that itself had been burned from an ISO made by the Win 8 MCT. I didn't use the Bootsect command and that boots fine on my legacy bios systems.

    Apparently...
    How to Use Bootsect /nt60 to Update the VBC to BOOTMGR

    ...so the fact that my USB booted without being updated suggests it's a redundant opperation.

    I don't have a uefi system to test my USB on, perhaps @NavyLCDR could comment on that?
     
  11. topgundcp Win User
    You only need this if the master boot code in the USB is corrupted or in some case, you use an old USB stick with out of date firmware and unable to boot.

    FYI, After you prepare the USB stick ie.
    • Format with FAT32 if your UEFI firmware is prior to version 2.0, else you can format with NTFS.
      NOTE: Format with NTFS will remove the 4GB restriction so you won't have any problem with install.wim/install.esd exceeding 4GB file size.
    • set Active if you are planning to install Windows using MBR disk type else you don't need to.
    • Instead of mounting and copy. You can extract the content of the ISO file using WinRAR/WinZip/7-zip
      OR You can also use command line with 7-Zip:
      7z.exe x Windowsx64.iso -o"F:" -y where F: is the drive letter of the USB
      NOTE: step 1 & 2 are needed for first time to prepare the USB. Any subsequent update, only need step 3.
     
    topgundcp, Apr 20, 2018
    #11
  12. Ok, thanks everyone for the explanations.
     
    ricardobohner, Apr 20, 2018
    #12
  13. Try3 Win User

    Use MCT to create bootable Flash drive with previously downloaded ISO

    Ricardo,

    I agree with the others and would like to add one extra ditty.

    Once you have made your Windows 10 installation disk from this ISO on this occasion, you can in the future delete all files then copy across the contents of a new ISO [by, as the others said, mounting it or just opening in WinZip etc].
    - You do not need to start from scratch with DiskPart every time you want an updated installation USB.
    - I have been doing this since about Ver 1511 and my installation disk works well for clean installations & repair installs.
    - I go a bit further and hide the contents so that I can also use the install USB for other important files without risking accidentally overwriting any of the Windows 10 installation files. The install USB is perfectly happy to be used in this way.

    Denis
     
  14. NavyLCDR New Member
    With Windows 10 I've never had to use the bootsect command. I've always just used diskpart:

    diskpart
    list disk
    select disk # <-replace # with the actual number of the USB drive
    clean <- make sure you selected the right disk, this will erase it!
    create part pri
    format fs=fat32 quick
    active
    exit
    exit

    Then mount the ISO files and copy the files over. The diskpart commands take less than 1 minute to complete if you have them memorized. Copying the ISO file depends on the speed of your USB port and USB flash drive.
     
    NavyLCDR, Apr 20, 2018
    #14
  15. Bree New Member
    Good point. I take a slightly different tack and copy the standalone installer for the latest Cumulative Update to the usb. Then I can install it after installing Windows. Saves a lot of download time if you are going to use the usb on a number of machines, also useful if there's no internet available when you do the install.
     
Thema:

Use MCT to create bootable Flash drive with previously downloaded ISO

Loading...
  1. Use MCT to create bootable Flash drive with previously downloaded ISO - Similar Threads - MCT create bootable

  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. Is there any way to create a bootable usb flash drive without using the download tool?

    in Windows 10 Installation and Upgrade
    Is there any way to create a bootable usb flash drive without using the download tool?: i need to rescue my un-bootable Win10 x64 1909 Dell Inspiron, and the only other computer I have is a locked-down work laptop. Thanx for any help in advance. D...
  6. 1909 Feature update using MCT to Create an ISO

    in Windows 10 Installation and Upgrade
    1909 Feature update using MCT to Create an ISO: Ok--I found some info about the new Feature 1909 update. The text states it will act like normal monthly updates from Windows Update. And with the last updates for 1903 the bits of 1909 have been installed in a dormant state. So does this mean that the Install Now...
  7. 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...
  8. 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...
  9. Using Diskpart to create a bootable USB flash drive

    in Windows 10 Installation and Upgrade
    Using Diskpart to create a bootable USB flash drive: Hi All, Ive decided to use Diskpart to create a bootable USB flash drive instead of using the Media Creation Tool to create the Windows 10 media. Im just going to use the Media Creation Tool to download the iso image and diskpart to prepare the flash drive. Are the following...
  10. ESD folder created when using MCT but not with ISO

    in Windows 10 Installation and Upgrade
    ESD folder created when using MCT but not with ISO: I'm confused about the ESD folder. If I install Windows 10 with the Media Creation Tool, an ESD folder is created. I understand that this folder should not be deleted if you plan to use the Recovery feature as it includes the files need to reinstall Windows. If I reinstall...

Users found this page by searching for:

  1. Use MCT to create bootable usb

    ,
  2. MCT to make an ISO

    ,
  3. mct create bootable usb

    ,
  4. by download the windows from MCT does it make the flash drive bootable