Skip to content

mamutal91/myarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/myarch

arch

How to use?

  1. Download the latest iso from the ArchLinux website

  2. Create the image

dd if=archlinux-2021.07.01-x86_64.iso of=/dev/sdb status=progress && sync
  1. You need to disable UEFI secure boot in your bios
  2. Reboot and boot the pendrive
  3. Start Arch Linux install

menu

  1. You should be seeing something like the image below.

tty

Installation steps

Keyboard mapping

  1. If you don't know, run the first command to list the available options
localectl list-keymaps
  1. Load your keyboard mapping
loadkeys br-abnt2

Connect wifi (if you are using network cable, skip this part)

  1. Discover your wireless interface
iwctl device list
Name Address Powered Adapter Mode
wlan0 80:30:49:0c:be:9b on phy0 station
  1. Scan nearby networks
iwctl station wlan0 scan
  1. Connect
iwctl station wlan0 connect 'Mamut 5GHz'

Install!

  1. Install git
pacman -Sy git --noconfirm
  1. Clone this repository and enter the folder
git clone https://github.com/mamutal91/myarch
cd myarch
  1. Run script
./install.sh

Final considerations

This installation does not provide a graphical interface, but if you want you can try my dotfiles or search for other interface installation tutorials.