/Arch-Install-Script

This script installs an Arch Linux base system alongside Windows.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Arch-Install-Script

These scripts install an Arch Linux base system alongside Windows 11 or conduct a clean install on VM or SSD. The reader is still expected to have a very good understanding of the Arch Linux Installation Guide. These scripts are only meant to automate the process for those who like me re-install Arch from scratch just for the heck of it. :-)

How to use

  1. Boot with Arch Linux ISO.

  2. Connect to the internet. With my wireless card, I use:

    iwctl station wlan0 connect <SSID>
    

    Replace <SSID> with your actual wifi SSID.

  3. Update pacman databases:

    pacman -Sy
    
  4. Install git:

    pacman -S git
    
  5. Clone this repository:

    git clone https://github.com/lgaboury/Arch-Install-Script.git
    
  6. Go into Arch-Install-Script folder:

    cd Arch-Install-Script
    
  7. Adjust the selected script to your specific hardware and requirements before using.

  8. Run one of the installation scripts:

    ./install_base_arch_alongside_windows.sh
    

    or

    ./install_base_arch.sh