Arch安装

Posted yucloud

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Arch安装相关的知识,希望对你有一定的参考价值。

【Arch安装】

1,制作安装介质(请跳转链接:https://www.archlinux.org/download/

2,从UEFI模式启动后,按照官方WIKI向导操作(https://wiki.archlinux.org/index.php/Installation_guide_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)

3,引导安装及Intel微码(英特尔处理器)

安装Intel微码:

# pacman -S intel-ucode

 

安装systemd-boot

https://wiki.archlinux.org/index.php/Systemd-boot_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)

获取/根分区的PARTUUID 用命令:

# blkid /dev/sdxy

(x为磁盘号,y为分区编号)

 

# nano /boot/loader/entries/entry.conf

 

{
title    Arch Linux
linux    /vmlinuz-linux
initrd    /intel-ucode.img
initrd    /initramfs-linux.img
options    root=PARTUUID=4EF6D53B-20D4-4D65-9C10-CB7A048822A9 rw
}

 


注:PARTUUID用上面获取的;微码必须在ramfs之前

4,创建swap文件

https://wiki.archlinux.org/index.php/Swap_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)#.E4.BA.A4.E6.8D.A2.E6.96.87.E4.BB.B6

 

 

5,安装显卡驱动

 


以上是关于Arch安装的主要内容,如果未能解决你的问题,请参考以下文章

arch安装输入法没反应

Vmware安装Arch Linux

Arch linux操作系统安装教程

arch Linux 安装完,无法通过 SSH 远程连接问题

Arch Linux 下Android 源代码的下载以及编译

初探arch -小白安装arch篇