Skip to content

Instantly share code, notes, and snippets.

@gayanhewa
Created August 28, 2015 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gayanhewa/15c565a20623a7bcd0ba to your computer and use it in GitHub Desktop.
Save gayanhewa/15c565a20623a7bcd0ba to your computer and use it in GitHub Desktop.
Arch Linux Installation - UEFI Configuration steps
Simple steps for me to remember how I did this
==============================================
1. Partition
/root - /dev/sdx2 - Ext4 parition
/boot/efi - /dev/sdx1 - EFI partition
2. Install the system
3. chroot to the system
4. Install grub , efibootmgr
5. Run :
grub-install --target=x86_64-efi --efi-directory=$esp --bootloader-id=grub --recheck
$esp = /boot/efi
6. before logging out install pacman -S dialog and other packages. So you can have Internet working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment