[Problem got resolved]
I've finally managed to inline upgrade to Windows 11 24H2 3025 incl. the above mentioned updates with it.
Unfortunately I can't really tell, what exactly the issue was. But I used an UUP dump generated iso image, with some extra tweaks in its ConvertConfig.ini file.
INI:
[convert-UUP]
AutoStart =1
AddUpdates =1
Cleanup =1
ResetBase =1
NetFx3 =1
StartVirtual =0
wim2esd =1
wim2swm =0
SkipISO =0
SkipWinRE =0
LCUwinre =1
UpdtBootFiles=1
ForceDism =1
RefESD =0
SkipLCUmsu =0
SkipEdge =1
AutoExit =0
DisableUpdatingUpgrade=0
AddDrivers =0
Drv_Source =\Drivers
[Store_Apps]
SkipApps =1
AppsLevel =0
StubAppsFull =0
CustomList =0
[create_virtual_editions]
vUseDism =1
vAutoStart =1
vDeleteSource=0
vPreserve =0
vwim2esd =1
vwim2swm =0
vSkipISO =0
vAutoEditions=
Without it, the upgrade failed and throw me an error 0x8007001F. So I read somewhere this could be related to some attached devices during the process.
I unhooked my docking station and my logitech dongle. Also somewhere in my logs it said, that the logitech software was trying to start, during a process, but failed with an error.
So I uninstalled all logitech apps as well.
The uup process took about twice as long as it did with the default settings.
I had some issues with uup not downloading everything correctly at first,
but the best results I got with, when I opened "powershell" as admin first.
My download package settings are:
Download method:
- Download and convert to ISO
Conversion options:
- Include updates (Windows converter only)
- Run component cleanup (Windows converter only)
- Integrate .NET Framework 3.5 (Windows converter only)
- Use solid (ESD) compression
Besides that, I ran like a kajillion times these dism commands:
Code:
dism.exe /online /cleanup-image /AnalyzeComponentStore
dism.exe /online /cleanup-image /startcomponentcleanup
dism.exe /online /cleanup-image /RestoreHealth
sfc /scannow
In addition, I also cleaned all my other update/upgrade remains from my storage.
Windows 11
- Open Settings -> System -> Storage -> Temporary Files (wait for the scan to finish)
- Select everything that is update/upgrade related i.e. Previous Windows installation(s)
- Cleanup and wait for it to finish
After that, I got rid of the
C:\$WINDOWS.~BT and
Windows.old dir.
One final, clean reboot, and I:
- mounted the "just" created iso image
- opened "powershell" as admin
- changed to the drive
- and started the inline upgrade with the server command line options
.\sources\setupprep /product server
Installation took quite some time, the reboot install process was rather quick.
Thanks and good luck.
Cheers
Semi