I boot PE on a CD and run a DISKPART script to configure C: D: and E:
Format C: D: and E: ... label them C_DRIVE, D_DRIVE, E_DRIVE
I can go into Diskpart and verify this is the configuration, all drive letters assigned to partitions correctly.
copy my answer file to the root of the newly created and formatted C: drive
I then run WINNT32.EXE and supply a custom UNATTEND.TXT
CODE
%WINSRC% = i386 directory
WINNT32.EXE /DUDISABLE /S:%WINSRC% /SYSPART:C /TEMPDRIVE:C /MAKELOCALSOURCE /UNATTEND:%ANSWER%
WINNT32.EXE /DUDISABLE /S:%WINSRC% /SYSPART:C /TEMPDRIVE:C /MAKELOCALSOURCE /UNATTEND:%ANSWER%
When Windows setup completes, I go into disk manager and see this:
Click to view attachment
It shows the D_DRIVE volume as drive E: and the E_DRIVE volume as drive D: !!!
Has anyone encountered this ?? more importantly is there a fix/solution ??