Hi there....I doing a Windows 7 deployment. I have couple of systems 1. Deployement Server (server 2008 r2) in the Hyper-V. I have got the image imported and updated the deployment share & copied the image to the host server (on Server 2008 R2). Gave the "BuildAccount" modify permission & made sure the permission didnt change. When I boot the Windows7 Test System (with in Hyper-V), I am getting error "Connection to the deployment share could not be made. Connection OK. Possible invalid Credentials", Can you please let me know if there is any solutions.
**I am doing this in the Hyper-v environment (Hence I assume I dont need to have drivers imported)
My Bootstrap file is mentione below -
[settings]
Priority=Default
[Default]
DeployRoot=\\IP Address\Deployment$
SkipBDDWelcome=YES
UserDomain=DomainName
UserID=BuildAccount
UserPassword=**********
Here is my rules tab config settings -
[settings]
Priority=Default
[Default]
_SMSTSORGNAME=Organization Name
OSInstall=Y
SkipAppsOnUpgrade=NO
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerName=YES
SkipDomainMembership=YES
SkipUserData=YES
UserDataLocation=AUTO
SkipLocaleSelection=YES
SkipTaskSequence=NO
SkipTimeZone=YES
SkipApplications=NO
SkipBitLocker=YES
SkipSummary=YES
SkipBDDWelcome=YES
SkipCapture=NO
DoCapture=YES
SkipFinalSummary=NO
TimeZone=025
TimeZoneName=Saskatchewan
JoinWorkgroup=WORKGROUP
WSUSServer=10.X.X.X
Can you help me in this please?
Later, I have also changed - DeployRoot=\\Servername\Deployment$ in the bootstrap.ini, still getting the same error......