Windows 10 Windows 10 1809 Sysprep Issues

  • Thread starter Thread starter bonadonnam
  • Start date Start date
B

bonadonnam

Guest
A new standard desktop configuration was just released based off Win 10 1809, and we sysprep the image in preparation for widespread deployment. Upon initial failure, thought it was the unattend typically use. But when you run a straight sysprep without our custom unattend, the same errors output.

The sysprep bombs out when going through the cleanup XML, particularly the wevtapi.dll. The specific error code info is:

ERROR_EVT_CHANNEL_NOT_FOUND
15007 (0x3A9F)
The specified channel could not be found. Check channel configuration.


I did not install any software other than PV drivers I need (running as a guest in Xen) or connect this image to a network. Laid down the OS, installed the PV drivers and attempted to sysprep. The drivers has posed no issues in executing sysprep in other images, including another 1809 image. The rearm number is high, so that's not the issue.

Any ideas? I'm not familiar with the DLL or the error code.



Here's the setuperr output:

2020-04-21 12:50:11, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll; dwRet = 0x3a9f[gle=0x00003a9f]
2020-04-21 12:50:11, Error SYSPRP SysprepSession::ExecuteAction: Failed during sysprepModule operation; dwRet = 0x3a9f[gle=0x00003a9f]
2020-04-21 12:50:11, Error SYSPRP SysprepSession::ExecuteInternal: Error in executing action for Microsoft-Windows-EventLog; dwRet = 0x3a9f[gle=0x00003a9f]
2020-04-21 12:50:11, Error SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x3a9f
2020-04-21 12:50:11, Error SYSPRP RunPlatformActions:Failed while executing Sysprep session actions; dwRet = 0x3a9f
2020-04-21 12:50:11, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3a9f
2020-04-21 12:50:11, Error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80073a9f


Here's the setupacct output:

