Win10导入Deepin到WSL
准备工作
首先要确保开启了Hyper-V,注意:VirtulBox与这个冲突。
方法:控制面板->程序与功能->打开或者关闭Windows功能
打开虚拟化,BootCamp可以尝试下面的命令
1
bcdedit /set hypervisorlaunchtype auto start
导入Deepin
下载导入包
https://pan.baidu.com/s/1mx5UPFLkrVaLfCRXmfSv_w?pwd=8888
导入
1 | Deepin.exe install backup.ext4.vhdx.gz |
验证
1 | C:\software\wsl-distros\deepin>wsl --list |
设置为默认
1 | wsl -s Deepin |
卸载
1 | Deepin.exe clean |
参考
https://blog.csdn.net/sinat_14817045/article/details/124286821
https://github.com/MicrosoftDocs/WSL/issues/436
Win10导入Deepin到WSL
https://hexo.terwer.space/post/win10-import-deepin-to-wsl.html