Windows 11安装Ubuntu 实战教程

windows桌面下直接安装Ubuntu,其实很早就有了,今天装一个玩docker。
进入微软商店:
Windows 11安装Ubuntu 实战教程_第1张图片
进入商店需要微软账号,登录成功后,选择应用搜索Ubuntu。
Windows 11安装Ubuntu 实战教程_第2张图片
目前有两个版本可以安装,一个是Ubuntu 20.04,一个是Ubuntu 18.04。我们选择Ubuntu 18.04安装。
Windows 11安装Ubuntu 实战教程_第3张图片
截图是已经下载好了,下载后就自动安装了,跟手机app一样。
但是打开Ubuntu后,有如下提示:
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 any key to continue…

Windows 11安装Ubuntu 实战教程_第4张图片
安装适用于Linux的Windows子系统,安装后需要重启计算机。重启完成后,还要打开开发人员模式。
Windows 11安装Ubuntu 实战教程_第5张图片
再次启动Ubuntu时,再次报错:
Installing, this may take a few minutes…
WslRegisterDistribution failed with error: 0x800701bc
Error: 0x800701bc WSL 2 ??? https://aka.ms/wsl2kernel

Press any key to continue…
这个也好解决,下载WSL重新安装即可:

https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

发现安装了WSL还是有一样的报错。就用WSL再重新安装Ubuntu。

wsl.exe --install -d ubuntu

C:\Users\86186>wsl.exe --install -d ubuntu
正在下载: Ubuntu
正在安装: Ubuntu
已安装 Ubuntu。
正在启动 Ubuntu…

C:\Users\86186>
到商店里面更新刚才安装的Ubuntu,重新下载466M左右。
Windows 11安装Ubuntu 实战教程_第6张图片
即便重新下载后,打开Ubuntu仍然有相同报错:
Windows 11安装Ubuntu 实战教程_第7张图片
这个是刚上的节奏啊。
Windows 11安装Ubuntu 实战教程_第8张图片
再更新WSL

WSL --update

C:\WINDOWS\system32>WSL --update
正在检查更新…
正在下载更新…
正在安装更新…
此更改将在 WSL 下次完全重启时生效。若要强制重启,请运行“wsl --shutdown”。
内核版本: 5.10.60.1

C:\WINDOWS\system32>wsl --shutdown

C:\WINDOWS\system32>

靠,仍然报错。问问度娘。
1,BIOS开启虚拟化。
2,安装windows虚拟机监控程序平台。
3,安装适用于Linux的windows子系统。
Windows 11安装Ubuntu 实战教程_第9张图片
重启后,仍然报错:
WslRegisterDistribution failed with error: 0x80370102
进入powershell执行:

wsl --set-default-version 1

Windows 11安装Ubuntu 实战教程_第10张图片
再次打开Ubuntu:
Windows 11安装Ubuntu 实战教程_第11张图片
这次是终于成功了。走了很多弯路,折腾了半小时有了。
Windows 11安装Ubuntu 实战教程_第12张图片
前面用WSL重新安装了Ubuntu,其实没必要的,所以把Ubuntu卸载了。只保留了最开始安装的Ubuntu 18.04。

你可能感兴趣的:(系统管理,ubuntu,linux,运维,windows,powershell)