Hello all, This is my first time trying to do an unattended install of XP Pro. I have successfully slipstramed my SATA drivers into it. I am trying to integrate my drivers as well. When simulating the installation with VMWare, the setup runs until the "Installing Network" phase. At this point the system reboots. There is no error message. Is there a way I can find the culprit or can someone point me in the right direction? The network driver is a RealTek 8110 Gigabit Ethernet. Below is my Winnt.sif file: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 WaitForReboot="No" TargetPath=\WINDOWS DriverSigningPolicy=Ignore OemPnPDriversPath="\drivers\SATA;\drivers\Video;\drivers\Ethernet;\drivers\GART;\drivers\MemCtl;\drivers\SMBus;\drivers\Audio" [GuiUnattended] AdminPassword= EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [userData] ProductID=XXXX-XXXX-XXXX-XXXX-XXXX FullName="John Doe" OrgName="Doe Enterprises" ComputerName="DEERDOE" [TapiLocation] CountryCode=1 Dialing=Tone AreaCode=978 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes This is a full retail copy of XP Pro. Any suggestions would be appreciated. If more info is needed, let me know (I think I gave it all?)