I am so close with my Ximage partitions working i can taste it!
(2 hours later)
Looks like i don't have to create an unattended.xml, The directions only have you sysprep /reseal the drive and now I am creating a new image.
In either case, it looks like my original issue was:
Unable to log on if the boot partition drive letter has changed
-After new image has been created, applied and i try to logon i will check to see if that may have been the initial issue.
*************************************************************************************************
<unattend xmlns="urn:schemas-microsoft-com:asm.v3"> <settings> <component name="setup"> <UserData> <AcceptEula>yes</AcceptEula> <FullName>Servants of Chuck</FullName> <Organization>Sterling Land</Organization> <ComputerName>*</ComputerName> <ProductKey>abcef-abcef-abcef-abcef-abcef</ProductKey> </UserData> <ImageInstall> <Image> <InstallTo DiskID="0" PartitionID="1" /> </Image> </ImageInstall> </component> </settings></unattend>