Arch Linux Installation
Arch Linux Installation#
install targets#
- base
- linux
- linux-firmware
- vim (for editing files)
- man-db (for man pages)
- man-pages
- dhcpcd
- amd-ucode / intel-ucode ([[microcode]])
- lvm2 (for lvm partitions)
optional#
- git
- base-devel
if
dhcpcdis not installed, and arch is installed in an emulated environment the newly installed operating system would not have network access to get the network access back, the iso file that installed the operating system is needed
- use
fdisk -lto identify theroot partition - use
mount /dev/sda3 /mntto mount theroot partition- (assuming the root partition is in
/dev/sda3)
- (assuming the root partition is in
- use mount
/dev/sda1 /mnt/bootto mount theboot partition- (assuming the boot partition is int `/dev/sda1)
- swap on any swap partition if any exist using
swapon /dev/sda2 - use
arch-chroot /mntinto the system - install the missing services using
pacman -S <target>
References#
Read other posts