all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Unable to chain-load Debian
@ 2024-03-05 21:54 William
  2024-03-06 11:38 ` Carlo Zancanaro
  2024-03-06 15:31 ` William
  0 siblings, 2 replies; 4+ messages in thread
From: William @ 2024-03-05 21:54 UTC (permalink / raw)
  To: help-guix

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 loading the
declaration file, I check the grub configuration file at
"/boot/grub/grub.cfg" and I see the menu entry for Debian, but it
has no partition UUID defined, I don't think this entry can ever work
without UUID.

The menu-entry declaration is written as follows:

```
(menu-entries
            (list
            (menu-entry
            (label "Debian GNU/Linux")
            (device (uuid "2892086a-fc4f-4e43-8b69-46a84d80e9a4" 'ext4))
            (chain-loader "+1"))))
```

As you can see, the device UUID and filesystem type is defined, but this
string has no effect on the grub.cfg, and it looks like there's a lot of
important information missing:

```
menuentry "Debian GNU/Linux" {
  
  chainloader +1
}
```


Am I missing something? 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-06 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 21:54 Unable to chain-load Debian William
2024-03-06 11:38 ` Carlo Zancanaro
2024-03-06 17:55   ` William
2024-03-06 15:31 ` William

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.