UUP to ISO - Create Bootable ISO from Windows 10 Build Upgrade Files  


  1. Posts : 31
    Win10 Pro 64 Build 16237
       #970

    HippsieGypsie said:
    !7063.1000 UUPtoISO successful here. :)
    Here as well ... on (2) of (3( Desktop PC(s). 3rd PC get thru install and Restart to ~~ 53% and fails. All USB items unplugged, just recycles thru same failure repeatedly. Other (2) PC(s) Updated first time thru. In past, this PC has Updated and one of other (2) has failed in similar manner.
      My Computer


  2. Posts : 17
    Windows 10 Pro 64bit
       #971

    essenbe said:
    Hello EQuito and welcome to Tenforums.

    I take it you are trying to do a clean install with the ISO? If so, please make sure you have an image of your current build and all of your personal info backed up. Disconnect all drives other than the one you want Windows installed on, also disconnect everything external except keyboard, Mouse and the installation USB. When you get to where do you want to install Windows, delete all partitions, one at a time, until the drive says unallocated. Highlight the drive and use the New button. You should see the new partitions created then. Then press next. See if that will work for you.

    If you are trying to do something else, please let us know.
    Hello essenbe and thanks for the welcome.

    The way you describe it is the way I pretty much do it all the time. Never seen such error before. The installation just refuses to see the newly created partition.
      My Computer


  3. Posts : 5,833
    Dual boot Windows 10 FCU Pro x 64 & current Insider 10 Pro
       #972

    EQuito said:
    Hi all!

    I've been using this wonderful tool successfully for a few months now, but I'm having problems installing Build 17063

    I'm an Insider since Jan 2015 and I've done countless installations without a problem, but this latest build refuses to create and format a new partition before installation.

    I mean, it goes thru the motions but when clicking NEXT, an error pops up saying the partition cannot be found.

    If I mount the image and install from within Windows, everything work fine.

    Any ideas or suggestions are welcome. TIA
    Hi, EQuito. Welcome to TenForums.

    Some are having the same problem. You might want to try this solution:

    Announcing Windows 10 Insider Preview Fast+Skip Build 17063 for PC Insider - Page 18 - Windows 10 Forums
      My Computers


  4. Posts : 17
    Windows 10 Pro 64bit
       #973

    HippsieGypsie said:
    Hi, EQuito. Welcome to TenForums.

    Some are having the same problem. You might want to try this solution:

    Announcing Windows 10 Insider Preview Fast+Skip Build 17063 for PC Insider - Page 18 - Windows 10 Forums
    Hi HippsieGypsie and thanks for the link.

    Unfortunately, I can't use that fix because I'm using Legacy mode and MBR due to Acronis having trouble backing up GPT partitions, actually restoring them.

    The thing is, I've done this hundreds of times so I don't understand why this particular build is failing.
      My Computer


  5. Posts : 5,833
    Dual boot Windows 10 FCU Pro x 64 & current Insider 10 Pro
       #974

    EQuito said:
    Hi HippsieGypsie and thanks for the link.

    Unfortunately, I can't use that fix because I'm using Legacy mode and MBR due to Acronis having trouble backing up GPT partitions, actually restoring them.

    The thing is, I've done this hundreds of times so I don't understand why this particular build is failing.
    You're welcome. Sounds like it's a bug for some. May relate to BIOS? I'm quite sure, but I think you can still use commands for MBR scheme. Worth a look into. Don't hesitate to post on the tutorial thread I linked. I'm sure Kari or someone would be willing to help. Using @ Kari without the space between will alert him. Good luck.
      My Computers


  6. Posts : 17
    Windows 10 Pro 64bit
       #975

    HippsieGypsie said:
    You're welcome. Sounds like it's a bug for some. May relate to BIOS? I'm quite sure, but I think you can still use commands for MBR scheme. Worth a look into. Don't hesitate to post on the tutorial thread I linked. I'm sure Kari or someone would be willing to help. Using @ Kari without the space between will alert him. Good luck.
    Thanks! I'll look into it and give it a try. Cheers!
      My Computer


  7. Posts : 2,667
    Windows 11 21H2 (22000.593)
       #976

    EQuito said:
    Hi HippsieGypsie and thanks for the link.

    Unfortunately, I can't use that fix because I'm using Legacy mode and MBR due to Acronis having trouble backing up GPT partitions, actually restoring them.

    The thing is, I've done this hundreds of times so I don't understand why this particular build is failing.
    Actually, you can. You jsut skip the one step where you run convert gpt. Read me full response below.

    HippsieGypsie said:
    You're welcome. Sounds like it's a bug for some. May relate to BIOS? I'm quite sure, but I think you can still use commands for MBR scheme. Worth a look into. Don't hesitate to post on the tutorial thread I linked. I'm sure Kari or someone would be willing to help. Using @ Kari without the space between will alert him. Good luck.
    Hippy is 100% correct.

    My machine, listed under system specs for first machine, is an old machine I built 6+ years ago, using a CPU that is now ~9 years old (Core i7 965 EE) and a mobo that is 7 (eVGA X58 Classified 3). The mobo only has BIOS so I am unable to use GPT as a boot drive for Windows 10, but I have all my other drives converted to GPT for future proofing (on non-UEFI-based machines, you can still use GPT for storage, just not to boot - to boot from GPT you must have UEFI.

    However, those instructions in that tutorial are pretty much what I follow, although I do it on my own without any predefined scripts.

    Here is my methodology (I use the entire disk, not a single partition, for my installs, so I use a partition-destructive method to install. If you are not using an entire disk to install to, don't follow these instructions.

    1. Boot to Windows 10 Install Media
    2. Perform all steps necessary to get to the drive selection UI, including skipping entering a key, selecting clean install, as well as making the choice of the installation type (architecture / version, such as x64 Pro or x86 Home)
    3. When at the HD selection GUI, use SHIFT + F10 to open a command prompt window
    4. Type
      Code:
      diskpart
      and hit Enter
    5. Type
      Code:
      list disk
      and hit Enter
    6. Find your disk number that you are installing Windows 10 to, then enter
      Code:
      select disk #
      , where # is the number of the disk you want to install to (recommended to have only that disk connected, but I do this with 6 physical discs connected, so if you pay attention it's not hard)
    7. Type
      Code:
      list disk
      and hit Enter to verify that the disk you want to install to is now selected (should be a "*" character to the left of the disk number)
    8. Type
      Code:
      clean
      and hit Enter - it may take a couple of moments (even a few minutes depending upon HD speed) before it comes to a prompt again
    9. Type
      Code:
      list disk
      and hit Enter - now the disk you have selected should show the same amount of space in both size and free columns.
    10. Type
      Code:
      exit
      twice to close out CMD
    11. Click on the Refresh button for the GUI to see the new unallocated HD
    12. Select unallocated HD and continue the installation


    At this point, the installation continues by creating the partitions that it wants to on the disk and moves on. Since you're clean installing, this is the optimum way to go.

    If this does not work, however, grab an .ISO of 16299, do the above exactly the same, and get 16299 installed, then use your .ISO of 17063 to upgrade it.

    HTH
      My Computers


  8. Posts : 15,480
    Windows10
       #977

    EQuito said:
    Hi HippsieGypsie and thanks for the link.

    Unfortunately, I can't use that fix because I'm using Legacy mode and MBR due to Acronis having trouble backing up GPT partitions, actually restoring them.

    The thing is, I've done this hundreds of times so I don't understand why this particular build is failing.
    You must be using an old version of Acronis.

    Ditch it and use superior and reliable Macrium Reflect Free.

    You can convert legacy bios installs to uefi (mbr to gpt).

    Tutorials for both in tutorial section.
      My Computer


  9. Posts : 17
    Windows 10 Pro 64bit
       #978

    First of all, thank you all for your prompt responses and willingness to help.

    Secondly, I'd like to summarize all my replies here so I don't take too much space on this thread.

    But first, a bit of background so you understand where I'm coming from:

    I'm 58 years old, so if you're also old and geeky enough, you may remember me from the Icrontic Forums or APU's days when my Abit NF7s bios mods were pretty popular during the infancy days of OC'ing.
    Anyway, I left the US, move back to my native country in 2005 and basically my knowledge and hardware didn't progress since until last year, when I bough my first 64bit machine, the one in my signature. My old trusty Dell Inspiron 9300 laptop served his purpose and still does, thus why I still use an old copy of Acronis 2009 32bit which also works just fine for my needs. So, all this UEFI and GPT stuff is pretty new to me and a bit hard to understand so I prefer to keep using the Lenovo 64bit in legacy bios and MBR mode.

    OK, back to the issue at hand: HippsieGypsie's and johngalt's advise where very helpful resolving the partition issue but in the end it didn't work. After the first reboot, I got a GSOD, tried again and got a never ending black screen.

    My theory as what's going on:

    Build 17046 is the first one ever (since January 2015) to failed in both my 32bit and 64bit machines, therefore I think Microsoft is purposely blocking and/or phasing out old hardware not using UEFI bios and/or GPT mode. That would explain the huge amount of failed installs reported since Build 17025.

    So, even though I prefer clean installs, I'll just continue to update from within Windows and try not to worry about it too much.

    Once again, thanks for your help. Merry Christmas and a Happy New Year to you all!

    Cheers!
      My Computer


  10. Posts : 15,480
    Windows10
       #979

    EQuito said:
    First of all, thank you all for your prompt responses and willingness to help.

    Secondly: I'd like to summarize all my replies here so I don't take too much space on this thread.

    But first a bit of background so you understand where I'm coming from:

    I'm 58 years old, so if you're also old and geeky enough, you may remember me from the Icrontic Forums or APU's days when my Abit NF7s bios mods were pretty popular during the infancy days of OC'ing.
    Anyway, I left the US, move back to my native country in 2005 and basically my knowledge and hardware didn't progress since until last year, when I bough my first 64bit machine, the one in my signature. My old trusty Dell Inspiron 9300 laptop served his purpose and still does, thus why I still use and old copy of Acronis 2009 32bit which also works just fine for my needs. So, all this UEFI and GPT stuff is pretty new to me and a bit hard to understand so I prefer to keep using the Lenovo 64bit in legacy bios and MBR mode.

    OK, back to the issue at hand: HippsieGypsie's and johngalt's advise where very helpful resolving the partition issue but in the end it didn't work. After the first reboot, I got a GSOD, tried again and got a never ending black screen.

    My theory as what's going on:

    Build 17046 is the first one ever (since January 2015) to failed in both my 32bit and 64bit machines, therefore I think Microsoft is purposely blocking and/or phasing out old hardware not using UEFI bios and/or GPT mode. That would explain the huge amount of failed installs since Build 17025.

    So, even though I prefer clean installs, I'll just continue to update from within Windows and try not to worry about it too much.

    Once again, thanks for your help. Merry Christmas and a Happy New Year to you all!Cheers!
    Firstly, it does not matter in the slightest if an install is uefi or legacy bios when it comes to installing any version of Windows 10.

    You have absolutely nothing to back up your theory.

    Secondly, UEFI installs offer several advantages so you should consider moving to it.

    Thirdly, the Fast Ring is not for users who do not wish to, or are unable to cope with significant risk of things breaking. Given your comments above, I have to say you need to seriously think about whether the Fast Ring is for you.

    Finally Acronis 2009 is so old. You really cannot trust it any more. It certainly will not work on UEFI installs if you did move. Ditch it and move to Macrium Reflect Free or similar, or buy new version of Acronis.
      My Computer


 

Tutorial Categories

UUP to ISO - Create Bootable ISO from Windows 10 Build Upgrade Files Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 15:50.
Find Us




Windows 10 Forums