Windows 10 업데이트 후 WSL이 작동하지 않습니다.

Windows 10 업데이트 후 WSL이 작동하지 않습니다.

Windows 10 Insider Preview에 참여했습니다. 오늘 시스템이 버전 2004 빌드 19555.1001로 업데이트되었지만 이제 WSL을 열 수 없습니다.

CMD에서 실행할 때 다음 오류가 표시됩니다.

Microsoft Windows [Version 10.0.19555.1001]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>bash
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

C:\WINDOWS\system32>wsl
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

C:\WINDOWS\system32>ubuntu
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

C:\WINDOWS\system32>

답변1

인용하다WSL/문제/4860(@Biswapriyo에게 감사드립니다)

이 문제는 3가지 조건으로 나타납니다.

  1. 시스템 빌드 19555.1001(원래 발행물)WSL/문제/4860)
  2. WSL2(코멘트 1,댓글 2)
  3. $Env:Path.length( %PATH%) 너무 오래 (댓글 3)

따라서 3가지 솔루션이 있습니다.

  1. Win 10 업데이트 롤백(코멘트 4)
  2. WSL1로 전환(댓글 2, 권장하지 않음)
  3. $Env:Path.length2k+ → 1058이 작동합니다 .

향후 빌드에서 해결될 것이 분명해 보이지만 빌드 19559에 대해서는 다른 답변도 있는 것 같습니다.이 댓글이는 해결되지 않았다고 말하고 위의 @Ramhound의 의견은 그의 WSL이 문제 없이 해당 빌드에서 작동한다고 말했습니다.

관련 정보