tolasar Posted January 12, 2005 Posted January 12, 2005 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=YesThis 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?)
benners Posted January 12, 2005 Posted January 12, 2005 This happens when there are two machines with the same name on the network, alter the sif file while testing or change the name of the machine you are running VMWare on
tolasar Posted January 12, 2005 Author Posted January 12, 2005 This happens when there are two machines with the same name on the network, alter the sif file while testing or change the name of the machine you are running VMWare onThe machine name is unique. Normally I am in a domain but just wanted to set it up as a workgroup PC and join the domain after setup is complete.
tolasar Posted January 12, 2005 Author Posted January 12, 2005 Does anyone else know what might be causing this?
tguy Posted January 12, 2005 Posted January 12, 2005 When testing in VMware, try commenting out the OEMPnpDriversPath statement in the WINNT.SIF file.VMware uses an AMD PCNET NIC driver. If you don't have that in your Drivers\NIC directory you may have found your cause. Just let Windows install the default NIC it picks during the installation and then install VMware Tools after the OS boots.I have done this succesfully many times.
tolasar Posted January 12, 2005 Author Posted January 12, 2005 Thanks for that suggestion, I'll try it. Is there a way to have it install the driver for my NIC? I really don't want to try this on a CD until I'm sure all the "kinks" are worked out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now