Skip to content

Instantly share code, notes, and snippets.

@ornicar
Last active August 29, 2015 13:56
Show Gist options
  • Save ornicar/8920499 to your computer and use it in GitHub Desktop.
Save ornicar/8920499 to your computer and use it in GitHub Desktop.
OSX:
- download refind-bin
- cd refind-bin
- ./install.sh
- edit /EFI/refind/refind.conf to enable scan_all_dirs (maybe not required)
Arch chroot:
- install grub
- install efibootmgr
- mount /dev/{esp} /boot/efi
- grub-mkconfig
- grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment