Skip to content

Instantly share code, notes, and snippets.

@mig
Created July 10, 2013 15:41
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 mig/5967384 to your computer and use it in GitHub Desktop.
Save mig/5967384 to your computer and use it in GitHub Desktop.
Notes on recovering my arch install
cryptsetup luksOpen /dev/sda3 root
mount /dev/mapper/root /mnt
mount /dev/sda1 /mnt/boot/efi
efibootmgr -c -w -d /dev/sda -p Y -l '\EFI\gummiboot\gummiboot.efi' -L "Gummiboot"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment