Patrick Barnes wrote:

I"m trying to use Unattended to automate the install of Windows XP Pro
from an OEM CD over a network boot. I think I have everything set up
correctly, and I am able to start the installation without trouble, but
after Windows Setup finishes copying files to the hard drive and reboots,
it comes up with errors saying that it was unable to copy files. When I
have used the original CD for installations, I know that after this first
reboot, it does continue to copy files from the CD, and I suspect that
these facts are related, but I don"t know how to work around this issue. Any ideas?


I'm experiencing the same problem. I tried both installing German XP SP1a and SP2 with similar results. Right after the network configuration, when setup wants to install some more files, I get a series of "File not found" errors, starting with cmprops.dl_ (sp2) or licwmi.dl_ (sp1).

The funny thing here is, that these files do exist, I can select the with "Browse...", but XP Setup does not accept them. I checked the files for corruption, but they are fine, also after being copied to the client.

I'm running a Samba 3.08 PDC, but so far I wasn't able to joint the domain within unattended setup. I did change these settings in defltwk.inf and compressed the file again:

MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\RequireSignOrSeal=4,0
MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\SealSecureChannel=4,1
MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\SignSecureChannel=4,1


Back to the important error - here is what I tried: - changing client ComputerName to not include underscores - adding "unix extensions = no" and "case sensitive = no" to smb.conf - changing domain admin password to include only letters and numbers - using lower-caseify.pl

Is there anybody out there with a solution to this?

Regards,

Frederik

-------------- unattended.txt --------------
[UserData]
   FullName="whatever"
   OrgName="whatever inc."

[GuiUnattended]
   TimeZone=110
   OEMSkipRegional=1
   OemSkipWelcome=1
   AdminPassword=xxxxxxxx
   AutoLogon = Yes
   AutoLogonCount = 1

[Unattended]
   UnattendMode=DefaultHide
   FileSystem=ConvertNTFS
   ExtendOemPartition=1
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch=Yes
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="drivers\network\sis900;drivers\chipset\sis900"

[Components]
   iis_common=Off
   iis_inetmgr=Off
   iis_www=Off
   iis_pwmgr=Off
   iis_doc=Off
   msmsgs=off
   msnexplr=off

[IEPopupBlocker]
   BlockPopups=Yes
   FilterLevel=Medium

[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall=Yes

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=75

[Networking]
   InstallDefaultComponents=Yes

[NetOptionalComponents]
   ; Do not install Print Services for UNIX
   LPDSVC=0

[URL]
   AutoConfig = 0
   Home_Page = http://www.google.com
   Search_Page = http://www.google.com/

[Identification]
   JoinDomain=WHATEVER
   DomainAdmin=WHATEVER\root
   DomainAdminPassword=xxxxxxxx
   CreateComputerAccountInDomain = No
   DoOldStyleDomainJoin = Yes

[Proxy]
   Proxy_Enable = 0

[NetOptionalComponents]
   LPDSVC = 0

[_meta]
   fdisk_lba=1
   fdisk_cmds="fdisk /clear 1;fdisk /pri:4000;fdisk /activate:1"
   fdisk_confirm=0
   format_cmd="format /y /z:seriously /q /u /a /v: c:"
   replace_mbr=1
   top=base.bat
   middle=""
   ntp_servers="ntp3.fau.de ntps1-0.cs.tu-berlin.de"
   edit_files=0
   local_admins=""

-------------unattended.csv------------
"Lookup","Property","Value"
"0010DCDA6F1A","ComputerName","PC-HAN-40"
"Default","AdminPassword","xxxxxxxx"
"Default","FullName",""
"Default","ComputerName","*"
"Default","OrgName","whatever inc."
"PC-HAN-40","Windows XP Professional ProductID","12345-67890-ABCDE-FGHIJ-KLMNO"



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to