Skip to content

Instantly share code, notes, and snippets.

@JonnyMuff
JonnyMuff / install-arch-linux-using-efi-and-grub-dual-boot-win.md
Last active March 30, 2022 16:28 — forked from chriscandy/install-arch-linux-using-efi-and-grub.md
Install Arch Linux using EFI and GRUB (dual-boot with Windows)

Installing Arch linux with EFI (dual-boot with Windows)

Just skip steps 22, 23 and 25 if dual-boot isn't your use case scenario

  1. Change keyboard layout (if needed, default is 'us')

    • to see all avaliable layouts: ls /usr/share/kbd/keymaps/**/*.map.gz
    • loadkeys us
  2. Verify boot mode:

  • ls /sys/firmware/efi/efivars (If the directory exist your computer supports EFI)