In SCCM 2012, I want to create OSD Stand Alone media with my company image on
it. My image is a Windows 7 SP1 x64 WIM, which is about 14gb in size.
I know that there are limitations in the Create Task Sequence Media wizard as
far as ISO size, so I found an article on running the CreateMedia.exe command,
with appropriate switches, to create one large ISO. I did this using the
command below:
CreateMedia.exe /K:"full" /P:"ConfigMgrProvider.company.com" /S:"STE"
/C:"Username=adminuser,Domain=company.com,Password=password"
/D:"distropoint.company.com" /L:"Configuration Manager 2012" /A:"TaskSeqID
/Z:"false" /T:"CD" /M:"44482" /F:"ISO destination Path" /X:"OSDCOMPUTERNAME"
The ISO creates fine. Using a 32gb thumb drive I make it bootable by:
Diskpart
Select disk 1
Clean
Create Partition Primary
Active
Format fs=ntfs quick
Then using virtual clonedrive, I mount the ISO and copy the contents to the
thumb drive
The thumb boots fine, but when I get to the GUI portion, I get "Unable to Read
Task Sequence Configuration Disk". SMSTS.log contents below:
LOGGING: Finalize process ID set to 824 TSBootShell
9/18/2013 8:01:18 PM 828 (0x033C)
==============================[ TSBootShell.exe ]==============================
TSBootShell 9/18/2013 8:01:18 PM 828 (0x033C)
Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL'
TSBootShell 9/18/2013 8:01:18 PM 828 (0x033C)
Debug shell is enabled TSBootShell 9/18/2013 8:01:18 PM 828 (0x033C)
Waiting for PNP initialization... TSBootShell 9/18/2013 8:01:18 PM
864 (0x0360)
Booted from fixed disk TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
!sVolumeID.empty(), HRESULT=80004005
(e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,477)
TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
!sVolumeID.empty(), HRESULT=80004005
(e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,477)
TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
!sTSMDataPath.empty(), HRESULT=80070002
(e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,1411)
TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
TS::Utility::GetTSMDataPath(rsPath), HRESULT=80070002
(e:\nts_sccm_release\sms\client\tasksequence\bootshell\configpath.cpp,231)
TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
Failed to find the current TS configuration path TSBootShell 9/18/2013
8:01:24 PM 864 (0x0360)
ConfigPath::FindConfigPath(sConfigPath), HRESULT=80070002
(e:\nts_sccm_release\sms\client\tasksequence\bootshell\bootshell.cpp,542)
TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
Failed to find the configuration path.
The system cannot find the file specified. (Error: 80070002; Source: Windows)
TSBootShell 9/18/2013 8:01:24 PM 864 (0x0360)
Execution failed with error 80070002. TSBootShell 9/18/2013 8:01:24
PM 864 (0x0360)
I've tried partitioning as NTFS, Fat 32, making the partition less than 16gb,
using a different manufacturer thumb drive. No love.
Has anyone successfully created removable media from a large ISO? Thanks in
advance for any advice offered.
Tony Rodriguez
SCCM Administrator
Modine Manufacturing