Skip to content

NearHuscarl/arch_installer

Repository files navigation

Arch Linux Installer

WARNING DO NOT USE THIS SCRIPT AS IT'S TAILORED FOR MY PERSONAL USECASE

Troubleshoot

System Info

  • OS: Manjaro Linux x86_64
  • Host: HP Pavilion Notebook
  • Kernel: 4.19.45-1-MANJARO
  • Uptime: 1 hour, 22 mins
  • Packages: 1126 (pacman)
  • Shell: bash 5.0.7
  • Resolution: 1366x768
  • DE: Xfce
  • WM: Xfwm4
  • WM Theme: Matcha-dark-azul
  • Theme: Matcha-dark-azul [GTK2], Adwaita [GTK3]
  • Icons: Papirus-Dark-Maia [GTK2], Adwaita [GTK3]
  • Terminal: xfce4-terminal
  • Terminal Font: Monospace 12
  • CPU: Intel i7-6500U (4) @ 3.100GHz
  • GPU: NVIDIA GeForce 940MX
  • GPU: Intel Skylake GT2 [HD Graphics 520]

Fix audio crackling on HP machines

Detail

  • This script will only run on UEFI systems
  • At the beginning you have to choose 4 partitions for: root, home, boot and swap
  • After that it will format boot partition as fat32, the rest is ext4
  • I currently use KDE so the code installing i3 and xfce4 is not tested yet

Usage

  • Download arch ISO file from here
  • Use rufus (most stable to me) to make a bootable USB using the arch image
  • Reboot to the usb
  • Get the script and run it

Note: You should install in the correct order from 1-n because I did not check all cases

wifi-menu # if you use wifi

pacman -Sy git
git clone https://github.com/NearHuscarl/arch_installer
cd arch_installer
./install

Without git

curl -L https://github.com/NearHuscarl/arch_installer/archive/master.tar.gz > arch_installer.tar.gz
tar -xvf arch_installer.tar.gz
cd arch_installer-master
./install
  • After installing the base system choose finish to reboot. A copy of this repo is placed in the root directory. Go to there and run the other script
./postinstall

Credit

License

BSD 3-Clauses

About

arch linux install and postinstall wizard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages