I'm having a challenge with my prestage step in my task sequences.
I'm using a similar format partition to that being used by my win 8 task sequence that is properly deploying but the XP version is failing to prestage content.
WinPE associated with task sequence does not match boot media. TSMBootstrap 6/14/2013 2:08:04 PM 1104 (0x0450) Installing WinPE associated with task sequence WS200038:0. TSMBootstrap 6/14/2013 2:08:04 PM 1104 (0x0450) Staging boot image IC400176 TSMBootstrap 6/14/2013 2:08:04 PM 1104 (0x0450) bFoundRawDisk == true, HRESULT=8007000f (e:\nts_sccm_release\sms\framework\tscore\bootimage.cpp,317) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) Unable to find a raw disk that could be partitioned as the system disk TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) BootImage::GetSystemDisk(iSystemDisk), HRESULT=8007000f (e:\nts_sccm_release\sms\framework\tscore\bootimage.cpp,492) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) ValidateSystemPartition(), HRESULT=8007000f (e:\nts_sccm_release\sms\framework\tscore\bootimage.cpp,971) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) Failed to prepare the system partition for staging. The system cannot find the drive specified. (Error: 8007000F; Source: Windows) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) BootImage::PrepareForStaging(sLocalDataPath), HRESULT=8007000f (e:\nts_sccm_release\sms\framework\tscore\bootimage.cpp,718) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) TS::Boot::BootImage::StageBootImage( pAssociatedWinPE->GetPackageID(), TsBootProgress, pv, hCancelEvent), HRESULT=8007000f (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2185) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) Failed to stage WinPE. Code(0x8007000F) TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450) Command line for extension .exe is "%1" %* TSMBootstrap 6/14/2013 2:08:08 PM 1104 (0x0450)
I'm starting from a diskpart clean before booting onto usb drive to execute sequence and it is creating a single partition instead of the uefi version before prestaging and doing the initial reboot before starting. The format/partition steps all match the win 8 sequence and that one works fine. Ideas?