Install Archlinux
文章目录
Install archlinux
-
down the archlinux from the netword and make the USB booter through the ubuntu
dd
-
change the computer bios to boot from the USB
-
choose the first option Archlinux
-
make sure the internat connection. you can use
ping
to check the internat status. If you use the ether, you can make sure the dhpdc service is active and start. And maybe you only use the wireless, you can useiw
andwpa_supplicant
-
you can select the best mirrorlist from /etc/pacman.d/mirrorlist, and delete the others. As my test, the aliyun, 163 and utcn are good. At the end, you can text the
pacman -Syy
to update the list. -
Now you can do partition. I make /boot, /home, /, and /swap. Because the windows 10 OS has been installed, so there is the efi/boot. This step I use the
fdisk -l
to view the detail of the partition of system, and use thecfdisk
to create the new partition. -
You must format the new partition, use the
mkft.ext4
andmkswap
andswapon
. -
mount the root to /mnt. The home and boot, you must mkdir it and mount them.
-
Install the base and base-devel to the system, it spent more or less 10 minutes.
-
set the system clock and local parameter.
Install i3-wm at the Arch OS.
文章作者 冯柳宾
上次更新 2019-06-29