0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

windowsでUbuntuを初めて起動したときにError: 0x800701bc WSL 2 ???????????? ??????????????????????? https://aka.ms/wsl2kernel ?????????と出る

Posted at

やりたかったこと

powershellでLinuxコマンドが使いたかったのでWSLを入れようとした

環境

Windows11

出たエラー

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

Press any key to continue...

レジスタエラーだと...? これはまた厄介そうなもんに引っかかったな....

原因

どうやらバージョン関係が原因らしい

やったこと

  • powershellからwslをアップデートしようとした
    こんな感じで突っぱねられた
PS C:\Users\yusei> wsl.exe --update
インストール中: Linux  Windows サブシステム
サーバー名またはアドレスは解決されませんでした
  • CPU仮想化のオン
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  • WSL有効化
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

ここまでやったら起動した!!!!
{D1055C45-FFC2-41CF-A985-0ECB86F66890}.png

最後に

エラーメッセージそのままはりつけて検索してたから全然出てこなかったけど、エラーコード0x800701bcで検索すると結構いっぱい記事出てくる
最後に参考記事はっときます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?