Win10+ Setup Disk (Works with UEFI Secure Boot / BIOS / Install.wim over 4 GB)

Discussion in 'MDL Projects and Applications' started by rpo, Mar 18, 2019.

  1. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,884
    2,528
    60
    #381 shhnedo, Oct 14, 2022
    Last edited: Oct 15, 2022
    The x86+x64 ISOs from MediaCreationTool is what I'm referring to. And yes, they are bootable(no modifications required).
    I guess I'll try it when I get back from work.

    @freddie-o ye, no, the window starts filling up with errors and it doesn't work. It finishes within 10 seconds of starting the process.
     
  2. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,503
    1,512
    60
    You have to deal with the bcd.
     
  3. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,605
    2,676
    60
    I didn't notice you updated/edited your post. Anyway I haven't used x86 ISOs in a very long time so I wouldn't know
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,884
    2,528
    60
    @freddie-o well, x86 and x64 separate isos are both fine, they have the usual structure where you got a sources folder with boot.wim and install.wim. The isos I'm referring to are the ones that have an x64 and x86 folders in the root, which respectively contain... well... basically an x64 and x86 iso in them. In that regard I can see how the script wouldn't work based on just iso folder structure. After that I'm absolutely clueless. :)
     
  5. snofte

    snofte MDL Member

    Jan 10, 2013
    169
    30
    10
    Having trouble using this script.
    Generated a usb-stick using this script.
    Selected a win11FIXED iso.
    This iso is produced by the MDL fix-kit for bypassing legacy pc win11-blocking limitations.
    (win11 boot and upgrade fix-kit ver. 3.0).
    This iso works fine for upgrading legacy pcs from win 10 to win 11.
    (that is, an update of drivers are needed beforehand) .
    Now I wanted to generate a bootable usb-stick with this iso on it.
    To be used for clean installs on blank disk.
    The script runs fine, finished ok.
    Booting the usb-stick, starts ok,
    selecting clean install of win11pro, works for a while, win11-windows-logo displays, but after a restert,
    abort with error mess "dpc watchdog violation".
    Any hint for solving this matter ?
    regards
    snofte
     
  6. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,884
    2,528
    60
    That has nothing to do with this script.
     
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,605
    2,676
    60
    Best to ask about it in the dedicated thread
    https://forums.mydigitallife.net/threads/win-11-boot-and-upgrade-fix-kit.83724/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,884
    2,528
    60
    I'm already using ventoy on my own USBs. I also have one win10 setup disk personal usb that I use as a fail safe for when ventoy decides to be iffy. Also, all the win10/11 USBs at work are also made using win10 setup disk. I was just wondering if I could make a USB with an x86+x64 iso.
     
  9. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,495
    2,725
    120
    ventoy are uefi and secure boot / and legacy capable
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,503
    1,512
    60
    It is possible to create a WinPE combining X86 and X64 and copy it to a 1 GB fat32 active partition. Format the remaining space of the usb disk as exFAT and copy the contents of the X86 and x64 to their respective folders (for example x86 and X64). During the Winpe creation, modify the startnet. cmd file in order it can detect the folders x86 and x84 and execute setup.exe.
     
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,605
    2,676
    60
    Updated to v2.8
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. dNz

    dNz MDL Novice

    Jun 14, 2010
    15
    10
    0
    Hey, thanks for this, is it up to date ? to use it with win 11 ltsc just rleased
     
  13. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,605
    2,676
    60
    #395 freddie-o, May 25, 2024
    Last edited: May 25, 2024
    It will work with Windows 11 LTSC.

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    241
    15
    10
    #396 kyrcy, Dec 30, 2024
    Last edited: Dec 30, 2024
    Is there a reason to use the script instead of simply extracting the contents of the ISO to an NTFS formatted USB drive and booting?
     
  15. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,605
    2,676
    60
    If you're using BIOS/MBR disk you can do that
    For UEFI/GPT disk you need FAT32
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    241
    15
    10
    #398 kyrcy, Dec 30, 2024
    Last edited: Dec 30, 2024
    Do I need FAT32 to install on a disk with capacity of more than 2TB?
     
  17. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,605
    2,676
    60
    #399 freddie-o, Dec 30, 2024
    Last edited: Dec 30, 2024
    From what I've read the limit for FAT32 volume size 2TB
    Plus the maximum possible file size is 4 GB
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    241
    15
    10
    #400 kyrcy, Dec 30, 2024
    Last edited: Dec 30, 2024
    What I am asking is why do I need FAT32 for UEFI/GPT disk?