unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Dual-booting solution with only one actual Grub installation
@ 2018-03-12 18:43 Thorsten Wilms
  2018-03-12 22:59 ` Tomáš Čech
  2018-03-13 13:23 ` Martin Castillo
  0 siblings, 2 replies; 4+ messages in thread
From: Thorsten Wilms @ 2018-03-12 18:43 UTC (permalink / raw)
  To: help-guix

Hi once again,

There's a convenient dual-booting solution that I think hasn't been 
mentioned in these circles. You can let Grub2 offer an item that will 
load another grub.cfg.

In my case, that's a Grub installed from Ubuntu, with a menu that will 
be updated in sync with kernel installation/removal, plus one "Guix SD" 
item that will lead to the known Guix SD menu, also always up-to-date, 
without an actual second Grub installation.

No manual updating, no chain-loading of one or the other from an 
independent third Grub.

Guix SD: /etc/config.scm, in operating-system:
----
(bootloader (bootloader-configuration (bootloader (bootloader (inherit 
grub-bootloader) (installer #~(const #t))))))
----

Thanks to snape in #guix. With this, /boot/grub/grub.cfg will be 
generated, but Grub won't actually be installed.


Other system with Grub in MBR, addition to: /etc/grub.d/40_custom:
----
menuentry 'GuixSD' {
   search --fs-uuid --set=root a3a97a6f-a4c9-4569-98a3-4306f4db9ff8
   configfile /boot/grub/grub.cfg
}
----
Don't forget `sudo update-grub`.

-- 
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/

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

end of thread, other threads:[~2018-03-13 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-12 18:43 Dual-booting solution with only one actual Grub installation Thorsten Wilms
2018-03-12 22:59 ` Tomáš Čech
2018-03-13 13:23 ` Martin Castillo
2018-03-13 14:05   ` Thorsten Wilms

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).