Skip to content

Instantly share code, notes, and snippets.

@mikilian
Last active July 23, 2020 13:01
Show Gist options
  • Select an option

  • Save mikilian/57c1b13c0ff2ef9c177a47ed8037fac3 to your computer and use it in GitHub Desktop.

Select an option

Save mikilian/57c1b13c0ff2ef9c177a47ed8037fac3 to your computer and use it in GitHub Desktop.
Arch Linux UEFI setup (64 Bit)

Arch Linus UEFI setup

Since I live in germany, I set my time zone and keyboard layout to it. This does not apply to the system language!

Preconfigure

  1. Change the keyboard layout temporarily: loadkeys de-latin1
  2. Update the system clock: timedatectl set-ntp true
  3. Check where your disk lives: fdisk -l
  • For IDE controllers: /dev/hda, /dev/hdb, /dev/hdc
  • For SATA controllers: /dev/sda, /dev/sdb, /dev/sdc
  • For NVMe controllers: /dev/nvme0, /dev/nvme1

Configure

tba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment