Arch Linux download :
Arch linux installation guide:
High level overview
0. Download your iso
1. Boot from the .iso (either in VirtualBox or by making a bootable USB)
2. Partition your disks
3. Format your disks (ext4 for boot and root)
4. Mount your disks
5. pacstrap /mnt base base-devel linux linux-firmware vim
6. Generate your fstab file genfstab -U /mnt export to /mnt/etc/fstab
7. Chroot into Arch arch-chroot /mnt
8. Install grub and network manager pacman -S networkmanager grub
9. Make network manager run at startup systemctl enable NetworkManager
10. Configure Grub grub-install /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg
11. set password for root user
12. Configure local and timezone
13. exit chroot, unmount, and reboot into your arch environment
[ad_2]
source