Unsolved
This post is more than 5 years old
14 Posts
0
17153
May 16th, 2005 19:00
Lattitude D610 Hangs During Mini Setup After Sysprep
We just started getting in D610's. I have found that they hang for a long time on the sectionof mini-setup where it is loading networking components. I have tried several versions of my inf file. I started with one that was working on a D600, added the new D610 drivers to it and went from there. When that didn't work I stripped everything out and started with a blank new inf file. I have tried pointing it to my drivers as well as leaving the "OEMPNPdriversPath=" section blank. Anyone else seen this? Does anyone know a fix? I am using XP with SP2 and the latest version of sysprep. My inf is below:
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
DriverSigningPolicy=Ignore
[Unattended]
OemSkipEula=Yes
DriverSigningPolicy=Ignore
[Sysprep]
BuildMassStorageSection=Yes
BuildMassStorageSection=Yes
[GuiUnattended]
AdminPassword=40a0d807650e5686695109ab020e401c9f7c284708ff67dd77eb8244772a5b5d
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
AdminPassword=40a0d807650e5686695109ab020e401c9f7c284708ff67dd77eb8244772a5b5d
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
[UNATTENDED]
UpdateServerProfileDirectory=1
UpdateServerProfileDirectory=1
[UserData]
ProductID=my product ID
FullName="my company name"
OrgName=""
ComputerName=
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
BitsPerPel=32
Xresolution=1024
YResolution=768
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=205
CountryCode=1
Dialing=Tone
AreaCode=205
[Identification]
JoinWorkgroup=WORKGROUP
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
InstallDefaultComponents=Yes
[Branding]
BrandIEUsingUnattended=Yes
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0
Proxy_Enable=0
Use_Same_Proxy=0
No Events found!


gr67
2 Posts
0
May 24th, 2005 13:00
Tommy_Hlfgr
14 Posts
0
May 24th, 2005 13:00
CommCtr
2 Posts
0
May 26th, 2005 18:00
Ditto to the problem.
What I have discovered is that if I leave out the Intel Wireless NIC Drivers, my sysprep install will complete. I still get the hang ... for about 5 minutes. If I have the Intel Wireless NIC drivers included, then the hang turns into a permanent "freeze" and the WiFi LED is illuminated. I have downloaded the latest drivers from Dell (and can even install them manually with no problems). It has made no difference.
defiant998
1 Message
0
June 8th, 2005 17:00
I have found that removing the files USBPORT.INF and USBPORT.PNF from the C:\windows\inf folder my workstation images (syspreped image) will load with out hanging.
There is an obvious problem with this approach though and that is that the USB core devices are represented as question marks in the device manager. Also when I try and put this INF file back in the system in order to activate the USB devices, it will lock up the laptop.
The point here is that while this is not a solution to the problem, it is sort of telling as to what the problem might be. This is a MS provided INF file. I will be opening a call with them soon on this issue.
Could someone verify this result??
CommCtr
2 Posts
0
June 8th, 2005 18:00
gr67
2 Posts
0
June 8th, 2005 18:00
Tommy_Hlfgr
14 Posts
0
June 8th, 2005 22:00
MarkT1891
12 Posts
0
July 5th, 2005 11:00
I had a similar problem with the D410. I too thought it related to the Wifi drivers as the light illuminated and then mini setup stopped.
After looking at setupapi.log I discovered that the issue related to the video driver install. The following fix from MS addresses the issue:
http://support.microsoft.com/default.aspx?scid=kb;en-us;883667
The problem is due to the .inf file in the video driver not containing information for child devices (like monitors).
Mark.