Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Task Sequence failing on new model

  • Thread starter Thread starter mhpk0
  • Start date Start date
  • Replies Replies 1
  • Views Views 5K

mhpk0

Active Member
Messages
26
Solutions
4
Reaction score
0
Points
1
I have recently inherited Configuration Manager at a company I work for. I am pretty new to OS Deployment and am having issue with a new model I am trying to get imaged. I am getting the error "Task sequence 'Install Windows 10 Ent22H2x64 - LAPTOPS' has failed with the error code 0x80091007 in the task sequence step 'Apply Operating System'. For more information, contact your system administrator or helpdesk operator." This only seems to be happening with the new model and older hardware is still imaging fine.

When I check the SMSTS.log, I am seeing the following. I have tried validating and re-distributing the package(which is the Windows 10 22H2 image) but I am still running into the same issue. What else am I missing?
Code:
VerifyContentHash: Hash algorithm is 32780    ApplyOperatingSystem    4/19/2024 2:44:37 PM    760 (0x02F8)
Hash could not be matched for the downloaded content. Original ContentHash = 6CFE28E3A570F0F150F9A7DCC3D4F47E2D54873425FE6C69DB93FA4B48D3E5E8, Downloaded ContentHash = 1B6207D385E13734C874366771C44A5DF05870AE194CED632E69E444BAAA6D6A    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
Verify package JMH00375 is updated on distribution points    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
0L == TS::Utility::VerifyPackageHash (pszContentID, sDestination), HRESULT=80091007 (K:\dbs\sh\cmgm\0405_083130\cmd\15\src\Framework\TSCore\resolvesource.cpp,3664)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
DownloadContentAndVerifyHash() failed. 80091007.    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80091007 (K:\dbs\sh\cmgm\0405_083130\cmd\15\src\Framework\TSCore\resolvesource.cpp,3775)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80091007 (K:\dbs\sh\cmgm\0405_083130\cmd\15\src\Framework\TSCore\resolvesource.cpp,4002)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
TS::Utility::ResolveSource( this->packageID, this->packagePath, TS::Utility::ResolveSourceFlags::PersistContents | (this->forceRunFromNet ? TS::Utility::ResolveSourceFlags::ForceRunFromNet : 0) ), HRESULT=80091007 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installimage.cpp,1860)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
resolvePkgSource(), HRESULT=80091007 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installimage.cpp,1902)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
Failed to resolve pkg source    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
Apply(), HRESULT=80091007 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installimage.cpp,2145)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
Installation of image 1 in package JMH00375 failed to complete..
The hash value is not correct. (Error: 80091007; Source: Windows)    ApplyOperatingSystem    4/19/2024 2:44:42 PM    760 (0x02F8)
 
Solution
I have this resolved now. I added the network drivers to the Boot Image and that seems to have resolved it. The hash mismatch errors had me going down the wrong path entirely.
I have this resolved now. I added the network drivers to the Boot Image and that seems to have resolved it. The hash mismatch errors had me going down the wrong path entirely.
 
Solution
Back
Top