Heb al heel wat tijd in WDS gestoken..
Veel werkt al naar behoren, behalve de unattended opties van XP mbv sysprep.ini/inf
Ik heb zowel lokaal in het image c:\sysprep de sysprep.ini staan als op de server in G:\RemoteInstall\Images\XP\$OEM$\$1\sysprep
Tevens heb ik unattended.xml in wds op serverniveau gekoppeld.
Wie heeft nog idee wat hier fout gaat?
Extra info:
- laatste deploy.cab gebruikt voor XP SP3
- hardware image : HP DC7100
- Server : Server 2003 SP2 R2
Concreet is dus eigenlijk de vraag:
WAT moet WAAR staan op xp-images met WDS unattended te installeren.
Eventueel met voorbeeld, hieronder mijn sysprep.ini (of moet toch sysprep zijn)
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword="lokale admin ww"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
[UserData]
ProductKey=key-key-key-key-key
FullName="naam tussen haakjes”
OrgName="naam tussen haakjes"
ComputerName=testpc
[TapiLocation]
CountryCode=44
Dialing=Tone
AreaCode=020
LongDistanceAccess="9"
[RegionalSettings]
LanguageGroup=1
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinDomain=domein.local
DoOldStyleDomainJoin=Yes
[Networking]
InstallDefaultComponents=Yes
Tevens heb ik de volgende autoattended.xml op serverniveau toegevoegd bij x86:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>WinXP</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<WindowsDeploymentServices>
<Login>
<Credentials>
<Domain>domain.local</Domain>
<Username>domain admin account</Username>
<Password>domain admin ww</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>dc7100_2</ImageName>
<ImageGroup>xp</ImageGroup>
<FileName>dc7100_2.wim</FileName>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
</component>
</settings>
</unattend>
Veel werkt al naar behoren, behalve de unattended opties van XP mbv sysprep.ini/inf
Ik heb zowel lokaal in het image c:\sysprep de sysprep.ini staan als op de server in G:\RemoteInstall\Images\XP\$OEM$\$1\sysprep
Tevens heb ik unattended.xml in wds op serverniveau gekoppeld.
Wie heeft nog idee wat hier fout gaat?
Extra info:
- laatste deploy.cab gebruikt voor XP SP3
- hardware image : HP DC7100
- Server : Server 2003 SP2 R2
Concreet is dus eigenlijk de vraag:
WAT moet WAAR staan op xp-images met WDS unattended te installeren.
Eventueel met voorbeeld, hieronder mijn sysprep.ini (of moet toch sysprep zijn)
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword="lokale admin ww"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
[UserData]
ProductKey=key-key-key-key-key
FullName="naam tussen haakjes”
OrgName="naam tussen haakjes"
ComputerName=testpc
[TapiLocation]
CountryCode=44
Dialing=Tone
AreaCode=020
LongDistanceAccess="9"
[RegionalSettings]
LanguageGroup=1
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinDomain=domein.local
DoOldStyleDomainJoin=Yes
[Networking]
InstallDefaultComponents=Yes
Tevens heb ik de volgende autoattended.xml op serverniveau toegevoegd bij x86:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>WinXP</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<WindowsDeploymentServices>
<Login>
<Credentials>
<Domain>domain.local</Domain>
<Username>domain admin account</Username>
<Password>domain admin ww</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>dc7100_2</ImageName>
<ImageGroup>xp</ImageGroup>
<FileName>dc7100_2.wim</FileName>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
</component>
</settings>
</unattend>
[ Voor 49% gewijzigd door pitchdown op 15-09-2008 17:10 ]