https://github.com/wraient/archsetup
my arch setup
https://github.com/wraient/archsetup
Last synced: 8 months ago
JSON representation
my arch setup
- Host: GitHub
- URL: https://github.com/wraient/archsetup
- Owner: Wraient
- Created: 2024-02-20T17:40:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T21:14:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T02:42:57.183Z (12 months ago)
- Language: Shell
- Size: 58.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arch linux install procedure:
1. iwctl (device list) (station wlan0 get networks) (station wlan0 connect network_name)
2. pacman -Sy
3. pacman -Sy archlinux-keyring
4. lsblk (show disk)
5. cfdisk /dev/nvme0n1
6. make 800 mb EFI system partition (lets refer to this partition as nvme0n1p5)
7. make linux filesystem (your main space) (lets refer to this partition as nvme0n1p6)
8. 8 gb linux swap partition (lets refer to this partition as nvme0n1p7)
9. write changes
10. mkfs.fat -F32 /dev/nvme0n1p5
11. mkfs.ext4 /dev/nvme0n1p6
12. mkswap /dev/nvme0n1p7
13. mount /dev/nvme0n1p6 /mnt # ALWAYS DO THIS FIRST
14. mkdir /mnt/boot
15. mount /dev/nvme0n1p5 /mnt/boot
16. swapon /dev/nvme0n1p7
17. lsblk
18. pacman -S archinstall
19. archinstall
20. disk configuration - pre-mounted disk configuration - /mnt
21. install!