选择安装方式
CD/USB Arch启动盘安装
使用Arch启动盘比较简单方便,没有额外设置,直接阅读下一步。
USB flash installation media
启动盘制作: USB flash installation media
从已经存在的Linux系统中安装(非Arch类)
从已经存在的非Arch系统环境中安装arch,本质上是搭建引导过程中可以运行 脚本(包括和命令) 的系统环境。
- 创建Arch chroot环境
1、推荐使用镜像
- 使用Arch chroot环境
1、初始化pacman keyring
4、安装系统
Arch Chroot环境已经具备,继续下面的步骤,选择安装需要的系统, , 等.
参考:https://wiki.archlinux.org/index.php/Install_from_existing_Linux
准备
准备磁盘分区
- 新建并格式化分区
至少准备一个足够大的/分区,如果磁盘容量足够,可以额外创建/home、/boot等。
- 创建挂载目录
- 挂载根分区和swap
Mount the root partition on /mnt. After that, create directories for and mount any other partitions (/mnt/boot, /mnt/home, …) and activate your swap partition if you want them to be detected later by genfstab.
准备连接
- 有线:
默认使用Dhcp,一般自动检测,无需设置
- 无线:
取消注释中国的镜像
安装系统
配置系统
fstab文件
- Generate an fstab file (use -U or -L to define by UUID or labels):
chroot
Hostname:
Time zone:
Locale:
Password:
Initial RAM:
Bootloader:
- 安装grub2:
- Dual-booting:
- 生成grub配置文件
重启
文章知识点与官方知识档案匹配,可进一步学习相关知识CS入门技能树Linux入门在线安装软件24701 人正在系统学习中
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!