Install a vanilla Arch Linux
Set keyboard layout, the default is US:
Verify the boot mode:
Or
If the command shows the directory without error, then the system is booted in UEFI mode.
Update the system clock:
File Systems and Partitions
Check disk list
Do Partitions with:
If there is just one drive
If there are more than one drive
And do three partitions:
This partitions are for 256 GB ssd.
Formatting
EFI partition
Make the swap partition
Activating swap
Formatting root, home and other partitions
Mounting Partitions
Root Partition
Home Partition
UEFI Partition
Base installation And Settings
Check the mirror list and chose the mirrors in local zone:
Install base system:
Create fstab:
Change to chroot:
Switch local time:
Setup local clock:
Localization, open and uncomment en_US.UTF-8 UTF-8:
Generate the locales:
Create the locale.conf:
And add:
Setup Hostname and Hosts
Hostname, add the machine name
Hosts
Add:
Install optional software
Setup Passwords and User
Set password for root user:
Add user (where USER change it for your username):
Add password for the new user:
Visudo, search and uncomment:
Install grub
First install:
After the installations is finish install grub uefi:
Then configure grub:
Reboot
Exit the chroot environment:
Unmount all partitions:
At last:
----------
----------
© DarknessCode