2020-04-21 12:50:04, Info SYSPRP ========================================================
2020-04-21 12:50:04, Info SYSPRP === Beginning of a new sysprep run ===
2020-04-21 12:50:04, Info SYSPRP ========================================================
2020-04-21 12:50:04, Info [0x0f004d] SYSPRP The time is now 2020-04-21 12:50:04
2020-04-21 12:50:04, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2020-04-21 12:50:04, Info [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2020-04-21 12:50:04, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2020-04-21 12:50:04, Info [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
2020-04-21 12:50:10, Info [0x0f00d7] SYSPRP WinMain:Pre-validing 'cleanup' internal providers.
2020-04-21 12:50:10, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
2020-04-21 12:50:10, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2020-04-21 12:50:10, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2020-04-21 12:50:10, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2020-04-21 12:50:10, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2020-04-21 12:50:10, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2020-04-21 12:50:10, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll without error
2020-04-21 12:50:10, Info [0x0f00d7] SYSPRP WinMain:Pre-validing 'generalize' internal providers.
2020-04-21 12:50:10, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
2020-04-21 12:50:10, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2020-04-21 12:50:11, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2020-04-21 12:50:11, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2020-04-21 12:50:11, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll without error
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2020-04-21 12:50:11, Info SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.

2020-04-21 12:50:11, Info SYSPRP All appx packages were verified to be inbox or alluser installed.

2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll without error
2020-04-21 12:50:11, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread
2020-04-21 12:50:11, Info [sysprep.exe] UnattendSearchExplicitPath: Found unattend file at [C:\WINDOWS\Panther\unattend.xml]; examining for applicability.
2020-04-21 12:50:11, Info [sysprep.exe] UnattendSearchExplicitPath: Found already-processed unattend file for pass [generalize] at [C:\WINDOWS\Panther\unattend.xml]; skipping...
2020-04-21 12:50:11, Info [sysprep.exe] UnattendSearchExplicitPath: [C:\WINDOWS\Panther\unattend.xml] does not meet criteria to be used for this unattend pass.
2020-04-21 12:50:11, Info SYSPRP SysprepSearchForUnattend: No unattend file was specified or located; skipping unattend generalize pass.
2020-04-21 12:50:11, Info [0x0f00ac] SYSPRP WinMain:Processing 'cleanup' external provider request.
2020-04-21 12:50:11, Info [0x0f006c] SYSPRP RunExternalDlls:Running DLLs listed in registry for phase 3
2020-04-21 12:50:11, Info [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Cleanup
2020-04-21 12:50:11, Warning [0x0f008f] SYSPRP RunRegistryDlls:Registry key is either empty or malformed: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Cleanup
2020-04-21 12:50:11, Info [0x0f00ad] SYSPRP WinMain:Processing 'generalize' extrenal provider request.
2020-04-21 12:50:11, Info [0x0f006c] SYSPRP RunExternalDlls:Running DLLs listed in registry for phase 1
2020-04-21 12:50:11, Info [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Generalize
2020-04-21 12:50:11, Warning [0x0f008f] SYSPRP RunRegistryDlls:Registry key is either empty or malformed: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Generalize
2020-04-21 12:50:11, Info [0x0f003f] SYSPRP WinMain:Processing 'cleanup' internal provider request.
2020-04-21 12:50:11, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
2020-04-21 12:50:11, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2020-04-21 12:50:11, Info SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2020-04-21 12:50:11, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2020-04-21 12:50:11, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2020-04-21 12:50:11, Info SYSPRP After sorting, components will be excuted in the following order:
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpOpk, Order: 256
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-SQMApi, Order: 768
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-EventLog, Order: 1024
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-LpkSetup, Order: 1280
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-SystemMaintenanceService-Core, Order: 1536
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-SystemRestore-Main, Order: 2048
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-Shell-Setup, Order: 2304
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-ErrorReportingCore, Order: 2560
2020-04-21 12:50:11, Info SYSPRP Name: WindowsSearchEngine, Order: 2816
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-IE-Sysprep, Order: 3072
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpNet, Order: 3328
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-TaskScheduler-Service, Order: 3584
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-Cryptography, Order: 3840
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-UXInit, Order: 4096
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-COM-DTC-Runtime, Order: 4352
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-TapiSetup, Order: 4608
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-TabletPC-InputPersonalization, Order: 4864
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-Compat-GeneralTel, Order: 5376
2020-04-21 12:50:11, Info SYSPRP Name: Microsoft-Windows-DeviceCensus-Schedule-ClientServer, Order: 5632
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Opk' from C:\Windows\System32\spopk.dll
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Opk' from C:\Windows\System32\spopk.dll without error
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SqmSysprepCleanup' from sqmapi.dll
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SqmSysprepCleanup' from sqmapi.dll without error
2020-04-21 12:50:11, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll
2020-04-21 12:50:11, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll; dwRet = 0x3a9f[gle=0x00003a9f]
2020-04-21 12:50:11, Error SYSPRP SysprepSession::ExecuteAction: Failed during sysprepModule operation; dwRet = 0x3a9f[gle=0x00003a9f]
2020-04-21 12:50:11, Error SYSPRP SysprepSession::ExecuteInternal: Error in executing action for Microsoft-Windows-EventLog; dwRet = 0x3a9f[gle=0x00003a9f]
2020-04-21 12:50:11, Error SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x3a9f
2020-04-21 12:50:11, Error SYSPRP RunPlatformActions:Failed while executing Sysprep session actions; dwRet = 0x3a9f
2020-04-21 12:50:11, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3a9f
2020-04-21 12:50:11, Error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80073a9f
2020-04-21 12:50:14, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread
2020-04-21 12:50:14, Info [0x0f0052] SYSPRP Shutting down SysPrep log
2020-04-21 12:50:14, Info [0x0f004d] SYSPRP The time is now 2020-04-21 12:50:14

More...
 

Similar threads

J
Replies
0
Views
223
Jaydip Dudhatra
J
J
Replies
0
Views
440
Jaydip Dudhatra
J
B
Replies
0
Views
639
BlankMonkey
B
M
Replies
0
Views
177
MichaelYUYUYUYU
M
Back
Top