Hello,
SCCM 2012 R2 SP1 CU1
WIndows Server 2012 R2 Hyper V Server holding the VM
I want to get my reference image in a VM. I haven't been able to do that as of yet so I have always used physical machines.
I am trying to build and capture WIndows 10 Pro with SCCM following this guide:http://prajwaldesai.com/deploying-sccm-2012-part-15-build-and-capture-windows-7-x64/ (This is for W7 but the process is the same)
When I try to run the B&C it fails at the apply OS task because it cannot find a local disk.
Here is excerpts from the smsts log:
<![LOG[User did not specify local data drive]LOG]!><time="11:56:09.022+300" date="02-11-2016" component="TSManager" context="" type="0" thread="1128" file="utils.cpp:2085">
<![LOG[Volume D:\ is not a fixed hard drive]LOG]!><time="11:56:09.022+300" date="02-11-2016" component="TSManager" context="" type="1" thread="1128" file="utils.cpp:1166">
<![LOG[Volume X:\ is not a fixed hard drive]LOG]!><time="11:56:09.022+300" date="02-11-2016" component="TSManager" context="" type="1" thread="1128" file="utils.cpp:1166">
<![LOG[TSM root drive = ]LOG]!><time="11:56:09.022+300" date="02-11-2016" component="TSManager" context="" type="1" thread="1128" file="utils.cpp:1231">
<![LOG[We do not find an available volume to store the local data path]LOG]!><time="11:56:09.022+300" date="02-11-2016" component="TSManager" context="" type="1" thread="1128" file="utils.cpp:2100">
<![LOG[Expand a string: WinPE]LOG]!><time="11:56:09.507+300" date="02-11-2016" component="TSManager" context="" type="0" thread="1128" file="executionenv.cxx:783">
<![LOG[Executing command line: OSDApplyOS.exe /image:MCT001FC,%OSDImageIndex% /runfromnet:False]LOG]!><time="11:56:09.507+300" date="02-11-2016" component="TSManager" context="" type="1" thread="1128"
file="commandline.cpp:828">
<![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="0" thread="1204" file="commandline.cpp:229">
<![LOG[Set command line: "OSDApplyOS.exe" /image:MCT001FC,1 /runfromnet:False]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="0" thread="1204"
file="commandline.cpp:732">
<![LOG[Found run from net option: 0]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="1" thread="1204" file="applyos.cpp:283">
<![LOG[Not a data image]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="0" thread="1204" file="applyos.cpp:433">
<![LOG[ApplyOSRetry: ]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="0" thread="1204" file="applyos.cpp:445">
<![LOG[TSLaunchMode: PXE]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="0" thread="1204" file="applyos.cpp:446">
<![LOG[OSDUseAlreadyDeployedImage: FALSE]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="0" thread="1204" file="applyos.cpp:447">
<![LOG[Searching for next available volume:]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="1" thread="1204" file="installcommon.cpp:440">
<![LOG[ Volume D:\ is not a local hard drive.]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="1" thread="1204" file="installcommon.cpp:468">
<![LOG[ Volume X:\ is not a local hard drive.]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="1" thread="1204" file="installcommon.cpp:468">
<![LOG[it != volumes.end(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,519)]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context=""
type="0" thread="1204" file="installcommon.cpp:519">
<![LOG[There are no more volumes available for use.]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="3" thread="1204" file="installcommon.cpp:519">
<![LOG[GetNextAvailableVolume(allowFAT, volume), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,651)]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem"
context="" type="0" thread="1204" file="installcommon.cpp:651">
<![LOG[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
The parameter is incorrect. (Error: 80070057; Source: Windows)]LOG]!><time="11:56:09.741+300" date="02-11-2016" component="ApplyOperatingSystem" context="" type="3" thread="1204" file="installcommon.cpp:660">
<![LOG[ResolveTarget( g_Target, g_InstallType == InstallType_DataImage, targetVolume ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,483)]LOG]!><time="11:56:09.741+300" date="02-11-2016"
component="ApplyOperatingSystem" context="" type="0" thread="1204" file="applyos.cpp:483">
<![LOG[Process completed with exit code 2147500037]LOG]!><time="11:56:09.772+300" date="02-11-2016" component="TSManager" context="" type="1" thread="1128" file="commandline.cpp:1124">
I used the B&C Wizard to create the TS. My Hyper V Machine is Gen 2.
![]()
ANy ideas on why the drive is not being recognized?