반응형

Windows 11 사용 중에 WSL에서 우분투를 다운로드 받아서 실행하면 아래 에러가 발생했습니다.

 

Installing, this may take a few minutes...WslRegisterDistribution failed with error: 0x800701bcError: 0x800701bc WSL 2? ?? ?? ?? ????? ?????. ??? ??? https://aka.ms/wsl2kernel? ??????

 

모든 우분투 버전에서 그런 증상이 나타나길래 검색을 해보니 

Windows 10, 11에서 WSL에서 Ubuntu 실행 시, 0x800701bc 에러가 발생할 수 있다고 합니다.

 

[해결 방법]

WSL2 Linux Kernel Update  설치 후 다시 시도한다.

 

다운로드 링크:

 https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

 

[설치 후 결과] 

정상적으로 우분투가 동작했습니다. 

 

Installing, this may take a few minutes...
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: sualchi
New password:
Retype new password:
passwd: password updated successfully
Installation successful!
이제 Linux용 Windows 하위 시스템을 Microsoft Store에서 사용할 수 있습니다.
'wsl.exe --update'를 실행하거나 https://aka.ms/wslstorepage를 방문하여 업그레이드할 수 있습니다.
Microsoft Store의 WSL을 설치하면 최신 WSL 업데이트가 더 빠르게 제공됩니다.
자세한 내용은 https://aka.ms/wslstoreinfo를 방문하세요.

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Fri Mar 24 19:02:23 KST 2023

  System load:  0.05               Processes:             8
  Usage of /:   0.5% of 250.98GB   Users logged in:       0
  Memory usage: 2%                 IPv4 address for eth0: 172.28.2.38
  Swap usage:   0%

0 updates can be applied immediately.

The list of available updates is more than a week old.
To check for new updates run: sudo apt update

This message is shown once a day. To disable it please create the
/home/sualchi/.hushlogin file.
sualchi@OSM:~$ ls -al

total 24
drwxr-xr-x 3 sualchi sualchi 4096 Mar 24 19:02 .
drwxr-xr-x 3 root    root    4096 Mar 24 19:02 ..
-rw-r--r-- 1 sualchi sualchi  220 Mar 24 19:02 .bash_logout
-rw-r--r-- 1 sualchi sualchi 3771 Mar 24 19:02 .bashrc
drwxr-xr-x 2 sualchi sualchi 4096 Mar 24 19:02 .landscape
-rw-r--r-- 1 sualchi sualchi    0 Mar 24 19:02 .motd_shown
-rw-r--r-- 1 sualchi sualchi  807 Mar 24 19:02 .profile

 

sualchi@OSM:~$ python3 --version
Python 3.8.10
sualchi@OSM:~$

 

반응형

+ Recent posts