Automated Arch Linux Install
Go to file
rayan41 13b58c2174 updating the README.md for the server branch
i edited the README.md for the server branch for the install tutorial
2022-01-27 21:21:53 +01:00
CyberRe CyberRe theme folder 2021-12-04 18:25:10 +03:00
dotfiles/kitty fixing a typo 2021-10-26 09:59:23 -05:00
pkg-files base server setup 2022-01-13 10:45:46 -06:00
.bashrc 1.0 Launch 2021-10-21 15:23:20 -05:00
.gitignore final 2021-11-12 20:44:29 +00:00
0-preinstall.sh change uuid gen 2022-01-13 14:46:32 -06:00
1-setup.sh Update 1-setup.sh 2022-01-13 15:18:49 -06:00
2-user.sh fix bugs 2022-01-19 18:15:30 +00:00
3-post-setup.sh grub fix 2022-01-13 14:54:17 -06:00
LICENSE Create LICENSE 2021-11-03 14:05:41 -05:00
README.md updating the README.md for the server branch 2022-01-27 21:21:53 +01:00
archtitus.sh server fixes 2022-01-13 12:40:31 -06:00
install.example.conf 1.0 Launch 2021-10-21 15:23:20 -05:00
kde.knsv 1.0 Launch 2021-10-21 15:23:20 -05:00
kderice-backup.sh Adds $SCRIPTHOME var, replacing hardcoded file paths 2021-10-28 20:28:07 -07:00
kderice-restore.sh Adds $SCRIPTHOME var, replacing hardcoded file paths 2021-10-28 20:28:07 -07:00
setconsole.sh 1.0 Launch 2021-10-21 15:23:20 -05:00
startup.sh add space 2022-01-19 17:00:35 +00:00
titusarch.png 1.0 Launch 2021-10-21 15:23:20 -05:00

README.md

ArchTitus server Installer Script

This README contains the steps I do to install a base Arch Linux installation containing the bare minimum software (no gui)


Create Arch ISO or Use Image

Download ArchISO from https://archlinux.org/download/ and put on a USB drive with Etcher, Ventoy, or Rufus

If you don't want to build using this script I did create an image @ https://www.christitus.com/arch-titus

Boot Arch ISO

From initial Prompt type the following commands:

pacman -Sy git
git clone -b server https://github.com/ChrisTitusTech/ArchTitus
cd ArchTitus
./archtitus.sh

System Description

This is completely automated base arch install using the bare minimum packages to have a functioning system.

Troubleshooting

Arch Linux Installation Guide

No Wifi

You can check if the WiFi is blocked by running rfkill list. If it says Soft blocked: yes, then run rfkill unblock wifi

After unblocking the WiFi, you can connect to it. Go through these 5 steps:

#1: Run iwctl

#2: Run device list, and find your device name.

#3: Run station [device name] scan

#4: Run station [device name] get-networks

#5: Find your network, and run station [device name] connect [network name], enter your password and run exit. You can test if you have internet connection by running ping google.com, and then Press Ctrl and C to stop the ping test.

Credits