/ArchLinux-Install

Shell scripts to install and setup ArchLinux. It works on my computer, so it should work on yours too ¯\_(ツ)_/¯

Primary LanguageShellOtherNOASSERTION

Before you start

Create an EFI partition:

  1. fdisk -l (find you drive from the list, it would be something like /dev/sda)
  2. cfdisk /dev/sda (replace /dev/sda with your drive)
  3. Create a 500 MB partition.
  4. Select type and choose EFI System.
  5. From the list on top, please note down your device locations like /dev/sda1 or /dev/sda2. (You need this during installation)

Some definitions

Root Directory is the location of the parition where you are installing the os (how to find location? read the previous section). EFI Directory is the location of the efi partition you created.

To install Arch Linux:

  1. wifi-menu
  2. pacman -Syy
  3. pacman -S git
  4. git clone https://github.com/asifrasheed6/ArchLinux-Install --branch v0.1-rev3
  5. cd ArchLinux-Install
  6. sh install.sh

You could download the latest releases as zip and as tar.gz or find older releases here.

Feel free to email me if you have any issues.

Warning: This is not an official tutorial.

Note: The desktop I'm installing is KDM plasma, feel free to change that in the source code before you install.

By downloading contents of this repository, you are agreeing to the terms and conditions specified by the software license