hmu332233 / tips

https://tips.minung.dev
1 stars 0 forks source link

window10 wsl ubuntu 설치시 에러 모음 #26

Open hmu332233 opened 3 years ago

hmu332233 commented 3 years ago

Search Keyword

hmu332233 commented 2 years ago

기본 설치는 아래 두 문서를 참고하여 따라했다.

이 때 만난 두 에러 상황

WslRegisterDistribution failed with error: 0x800701bc

이 에러는 아래 링크에서 wsl2 linux 커널 업데이트를 해주니 해결. https://docs.microsoft.com/ko-kr/windows/wsl/install-win10#step-4---download-the-linux-kernel-update-package

WslRegisterDistribution failed with error: 0xc03a001a

이 에러는 window에서 용량문제로 파일을 압축해서 보관할때 생기는 문제인 것 같다. C:\Users\[사용자이름]\AppData\Local에서 Packages 폴더 우클릭 > 속성 > 일반 > 고급 > 내용을 압축하여 디스크 공간 절약 체크 해제를 하면 된다. 그리고 ubuntu 지우고 다시 ms store에서 ubuntu를 다운받고 실행하면 된다.