When using a provisioning template that was working successfully under 9.0 SP3, it now fails when trying the inject the unattend.xml file. The issue appears to be with the way drive letters are assgned to the partitions prior to the CTOS action item. When I am attempting to image a desktop for some reason the partitons are labeled M: and N: where M: is the 100 MB windows system partion and N: is the OS partition. In this case the provisioning completes with an Inject Script action item to N: unattend.xml.
For a laptop the same two partitions are labeled C: and D: and the provisioning completes with an Inject Script action item to D:unattend.xml.
Both devices are using the same image and template. The imageW V2 command is as follows: /r /o /x /d:0 /rb:0 /f:\\CORESERVER\images\master7image\Win7x64Base.TBI
Why is this occuring since the LD 9.5 SP1 upgrade and how can this be made consistant?