このサイトはアドセンスやアフィリエイト広告を利用しています

linux 開発

WSL2でLinuxのUbuntuインストール時のエラー WslRegisterDistribution failed with error: 0x800701bc

--install -d Ubuntu でUbuntuをインストールしようとしたときのエラーの解決方法

なんかめっちゃバグっとる。。。

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

wsl2kernelが怪しそうなので、アップデートを掛けてみる wsl --updateこのコマンドをwindows11のパワーシェルもしくはターミナルに打ち込む

インストール中: Linux 用 Windows サブシステム
Linux 用 Windows サブシステム はインストールされました。こんな感じでカーネルは更新されたっぽい

もう一度チャレンジ

wsl --install -d Ubuntu

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:

ユーザー登録ができるようになった

パスワードも登録したら、以下がでて登録完了

-linux, 開発
-