Learn how to solve a recent issue with your Windows Deployment Services causing the error message “A required device isn’t connected or can’t be accessed. Error code: 0xc000000f”
If you are using the Windows Deployment Service and/or Microsoft Deployment Toolkit, you might recently get an error message while your client downloads the deployment image:
The error message says: A required device isn’t connected or can’t be accessed. Error code: 0xc000000f.
That error message is caused by the March 2019 cumulative update for Windows Server.
Currently there is no solution provided by Microsoft, but you can mitigate the issue by changing some settings in your WDS.
Open your Windows Deployment Service console and right-click on the server. Then select “Properties”:
In the new window, select the TFTP tab.
Here deselect the “Enable Variable Window Extension”.
Now restart the Windows Deployment Services Server service (WDSServer) and retry deploying an image.
If you still getting an error, go back to the TFTP settings and change the “Maximum Block Size” to 1456 or (if the problem still persists) to 16384 and restart your service plus run it again.
I hope this solves your issues. Let me know in the comments.
Thank you for this information, the issue has been bugging me all morning. Great work. Thank you.
Deselecting “Enable Variable Window Extension” worked for me – many thanks!
It worked. Thanks you!!!
I love it if M$ does “fixes” which breaks something else! 🙁 But thx! It helps! 😉
Just deselecting Enable Variable Window Extension worked for me too. Much appreciated!
Thank you, I have been having this issue since mid March. I have been doing installs from USB (which does not have my images set up with programs and settings) and having to do it all manual. Clearing the checkbox fixed it.
Dude, you saved my bacon with this. I reconfigured my WDS and MDT server for the Windows 10 1903 update, and everything stopped working, with exactly this error. Your fix worked when nothing else would. Thanks again.
Absolute legend!
Deselecting the option without restarting the WDS service worked for me.
Thanks very much, found this after 3 days of painful troubleshooting.
Deselection the option fixed my server
Many thank!
This fixed issues on the latest June updates for Server 2012 R2
This fised my newly built 2019 WDS – Thanks!
Deselecting the option and configure on 1456 + restart de service worked for me. I installing Win server 2019. Many thanks!
I’m having the issue when trying to deploy offsite (specificially on an ESX VM, if it matters). Local deployments are fine. I’ve tried leaving variable on, as well as making it off with 1456/8196/16384, and restarting WDS each time. Haven’t fixed it yet.
Thank you very much! I was starting to get on my nerves xD
thank you for being awesome. this works instantly to solve the issue!