WSL installs, enables any relevant features, and optionally installs the default or chosen distribution. Actual Behavior WSL fails to install optional component VirtualMachinePlatform. WSL is installed but has limited functionality. Intermittently, the distribution will install but also not work due to ...
Error 0x80370102: WSL 2 installation step fails, doesn't tell what failed (#5921), similarity score: 0.89 install WSL distribution with error code 0x80070001 (#6172), similarity score: 0.89 WSL Install error with code 0x80246008 (#10252), similarity score: 0.88 ...
If you manually installed WSL prior to thewsl --installcommand being available, you may also need toenable the virtual machine optional componentused by WSL 2 andinstall the kernel packageif you haven't already done so. To learn more, see theCommand reference for WSLfor a list of WSL comma...
第一个错误,安装好Arch Linux打开之后出现以下提示: Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x8007019e The Windows Subsystem for Linux optional component is not enabled. Please enable it and try again. See https://aka.ms/wslinstall for details. Press...
The Windows Subsystem for Linux (WSL) lets developers install a Linux distribution (such as Ubuntu, OpenSUSE, Kali, Debian, Arch Linux, etc) and use Linux applications, utilities, and Bash command-line tools directly on Windows, unmodified, without the overhead of a traditional virtual machine ...
WslRegisterDistribution failed with error: 0x8007019e The Windows SubsystemforLinux optional component is not enabled. Pleaseenableit and try again. See https://aka.ms/wslinstallfordetails. Press any key tocontinue... 出现这个错误的原因是没有安装Windows子系统支持。
When we install WSL on a Windows system, we install it under a virtual machine platform. So to run WSL, you must first enable the virtual machine platform. And if it is disabled, the required files and services won’t be available for running WSL. ...
> sudo apt install -y gedit > gedit troubleshooting 问题1: WslRegisterDistribution failed with error: 0x80370102 出现这个问题的原因是没有开启windows虚拟机特性, 开启虚拟机特性并重启即可解决问题. # 开启虚拟机特性dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart ...
It will automatically find and install certain essential system files and then ask you toreboot your PC. Restart your computer, then check to see if your Linux distribution is operating properly. Note:Sometimes, if you see the error, it might be because the WSL component is faulty or is not...
LxRunOffline install -n centos -d C:/centos -f D:\centos-8-x86_64.tar.xz 表示将 CentOS 系统安装到 C 盘的 centos 文件夹下,并且命名为 centos。注意:Windows 系统命令行中的文件路径和 Linux 系统不同,这里安装目录 C:/ 要用 Linux 方式的反斜线表示,是为了 WSL 使用;而安装包路径 D:\ 是为了...