Automated Arch Linux Install
Go to file
rayan d5930203df
updated the README.md for the server branch
2022-01-27 20:03:06 +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 minor push 2021-11-13 00:42:15 +05: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 fixes to test 2022-01-21 17:17:21 -06:00
1-setup.sh Fix fstab issue #199 2022-01-23 22:56:21 +01:00
2-user.sh Fix Script Setup file 2022-01-06 13:10:11 -06:00
3-post-setup.sh fixes to test 2022-01-21 17:17:21 -06:00
LICENSE Create LICENSE 2021-11-03 14:05:41 -05:00
README.md updated the README.md for the server branch 2022-01-27 20:03:06 +01:00
archtitus.sh Add log files for scripts 2022-01-11 00:05:24 -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 Multi column lists 2022-01-16 22:07:35 -06: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 that contain the minimal amount of packeges needed (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 basic arch install without a desktop environment or a display server using the bare minimum packages needed for a working 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