Skip to content
GRUB integration setup: Install grub from linux-be authored by Witaut Bajaryn's avatar Witaut Bajaryn
...@@ -10,10 +10,10 @@ rsync -av /boot/grub.b/. /boot/grub/ ...@@ -10,10 +10,10 @@ rsync -av /boot/grub.b/. /boot/grub/
rm -r /boot/grub.b rm -r /boot/grub.b
grub-install $disk grub-install $disk
``` ```
1. Install grub-9999 from the beadm branch: 1. Install grub-9999 from the overlay:
``` ```
grub_LIVE_REPO=git@gitlab.com:linux-be/grub grub_LIVE_BRANCH=beadm emerge -avt -b grub emerge -avt -b grub::linux-be
``` ```
2. Tweak `/etc/grub.d/11_linux_be` to have the proper pool name, and kernel version 2. Tweak `/etc/grub.d/11_linux_be` to have the proper pool name, and kernel version
3. If the GRUB2 tools/directories are called `grub2` instead of `grub` (e.g. `grub2-mkconfig` instead of `grub-mkconfig`) (e.g. if you installed `sys-boot/grub` with `USE=multislot`), adjust `/etc/default/be` to match: 3. If the GRUB2 tools/directories are called `grub2` instead of `grub` (e.g. `grub2-mkconfig` instead of `grub-mkconfig`) (e.g. if you installed `sys-boot/grub` with `USE=multislot`), adjust `/etc/default/be` to match:
... ...
......