Windows 2000 Sysprep Problem

  • Thread starter Thread starter James Waite
  • Start date Start date
J

James Waite

I've created a standard image for deployment. I've created a sysprep.inf and
accociated files to automatically perform the mini-setup. Everything works
as I would expect it to except the computer will not join the domain durning
the mini-setup. An error is generated, "An invalid domain was specified.
Would you like to proceed for now and try joining a domain later?"

I've tried with "NetBios over TCP/IP" enabled and disabled.
I've tried usuing the userid alone and with domain ie "userid" and
"DOMAIN\userid"
I've tried usuing new computer names and precreating account names.
I've tried usuing an LMhosts with the domain information.

As best i can tell the machine is pulling an IP address from DHCP and I can
ping the IP address.

If I reboot the machine after"...proceeding for now.." I am able to add the
computer to the domain in the Network Identification screen of My Computer.

Any Ideas?

James
 
try this sysprep.inf

are you using the sysprep1.1?


http://www.microsoft.com/technet/tr...echnol/windows2000serv/downloads/syprep11.asp

***************************************

[Unattended]
UnattendMode = FullUnattended
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
OemSkipEula = yes
InstallFilesPath = "%systemdrive%\sysprep\i386"
OemPnPDriversPath = "\sysprep\drivers"
ExtendOemPartition = 0

[GuiUnattended]
AdminPassword = "localpwd"
TimeZone = 85
;Change Above
OemSkipWelcome = 1 ;Bypass Welcome screen
OemSkipRegional = 1 ;Skip regional options page

[LicenseFilePrintData]
AutoMode = "PerServer"
AutoUsers = "5"
; For server installs only, professional will ignore this field

[UserData]
FullName = "User name here"
OrgName = "ORG NAME"
ProductID = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
; computername = * ;Prompt for computer name


[Networking]
InstallDefaultComponents = Yes

[Identification]
DomainAdmin = administrator
DomainAdminPassword = "password"
JoinDomain = DOMAIN

[GuiRunOnce]

;For Sysprep v1.0 (the version included with Windows 2000), you
;will not need the following sections.

[Display]
BitsPerPel = 16
Xresolution = 800
Yresolution = 600
VRefresh = 75

[RegionalSettings]
LanguageGroup = 1
SystemLocale = 00000809
UserLocale = 00000809
InputLocale = 0809:00000809

[data]
;Force systems supporting extended INT13 BIOS calls to use the multi()
syntax
UseBIOSToBoot = 1
UnattendedInstall = Yes

;The following key is only supported by Sysprep v1.1.
;This section allows a SYSPREP image to install on a machine
;with any of the drive controller types matching the
;plug and play IDs of the lines below.
;


[SysprepMassStorage]
PCMCIA\*PNP0600=%systemroot%\inf\mshdc.inf
*PNP0600=%systemroot%\inf\mshdc.inf
PCMCIA\KME-KXLC005-A99E=%systemroot%\inf\mshdc.inf
PCMCIA\_-NinjaATA--3768=%systemroot%\inf\mshdc.inf
PCMCIA\FUJITSU-IDE-PC_CARD-DDF2=%systemroot%\inf\mshdc.inf
*AZT0502=%systemroot%\inf\mshdc.inf
PCI\CC_0101=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5215=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=%systemroot%\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=%systemroot%\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=%systemroot%\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=%systemroot%\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=%systemroot%\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=%systemroot%\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=%systemroot%\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=%systemroot%\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=%systemroot%\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=%systemroot%\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=%systemroot%\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=%systemroot%\inf\mshdc.inf
 
Consultant's comment +

Are you using a consultant? If not then this might be the issue.

(Sorry, had to say ;)
 
Consultant's comment +

Are you using a consultant? If not then this might be the issue.

(Sorry, had to say ;)


jeez, if you need to hire a consultant to get sysprep working, you may be
in a heap of trouble boy.

:-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top