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!

PENDING SCCM - Operating system failed to apply 0x80004001

  • Thread starter Thread starter FSC
  • Start date Start date
  • Replies Replies 5
  • Views Views 4K

FSC

Member
Messages
6
Reaction score
0
Points
1
The task sequence execution engine failed executing the action (Apply Operating System) in the group (Install Operating System) with the error code 2147500033
Action output: ... h\cmgm\0405_083130\cmd\15\src\Framework\TSCore\diskvolume.cpp,940)
System partition not set
Marking partitions active is only supported for MBR disks.
Unable to activate partition (0x80004001)
ActivateImpl( spVolume, bTest ), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\15\src\Framework\TSCore\diskvolume.cpp,1648)
TS::Utility::CVolume::Activate( sVolume.substr(0, 2) ), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installcommon.cpp,710)
MakeVolumeBootable( pszVolume ), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installcommon.cpp,782)
ConfigureBootVolume(targetVolume), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\applyos.cpp,513)
Failed to make volume C:\ bootable. Code 0x80004001.
Failed to make volume C:\ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system.
Not implemented (Error: 80004001; Source: Windows). The operating system reported error 2147500033: Not implemented
 
The task sequence execution engine failed executing the action (Apply Operating System) in the group (Install Operating System) with the error code 2147500033
Action output: ... h\cmgm\0405_083130\cmd\15\src\Framework\TSCore\diskvolume.cpp,940)
System partition not set
Marking partitions active is only supported for MBR disks.
Unable to activate partition (0x80004001)
ActivateImpl( spVolume, bTest ), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\15\src\Framework\TSCore\diskvolume.cpp,1648)
TS::Utility::CVolume::Activate( sVolume.substr(0, 2) ), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installcommon.cpp,710)
MakeVolumeBootable( pszVolume ), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\installcommon.cpp,782)
ConfigureBootVolume(targetVolume), HRESULT=80004001 (K:\dbs\sh\cmgm\0405_083130\cmd\n\src\client\OsDeployment\ApplyOS\applyos.cpp,513)
Failed to make volume C:\ bootable. Code 0x80004001.
Failed to make volume C:\ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system.
Not implemented (Error: 80004001; Source: Windows). The operating system reported error 2147500033: Not implemented
Does the system have a active partition?
 
Back
Top