如何运行openSUSE?Win10中安装SUSE Linux子系统的详细图文教程
最近几个windows 10 编译版本中带来了一套完整的、基于 ubuntu 的 bash shell,以便开发者们可以直接在 windows 桌面上运行 linux 软件或命令,它就是“bash on ubuntu on windows”。虽然没有正式宣布,但动手能力强的人们也已经找到了在 windows 10 中运行 opensuse 和 suse linux 企业版操作系统的方法。
感兴趣的网友可以直接在 windows 10 开始菜单*问它。
suse 高级产品经理 hannes kühnemund 指出,微软其实为 windows 10 中 linux 子系统“选择了错误的默认 linux 发行版”,累得他只能亲自教授大家在 wsl 中使用 suse 的方法。
为什么推荐 suse,那是因为我们从 1992 年开始就知道这么做了,你找不到一个比我们更早的 linux‘制造商’(发行版)。
如果你是一枚 suse linux 的粉丝,并且希望在 windows 10 中使用该发行版,其实也并不一定要安装虚拟机或配置双启动。
准备工作:
1、必须是64位版windows 10 build 14393及以上版本,即windows 10 周年更新版;
2、在程序与功能中启用 适用于windows 10的linux子系统(即wsl beta版);
3、在设置应用—更新与安全—针对开发人员中启用 开发人员模式 ;
4、已经安装并启用了适用于windows 10的ubuntu子系统()
kühnemund 以 opensuse leap 42.2 为例,给出了在 wsl 中使用的如下教程(同样适用于 suse linux 企业服务器版 12 sp2)。
安装过程中,请确认创建了一个带密码的常规账户。
(1)首先,运行如下命令,以下载和打开 opensuse leap 42.2 的 docker 用户空间。
wget -o opensuse-42.2.tar.xz https://github.com/opensuse/docker-containers-build/blob/opensuse-42.2/docker/opensuse-42.2.tar.xz?raw=true
(2)接着,打开开始菜单上的 linux bash shell,执行第二步命令。
sudo mkdir rootfs
sudo tar -c rootfs -jxf opensuse-42.2.tar.xz
exit
(3)完成后,请确认备份当前的“bash on ubuntu on window”安装(执行如下命令)…
cd %localappdata%lxss
rename rootfs rootfs.ubuntu
(4)然后复制新的 opensuse leap 42.2 rootfs(根文件系统)…
move .home
(5)将默认用户 root 掉 …
lxrun /setdefaultuser root
(6)完成之后,你就可以在下一次点击 windows 按钮时输入“bash”来直接访问 linux shell,事实上拥有一个在 windows linux 子系统中的 opensuse 或 sles 用户空间。
值得一提的是,你还可以替换掉默认的“bash on ubuntu on window”图标(换成 suse 的 logo) 只需执行如下命令:
cd %localappdata%lxss
rename bash.ico ubuntu.ico
rename saki-nuovext-apps-suse.ico bash.ico
另外,你也可以将“bash on ubuntu on window”重命名为“bash on suse on windows”等名字 只需进入如下路径,并将默认条目更名即可。
%appdata%microsoftwindowsstart menuprograms