Search the Community
Showing results for tags 'Applying OS to SD Media'.
-
Task Sequence for Kontron PITx-e38 device. Need assistance
Felix Cruz III posted a question in How do I ?
I have a Kontron PITx-e38 device that is running Windows Embedded Standard 7 write protected on a SD Card. The device's BIOS is Phoenix Secure Core Technology v.pITXE38.314.TXE1060.PVLV1018.B16 x64 I ran diskpart /s clean.txt clean.txt contains: select disk 0 clean create partition primary select partition 1 format fs=ntfs quick assign letter=c active exit In TS "Apply Operating System Image" Destination Specific disk and partition Disk: 0 Partition: 1 I encounter: The task sequence execution engine failed executing the action (Windows Embedded PICO 7 SP1 x86) in the group (PICO) with the error code 2147943568 Action output: ... t:0,1 /runfromnet:False Found run from net option: 0 Not a data image ApplyOSRetry: TSLaunchMode: UFD OSDUseAlreadyDeployedImage: FALSE Interface type not USB: 'SCSI' Skipping non-local logical drive: C: Skipping non-local logical drive: D:Skipping non-local logical drive: E: Skipping non-local logical drive: X: CDisk::FixedDiskToLogicalDrive( target.Disk, target.Partition, volume), HRESULT=80070490 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,639) ResolveTarget( g_Target, g_InstallType == InstallType_DataImage, targetVolume ), HRESULT=80070490 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,483) TS::Utility::CDisk::FixedDiskToLogicalDrive failed; 0x80070490 Disk 0, partition 1 does not existor is not a valid volume The requested target could not be resolved to a valid volume on this computer. Check your task sequence to ensure this drive is correct and that it is being created he parameter is incorrect. (Error: 80070057; Source: Windows). The operating system reported error 2147943568: Element not found. Note: I can apply this image via dsim / imagex command line but trying to standardize clients imaging process to use SCCM.