OSDeploy / OSDBuilder

PowerShell Module
http://osdbuilder.com
MIT License
193 stars 55 forks source link

OSDBuilder 22.10.11.1 | OSD 22.10.19.1 - Update-OSMedia errors #86

Open rbbrandon opened 1 year ago

rbbrandon commented 1 year ago

I'm trying to create an updated Windows 11 22H2 ISO, however OSDBuilder fails to update it. Running on a Windows 11 Pro (22H2) workstation.

Media obtained via:

Save-OSDBuilderDownload -FeatureUpdates -FeatureOS 'Windows 11' -FeatureArch x64 -FeatureBuild '22H2' -FeatureEdition Business -FeatureLang en-us -SkipGridView
Import-OSMedia -EditionId 'Enterprise' -SkipGrid

Command being run to update the media: Get-OSMedia | Update-OSMedia -Download -Execute

Script output: ScriptOutput.txt (Updated)

Logs: info.zip

It looks like "wimserv.exe" (Wimfltr v2 extractor) is failing somewhere and doesn't close, locking the install.wim

OSDeploy commented 1 year ago

I have had other reports that it is failing on 22H2 and I am unable to look into this for some time due to time constraints. If you can resolve the issue, let me know.

suazione commented 1 year ago

I've created a pull request as a workaround for this issue. Please check and test it if possible: Pull Request: "Workaround for RPC/DISM error servicing Win11 22H2 #87"