On Wed, 06 Mar 2024 22:38:50 +1100
Carlo Zancanaro wrote:
> Hi William,
>
> I don't know anything about Grub chainloading, but I had a quick look
> and I think I have a vague idea what's going on.
>
> The menu entry is put together by this code in
> gnu/bootloader/grub.scm:
>
> --8<---
On Tue, 5 Mar 2024 22:54:24 +0100
William wrote:
> Hello.
>
> I currently have two GNU/Linux installs on this PC on two different
> SSDs with their own GRUB, Guix and Debian.
> Both SSDs have an MBR partition table, no GPT/EFI.
>
> I've been trying to add a menu entry to chain-load Debian from
Hi William,
I don't know anything about Grub chainloading, but I had a quick look
and I think I have a vague idea what's going on.
The menu entry is put together by this code in gnu/bootloader/grub.scm:
--8<---cut here---start->8---
#~(format port "
me
Hello.
I currently have two GNU/Linux installs on this PC on two different
SSDs with their own GRUB, Guix and Debian.
Both SSDs have an MBR partition table, no GPT/EFI.
I've been trying to add a menu entry to chain-load Debian from the Guix
GRUB menu but it doesn't seem to work as intended, upon