Hi,
I have a problem with my deployment share with Windows Deployment Services on a Windows Server 2008 SP1.
This is my "customsettings.ini"
[settings]
Priority=Default
Properties=MyCustomProperty
[Default]
DeployRoot=\\srv-imagex\DeploymentShare
SkipBDDWelcome=YES
UserDomain=test.local
UserID=install
UserPassword=XXX
OSInstall=YES
UserDataLocation=NONE
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipBDDWelcome=YES
AdminPassword=XXX
SkipDeploymentType=YES
DeploymentType=NEWCOMPUTER
SkipDomainMembership=YES
SkipUserData=YES
SkipBuild=NO
SkipComputerName=NO
ComputerName=TEST-COMPUTER
SkipPackageDisplay=NO
SkipLocaleSelection=YES
UILanguage=en-US
UserLocale=fr-CH
KeyboardLocale=100c:0000100c
SkipTimeZone=YES
TimeZoneName=W. Europe Standard Time
SkipApplications=NO
SkipBitLocker=YES
SkipSummary=YES
And this is my "bootstrap.ini"
[settings]
Priority=Default
[Default]
DeployRoot=\\srv-imagex\DeploymentShare
SkipBDDWelcome=YES
UserDomain=test.local
UserID=install
UserPassword=XXX
UserLocale=fr-CH
KeyboardLocale=100c:0000100c
But, when I boot with a new PC on the PXE, I have all time this screen :
http://i43.tinypic.com/16ga2py.png
But, in my customsettings and my bootstrap, I have give this settings no ? Why I don't see my deployment share
I dont't understand. Can you help me ?