Fix: A required device isn’t connected or can’t be accessed

We have had a few support calls where customers using Specops Deploy OS are running into trouble while PXE booting computers for installation.

The error message is as follows and it appears shortly after Windows PE starts to load.


When it fails to PXE boot, the following appears:

Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1. Insert your Windows installation disc and restart your computer.
2. Choose your language settings, and then click “Next”.
3. Click “Repair your computer”

If you do not have this disc, contact your system administrator or computer manufacturer for assistance.

Status: 0xc0000001
Info: A required device isn’t connected or can’t be accessed.

Fix

The problem is due to Windows Update KB4489882 which enables TFTP Variable Window Extension. Microsoft recently provided a preview release of a patch, and we can confirm that the issue is completely resolved after installing this patch.

If you don’t want to install a preview patch from Microsoft, but want to partially fix the issue, use the following workaround. The fix below won’t be able to reinstall any more than 10 machines at the same time.

  1. Open a command prompt as admin and type the following command:
    wdsutil /Set-TransportServer /EnableTftpVariableWindowExtension:No
  2. Restart the WDS service.

(Last updated on September 27, 2024)

mikael ingelin

Written by

Mikael Ingelin

Product specialist from Stockholm, Sweden has worked in the IT industry for over 25 years. For the past 10 years he has been working at Specops Software and before this he was responsible for the complete IT infrastructure at one of Sweden’s largest law firms. He has a broad practical and theoretical experience of managing, architecture and deploying complex IT infrastructures. Extensive knowledge of virtualization, Windows Server, Windows security, Active Directory and Group Policy.

Back to Blog

Related Articles

  • Identity verification best practices

    Identity verification must consider the level of access being granted, the type of data being accessed, and the action being performed.

    Read More
  • Attack Recovery: How to Implement a “Reset All AD Passwords” Directive 

    In light of potential increase in cyberattacks, the White House issued a fact sheet on March 21, 2022, with wide-sweeping cybersecurity recommendations. One recommendation is to reset all passwords, to eliminate the possibility of an unknown leaked credential being used against your organization. When an organization is compromised, that potentially means all current passwords are…

    Read More
  • Zero to hero: save your org from cyber-attack with a zero trust model

    Zero trust mentality: sounds kinda harsh, doesn’t it? Here at Specops it doesn’t mean we can’t trust our colleagues not to eat our yogurt out of the office fridge, but it does mean we lock our computers before leaving them unattended – yes, even at home. Find out more about the zero trust model in…

    Read More