WSL2 要求 CPU 支持二级地址转换 (SLAT) 功能,后者已在 Intel Nehalem 处理器(Intel Core 第一代)和 AMD Opteron 中引入。 即使成功安装了虚拟机平台,旧版 CPU(例如 Intel Core 2 Duo)也无法运行 WSL2。 5.4 尝试升级时出错:Invalid command line option: wsl --set-version Ubuntu 2 请确保已启用适用于 ...
WSL2 要求 CPU 支持二级地址转换 (SLAT) 功能,后者已在 Intel Nehalem 处理器(Intel Core 第一代)和 AMD Opteron 中引入。 即使成功安装了虚拟机平台,旧版 CPU(例如 Intel Core 2 Duo)也无法运行 WSL2。 5.4 尝试升级时出错:Invalid command line option: wsl --set-version Ubuntu 2 请确保已启用适用于 ...
Invalid command line option: --list Usage: wsl.exe [option] ... Options: -d, --distribution <DistributionName> Launch the specified distribition. -e, --exec <CommandLine> Execute the specified Linux command. The remainder of the arguments are used as the command line to execute. -u, -...
先使用wsl -l -v查看当前wsl 版本。 有可能会出现invalid command line option:的问题,解决方案放在最后。 查看当前wsl版本 再使用wsl --set-version <你的用的发行版> 2升级为wsl2,需要几分钟的时间。 修改内核的版本 可以看到版本已经变成2了 Step5,wsl出现错误的解决方案 invalid command line option:的出现...
尝试升级时出错:Invalid command line option: wsl --set-version Ubuntu 2 请确保已启用适用于 Linux 的 Windows 子系统,并且你使用的是 Windows 内部版本 18362 或更高版本。 若要启用 WSL,请在 PowerShell 提示符下以具有管理员权限的身份运行此命令:Enable-WindowsOptionalFeature -Online -FeatureName Microsoft...
尝试升级时出错:Invalid command line option: wsl --set-version Ubuntu 2 请确保已启用适用于 Linux 的 Windows 子系统,并且你使用的是 Windows 内部版本 18362 或更高版本。若要启用 WSL,请在 PowerShell 提示符下以具有管理员权限的身份运行此命令:Enable-WindowsOptionalFeature -Online -FeatureName Microsoft...
5.4 尝试升级时出错:Invalid command line option: wsl --set-version Ubuntu 2 5.5 由于虚拟磁盘系统的某个限制,无法完成所请求的操作。虚拟硬盘文件必须是解压缩的且未加密的,并且不能是稀疏的 5.6 无法将词语“wsl”识别为 cmdlet、函数、脚本文件或可运行程序的名称 ...
在上述配置文件中,您可以看到commandline已被替换为运行先前的ssh-launcher.sh脚本的命令。当启动此配置文件时,它使用wsl通过bash来启动脚本:图6.9 - 屏幕截图显示 ssh 启动脚本运行您可以在上述屏幕截图中看到此脚本的运行情况。该脚本提示用户从机器列表中选择,并运行ssh以连接到所选的机器。这为设置到经常使用的...
Invalid command line option: --version (followed by help text) Are you using WSL 1 or WSL 2? WSL 2 WSL 1 Kernel Version 4.4.0-2348 Distro Version Ubuntu 20.04 LTS Other Software Docker Desktop for Windows v4.17.0 Repro Steps On a clean installation of Windows Server 2022 version 10.0....
Introduce wsl.exe --install command line option to easily set up WSL. Introduce wsl.exe --update command line option to manage updates to the WSL2 kernel. Set WSL2 as the default. Increase WSL2 vm graceful shutdown timeout. Fix virtio-9p race condition when mapping device memory. Don't...