gus33000 / UUPMediaCreator

An utility to create Windows Media files (.ISO, .WIM, .VHD) from Unified Update Platform files
MIT License
778 stars 65 forks source link

UUPMediaCreator awlays fails after IntegratingWinRE #221

Open Orangera1n opened 1 month ago

Orangera1n commented 1 month ago

Hello! I have downloaded the UUP Set for the latest windows insider build at this time (26252), and i'm trying to make isos out of it.

I have installed genisoimage, and have used sudo.

The issue is that every time it finished adding WinRE to the wim, it than fails to generate the iso (initlaly i had another issue that'd crop up every time i had professionaln included in the image, but i excluded it via the options and it went away)

[22:53:00][Information] [IntegratingWinRE][85%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][86%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][87%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][88%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][89%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][90%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][91%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][92%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][93%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][94%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][95%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][96%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][97%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][98%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][99%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:00][Information] [IntegratingWinRE][100%] Adding Windows\System32\Recovery\Winre.wim to install.wim...
[22:53:02][   Error   ] An error occured!
[22:53:02][   Error   ] An error occurred while creating the ISO.

OS details: Nobara (fedora-based) linux 39

gus33000 commented 1 month ago

Hi, currently the linux support is broken for various reasons (wimlib being a bit contender) but also paths.

Im going to make fixes one day (maybe in a month or so) and we can see if it still happens