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のWSL環境「0x8004032d」エラー対応方法

Last updated at Posted at 2024-09-21

概要

Windows 10 or 11にWSLでUbuntuをインストールしようとすると下記のようなエラーに遭遇することがある。
※「Windowsの機能の有効かまたは無効化」で「Linux用Windowsサブシステム」と「仮想マシンプラットフォーム」が有効化されていることが前提である。

これはWSL側の更新かカーネル更新プログラムが実行されていないと発生する。

Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x8004032d
Error: 0x8004032d (null)
Press any key to continue...

PowerShellでWSLの更新

wsl.exe --install
wsl.exe --update

それでもダメな場合はカーネル更新すると解消する

カーネル更新プログラム

インストール成功例

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:

参考

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?