cmd或者powershell安装,或者打开linux时 莫名的出现了如下错误:
Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x8007023e
Error: 0x8007023e {Application Error}
The exception s (0x
尝试了很多的方法都不可以,终于尝试了如下方法,或许对你有效
- 确保在 BIOS 中启用了虚拟化。(此步我未做设置,盲猜应该是开着的,因为之前是好用的突然不行了)
- 确保 Windows 映像和操作系统运行良好。
- 记下/备份所有 Hyper-V 设置!(我竟然未备份,下次一定要记住,以防万一)
- 删除所有虚拟机功能。 这就是:Hyper-V、容器、虚拟机平台、Windows Hypervisor 平台、Windows 沙盒和适用于 Linux 的 Windows 子系统。对应的选项去掉即可。
-
重启电脑!
-
之后使用
wsl --set-default-version 2
设置为 wsl2 -
使用命令
wsl --install
进行安装,若出现错误0x80370114,那么执行命令Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
输入y即可
文章来源:https://www.toymoban.com/news/detail-578477.html -
重启后,执行
wsl --install
可以了文章来源地址https://www.toymoban.com/news/detail-578477.html
PS C:\WINDOWS\system32> wsl --install
Ubuntu 已安装。
正在启动 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: ***
New password:
Retype new password:
passwd: password updated successfully
Installation successful!
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.90.1-microsoft-standard-WSL2 x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
This message is shown once a day. To disable it please create the
到了这里,关于windows安装ubuntu时错误WslRegisterDistribution failed with error: 0x8007023e的解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!