all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to use custom grub?
@ 2016-11-03 16:19 Marius Bakke
  2016-11-03 16:50 ` Danny Milosavljevic
  2016-11-04 13:24 ` Ludovic Courtès
  0 siblings, 2 replies; 14+ messages in thread
From: Marius Bakke @ 2016-11-03 16:19 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]

Greetings Guix,

I have a working UEFI GuixSD system, by adding FAT32 support to
base-initrd and installing the initial UEFI bootloader from a non-Guix
live CD.

Now that it's booted, I want to use a custom 'grub-efi' package so that
`guix system reconfigure` works without passing --no-grub and manually
copying grub.cfg.

The "grub-configuration" object takes a 'grub' argument which defaults
to (@ (gnu packages grub) grub). However setting that to 'grub-efi' in
the operating-system declaration or even directly in gnu/system/grub.scm
has no effect.

Looking at guix/scripts/system.scm, grub is defined as
(package->derivation grub). I tried exporting grub-configuration-grub
and using that in the (package->derivation) procedure, but that broke
the world :)

What is the correct approach here?

Additionally the "grub-install" arguments are slightly different for EFI
systems. Tips for properly handling that appreciated.

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

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

end of thread, other threads:[~2016-11-08 14:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 16:19 How to use custom grub? Marius Bakke
2016-11-03 16:50 ` Danny Milosavljevic
2016-11-03 20:47   ` Marius Bakke
2016-11-03 20:47   ` Marius Bakke
2016-11-04 13:24 ` Ludovic Courtès
2016-11-05 12:37   ` Marius Bakke
2016-11-05 23:41     ` Danny Milosavljevic
2016-11-07 10:48       ` Danny Milosavljevic
2016-11-07 11:36         ` Marius Bakke
2016-11-07 15:05           ` Danny Milosavljevic
2016-11-07 15:50             ` Marius Bakke
2016-11-07 22:26               ` Danny Milosavljevic
2016-11-08 12:40               ` Ludovic Courtès
2016-11-08 14:36                 ` Marius Bakke

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.