野火烧不尽
春风吹又生

Windows10 子系统Ubuntu搭建成功


操作说明:
1 、关于开发模式,网上大多教程均是要求开启,但是实测开启后又关闭了,没有对最终结果产生影响。
2、关于Windows 10版本,之前用的2016LTSB版本,两天都没搞好。昨晚换成LTSC  2019版,安装成功,所以需要开启此功能建议升级Windows 10。
3、开启windows功能中的Linux子系统功能。选择控制面板(或者直接打开控制面板)->启用或关闭windows功能->适用于Linux的windows子系统,选中后点确定。

4、下载离线Ubuntu18.04安装包,解压到C:\

5、执行解压文件夹中的ubuntu1804.exe(需要管理员权限),会自动在当前文件夹中创建rootfs,这也是子系统的文件系统,里面包含Linux系统中的所有文件。在提示的信息中输入要创建的用户名和密码。

6、如果要给root用户设置密码,可以在命令行中输入命令 sudo passwd root,初始化root用户密码,然后就可以通过su命令进入root用户下。

7、更好apt源(阿里源)
root下执行
mv /etc/apt/source.list /etc/apt/source.list.bak
vi /etc/apt/source.list
添加如下内容:

deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

8、以后要进入子系统,可以在命令行下执行bash即可。

—————安装图形环境方法如下———————-
9、安装X-Windows

软件首页:https://sourceforge.net/projects/vcxsrv/ ;

下载软件,windows下安装好,启动Launcher,首次启动自动进入界面设置后,按下图设置:
选择:“one large window”,Display number设置成0,其它默认即可:

10、Ubuntu安装桌面环境

打开Bash,安装ubuntu-desktop, unity, and ccsm
注意:没有特别说明的情况下,以下命令均需要root权限
执行如下命令,开始安装,大约要下载640MB安装包,安装后大约占用空间为2.4GB。
注意:安装时间略长,请耐心等待
apt-get install ubuntu-desktop unity compizconfig-settings-manager

11、启动之前安装的X-Windows,在Bash中执行如下命令:
export DISPLAY=localhost:0
ccsm

12、在X-windows中,即会弹出ccsm的配置界面,勾选您需要的Desktop组件(只需要勾选Desktop中的Ubuntu Unity Plugin即可,其它默认就好):

13、关闭ccsm,启动compiz,让其加载Unity-desktop:
compiz


赞(5)
未经允许不得转载:自由阿草 » Windows10 子系统Ubuntu搭建成功

自由阿草

联系我们联系我们