Situatie
1. Boot into Arch ISO
-
Boot from USB and select the Arch Linux option
-
Confirm internet connection:
2. Set Keyboard Layout (if needed)
3. Update System Clock
4. Partition the Disk
Use fdisk
or cfdisk
(UEFI example):
Create:
-
EFI System Partition (e.g. 512M, type: EFI System)
-
Linux filesystem partition
5. Format Partitions
6. Mount Partitions
7. Install Base System
8. Generate fstab
9. Chroot into New System
10. Set Timezone
11. Localization
Uncomment your locale in /etc/locale.gen
, e.g., en_US.UTF-8 UTF-8
, then:
12. Set Hostname and Hosts File
Edit /etc/hosts
:
13. Set Root Password
14. Install Bootloader (Systemd-boot for UEFI)
Create loader config:
Create entry:
Get PARTUUID:
15. Enable Networking
16. Add a User
Enable sudo for wheel group:
17. Install Essential Packages
18. Install a Desktop Environment (Optional)
Example: GNOME
Or KDE:
Or XFCE:
19. Exit, Unmount, and Reboot
Remove installation media when rebooting.
Leave A Comment?