On February 17, 2026 12:29:28 PM CST, Eduardo Mercovich <[email protected]>
wrote:
...
>Maybe it is something simple, as a space or a comma (I'm terribly afraid of
>syntactic errors).
>
>Now, let's check where we are. I understand that:
>
>1. The bootloader declaration only needs to add the "extra" options, because
>guix always adds it's own + the previous one. Is this right? If so, we can
>take out the guix menu-entry and simplify the bootloader declaration.
That is also my understanding.
>2. There is something wrong in my menu-entry that tries to boot debian, but
>yet cannot identify what exactly could it be (wrong UUID? I took it from
>grub.cfg, but maybe read it wrong of lost some delimiter?).
Things you can check....
- When at the grub prompt move over the debian line and press 'e' to sanity
check the generated grub entry.
- Replace 'root=UUID=...' with 'root=(hd0,1)', which I think will point to the
first partition of the first disk, when doing the 'e'dit above. I don't think
it is this since it appears the debian initrd environment is being found,
starting, and then not finding the disk when trying to switch.
- In the same 'e'dit screen add in the lines taken from the original debian
entry to determine if any are required.
Good luck,
W