Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to use Multi-version ISO #6

Open
ehousse opened this issue Sep 4, 2024 · 2 comments
Open

Option to use Multi-version ISO #6

ehousse opened this issue Sep 4, 2024 · 2 comments

Comments

@ehousse
Copy link

ehousse commented Sep 4, 2024

Our organization can download W11 ISO with monthly updates included. Using tools like RUFUS causes an issue that you'd need to disable secure boot prior to imaging. Is it possible to take this approach with a Windows 11 ISO or split the install.wim for a specific version from an official iso?

Based on what I saw in the esd, it first uses index 1 (Windows Setup Media) and 3 (WinPe), followed by 6 (enterprise).

When looking at SW_DVD9_Win_Pro_11_23H2.9_64BIT_English_Pro_Ent_EDU_N_MLF_X23-81695.ISO, WinPE was in boot.wim I would say Index 2. The Enterprise was install.wim Index 3.

@mtniehaus
Copy link
Owner

You can certainly split any WIM in the same manner so that it can be copied to media. (Those updated ISOs aren't generally available for anyone to download, hence the media tool can't do it.)

@ehousse
Copy link
Author

ehousse commented Sep 5, 2024

Would it be possible to add functionality that allowed a user to select their own ISO, extract a specific version from an ISO, recompress it and mount it to a fat32 formatted, with the split? If its outside of the scope of this project I understand. Otherwise, could I just use DISM split and replace install.wim with the 2 parts on the USB?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants