all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* boot multiple Gnu/Linux Distributions from one USB key
@ 2019-03-11 21:00 gnuforever
  2019-03-12 10:34 ` Tobias Geerinckx-Rice
  2019-03-12 13:05 ` Ricardo Wurmus
  0 siblings, 2 replies; 6+ messages in thread
From: gnuforever @ 2019-03-11 21:00 UTC (permalink / raw)
  To: guix-devel

Hello,

I configured a usb stick to boot multiple Gnu/Linux Distributions by 
following this tutorial: 
https://community.linuxmint.com/tutorial/view/1846
It works for Tails, PureOS, Trisquel and Parabola

I am trying to add GuixSD.

For the menuentry, I always start from the grub.cfg embedded in the iso 
file.
I add or remove options if needed.

For GuixSD, I came up with this configuration:
I used label instead of uuid.

     ## GUIXSD
     menuentry "GUIXSD - Gnu/Linux" {
         set isofile="/boot-isos/guixsd-install-0.16.0.x86_64-linux.iso"
         loopback loop (hd0,1)$isofile
         search --label --set GUIXSD_IMAGE
         linux 
(loop)/gnu/store/0zajbn9q39yva4l0zzrcshlll8qikzba-linux-libre-4.19.6/bzImage9 
--root=GUIXSD_IMAGE 
--system=(loop)/gnu/store/l4hgd4l7acrqwi3imav9akcvv4sbj85j-system 
--load=(loop)/gnu/store/l4hgd4l7acrqwi3imav9akcvv4sbj85j-system/boot
         initrd 
(loop)/gnu/store/9nqaksx40zh5d6cg5rim3f3spy56bfb9-raw-initrd/initrd.cpio.gz
     }

It doesn't work. I get the following error message:

waiting for partition 'GUIXSD_IMAGE' to appear...

Any help is welcome.

Is there any other way to configure multiple Gnu/Linux distros to boot 
from one usb?

gnuforever

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

end of thread, other threads:[~2019-03-23 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 21:00 boot multiple Gnu/Linux Distributions from one USB key gnuforever
2019-03-12 10:34 ` Tobias Geerinckx-Rice
2019-03-12 13:05 ` Ricardo Wurmus
2019-03-12 18:56   ` Vagrant Cascadian
2019-03-13  5:24     ` gnuforever
2019-03-23 16:57     ` Tobias Geerinckx-Rice

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.