jeffpoling Posted July 5, 2012 Report post Posted July 5, 2012 I have a task sequence that includes two operating system images. Variables are used to determine which image gets applied. I need to create task sequence media for this task sequence; however, it is failing when it stages the second operating system image: Staging OS Image Package SAL00017 CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) Media Remaining Space before executing state is 33667 Mb CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) File splitting is required because file size exceeds max file size. CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) Total file size is 8905 MB, max ISO file size is 4095 MB CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) Failed to create media (0x800700b7) CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) CreateTsMedia failed with error 0x800700b7, details='SAL00017' CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) MediaGenerator::~MediaGenerator() CreateTsMedia 7/2/2012 3:58:18 PM 584 (0x0248) Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 7/2/2012 3:58:19 PM 584 (0x0248) Media creation process that was started from command line completed. CreateTsMedia 7/2/2012 3:58:22 PM 7156 (0x1BF4) CreateMedia.exe finished with error code 800700b7 CreateTsMedia 7/2/2012 3:58:22 PM 7156 (0x1BF4) Is there a way to create TS media and include both images? Has anyone done/seen this? Thanks, Jeff Quote Share this post Link to post Share on other sites More sharing options...
BB24 Posted July 5, 2012 Report post Posted July 5, 2012 Are you trying to build stand-alone media or bootable media? If stand-alone are you building it on DVD or USB? If DVD, the entire TS will need to fit on one DVD it will not split properly (despite what it tells you) and you will need to build it on USB. Quote Share this post Link to post Share on other sites More sharing options...
jeffpoling Posted August 1, 2012 Report post Posted August 1, 2012 I ended up combining the images into a single WIM file. Doing so worked around the issue. Thanks, Jeff Quote Share this post Link to post Share on other sites More sharing options...