当试图在WSL上安装Ubuntu时,我遇到了一个“出了问题”的错误:
我应该如何排除/解决这个问题?
发布于 2022-07-16 08:58:45
我在安装Ubuntu22.04时遇到了这个问题,并通过cmd运行安装,向我展示了适合我的解决方案:
> ubuntu2204.exe install --ui=none
Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x800701bc
Error: 0x800701bc WSL 2 requires an update to its kernel component. For
information please visit https://aka.ms/wsl2kernel
安装Linux内核更新包后,安装工作正常。Re:https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package
发布于 2022-10-25 01:18:07
我尝试为WSL安装Debian,它向我展示了一条指向上述WSL内核更新的URL的错误消息:https://learn.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package。在我应用了内核更新包Ubuntu之后,Ubuntu就没有问题了。
https://askubuntu.com/questions/1417663
复制相似问题