--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:
ユーザー登録ができるようになった
パスワードも登録したら、以下がでて登録完了