Booting Unraid from GRUB 2¶
Warning
This is an experimental configuration. It is not supported by Limetech. It might not work for your system.
Note
This process only works for EFI boot.
Installation¶
Quick Installation¶
Run the following command from the Unraid CLI:
curl -fsSL https://raw.githubusercontent.com/dkaser/unraid-grub/refs/heads/main/install.sh | sh
Manual Instructions¶
- If present, rename the
EFI
folder on the flash drive toEFI-
. - Download GRUB to the EFI folder on the flash drive:
mkdir -p /boot/EFI/boot/ wget -O /boot/EFI/boot/BOOTX64.EFI https://github.com/dkaser/unraid-grub/releases/latest/download/BOOTX64.EFI