Hyper-V: A onnection to the deployment share could not be made (invalid credentials
-
Friday, March 22, 2013 9:34 AM
Hi Again!
I'm going to make my own version of windows 8 and caputure it via Hyper-v. The only problem I have is that i get this:
A Connection to the deployment share could not be made .
Connetion: OK Possible error: invalid credentialsmy bootstrap.ini is:
[Settings]
Priority=Default
[Default]
DeployRoot=\\SCCM\MDTBuildLab$
SkipBDDWelcome=YES
UserDomain=Volltech
UserID=BuildAccount
UserPassword=123lol!CustomSettings.ini like this:
[Settings]
Priority=Default
[Default]
_SMSTSORGNAME=Lab
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=004
TimeZoneName=Pacific Standard Time
JoinWorkgroup=WORKGROUPI've tried to change the network adapter to legacy network adapter, but it was still no go.
Any help?
All Replies
-
Friday, March 22, 2013 2:34 PMDoes it progress past the connection error? If so it might just be a timing issue.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ” How to ask a question that is fixable.
-
Friday, March 22, 2013 4:09 PM
I actually ran into this issue a few months ago. After beating myself senseless trying to figure out why I was receiving this error - - it turned out it had nothing to do with credentials. It was connectivity between the client and deployment server. I found our DHCP server was at capacity with its IPv4 addresses. When I would PXE boot the machine would be assigned an IP address (lets say .202). However, when WinPE would load and would attempt to start the Wizard that address was already in use according to the DHCP server so there was a conflict. Once I made room for machines to get a clear DHCP address everything started working again.
If you would like to test my suggestion when you receive this error push F8. This will open a command prompt. Try to ping your deployment server IP. Alternatively you can run an IP config and see if the client is getting an address at all. This may have nothing to do with your environment or your problem but it was how I found my way through this message.
Hope this helps.

