首页 > 其他分享 >Win10导入Deepin到WSL

Win10导入Deepin到WSL

时间:2022-08-16 17:57:59浏览次数:103  
标签:wsl Deepin 导入 https Win10 WSL

Win10导入Deepin到WSL

准备工作

  • 首先要确保开启了Hyper-V,注意:VirtulBox与这个冲突

    方法:控制面板->程序与功能->打开或者关闭Windows功能

  • 打开虚拟化,BootCamp可以尝试下面的命令

    bcdedit /set hypervisorlaunchtype auto start
    

导入Deepin

下载导入包

https://pan.baidu.com/s/1mx5UPFLkrVaLfCRXmfSv_w?pwd=8888

导入

Deepin.exe install backup.ext4.vhdx.gz

验证

C:\software\wsl-distros\deepin>wsl --list
适用于 Linux 的 Windows 子系统分发版:
Debian (默认)
Deepin

设置为默认

wsl -s Deepin

卸载

Deepin.exe clean

参考

https://blog.csdn.net/sinat_14817045/article/details/124286821

https://github.com/MicrosoftDocs/WSL/issues/436

标签:wsl,Deepin,导入,https,Win10,WSL
From: https://www.cnblogs.com/tangyouwei/p/16592394.html

相关文章