Just in case any of you try this, if you have a task sequence with a 64 bit boot image assigned to it, and you try to deploy an X86 (32 bit) image, the task sequence will fail, as it's not supported.
It will fail in the Apply Operating System step with an error simlar to the following:
The task sequence execution engine failed executing an action
RESULT=80070032 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,1409) Apply(), HRESULT=80070032 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,1456) installer.install(), HRESULT=80070032 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,1527) Closing image file C:\_SMSTaskSequence\Packages\WNB0007B\dell_e_cap_xpsp3.wim Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\WNB0007B reference count 1 for the source C:\_SMSTaskSequence\Packages\WNB0007B before releasing Released the resolved source C:\_SMSTaskSequence\Packages\WNB0007B InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia ), HRESULT=80070032 (e:\nts_sms_fre\sms\client\osdeployment\applyos\applyos.cpp,373) It is not supported to deploy an x86 architecture OS from a amd64 boot image Installation of image 1 in package WNB0007B failed to complete.. The request is not supported. (Error: 80070032; Source: Windows)
To resolve, simply change the boot image for the task sequence to X86 and try again.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Just in case any of you try this, if you have a task sequence with a 64 bit boot image assigned to it, and you try to deploy an X86 (32 bit) image, the task sequence will fail, as it's not supported.
It will fail in the Apply Operating System step with an error simlar to the following:
To resolve, simply change the boot image for the task sequence to X86 and try again.
Share this post
Link to post
Share on other sites