Skip to content

Instantly share code, notes, and snippets.

@lupuionut
Created December 12, 2021 19:24
Show Gist options
  • Save lupuionut/23ace907017a2089ac648051d9d212b4 to your computer and use it in GitHub Desktop.
Save lupuionut/23ace907017a2089ac648051d9d212b4 to your computer and use it in GitHub Desktop.

Follow all the steps explained here: https://docs.voidlinux.org/installation/live-images/guide.html

In cases where BootOrder is either not updated, or not saved/followed after you reboot, then you should try copying grubx64.efi to the common default EFI loader location.

You'll need to mount your EFI partition, and we'll assume it's on /mnt/. (In your installed Void system, the mount point would normally be /boot/efi/)

Source: https://wiki.voidlinux.org/Installation:_UEFI

# install -D /mnt/EFI/void_grub/grubx64.efi /mnt/EFI/boot/bootx64.efi
@38github
Copy link

Thank you!

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