Hello there, I've created a cd-rw with an unattended installation of Windows XP. This all works fine, but for one thing: There are 2 partitions on this computer:  1) C:\ name "system", ntfs, 10GB 2) D:\ name "other", ntfs, 30GB  After completing the installation my "other" partition is checked everytime is start WinXP. Checking the partition with various tools doesn't show any error.  I think the problem has to do with the fact I put my ProfilesDir on the D:\ partition, because when I perform a regular attended install there's no problem whatsoever. Here's my winnt.sif:  ;SetupMgrTag [Data]     AutoPartition=0     MsDosInitiated="0"     UnattendedInstall="Yes"  [Unattended]     UnattendMode=FullUnattended     OemSkipEula=Yes     OemPreinstall=No     TargetPath=\WINDOWS     UnattendSwitch="Yes"  [GuiUnattended]     AdminPassword=*     EncryptedAdminPassword=NO     OEMSkipRegional=1     TimeZone=110     OemSkipWelcome=1     ProfilesDir = "D:\Documents and settings"  [UserData]     ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX     FullName="User"     OrgName="Organization"     ComputerName=PC1  [Identification]     JoinWorkgroup=Workgroup  [Networking]     InstallDefaultComponents=No  [NetAdapters]     Adapter1=params.Adapter1  [params.Adapter1]     INFID=*  [NetClients]     MS_MSClient=params.MS_MSClient  [NetServices]     MS_SERVER=params.MS_SERVER     MS_PSched=params.MS_PSched  [NetProtocols]     MS_TCPIP=params.MS_TCPIP  [params.MS_TCPIP]     DNS=Yes     UseDomainNameDevolution=No     EnableLMHosts=Yes     AdapterSections=params.MS_TCPIP.Adapter1  [params.MS_TCPIP.Adapter1]     SpecificTo=Adapter1     DHCP=Yes     WINS=No     NetBIOSOptions=0