all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: hub.lombard@free.fr
To: Joshua Branson <jbranso@dismail.de>
Cc: help-guix@gnu.org
Subject: Re: Supergrub2disk helped me to have the choice at startup
Date: Sun, 20 Jan 2019 10:02:02 +0100 (CET)	[thread overview]
Message-ID: <1677205745.-1594451124.1547974922633.JavaMail.root@zimbra49-e8.priv.proxad.net> (raw)
In-Reply-To: <87h8e4pqtl.fsf@dismail.de>

Thank you Joshua :)

I'll try to adapt and inser this part of code into 'config.scm' by adding it under the following form (menu-enties (list (menu-entry...)))


----- Mail original -----
De: "Joshua Branson" <jbranso@dismail.de>
À: help-guix@gnu.org
Envoyé: Samedi 19 Janvier 2019 17:14:46
Objet: Re: Supergrub2disk helped me to have the choice at startup

hub.lombard@free.fr writes:

> Hi Guix :)
>
> A few days ago, I managed to install GuixSD 0.16 next to debian testing on a Packard Bell 'EasyNote TE' laptop.
> At reboot, Grub only offers GuixSD.
> To have the choice at startup, I used the 'supergrub2disk' that I downloaded and put on a USB key, positioned as the first boot device.
> SuperGRUB2disk gives me the choice between GuixSD and debian, and I can start either one without any problem.
>
> For now, I keep the USB key inserted in the computer and everything is fine, having nevertheless planned to address the problem of the restoration of GRUB. 

Hello,

Guix actually supports dual booting.

    (menu-entry
       (label "The Other Distro")
       (linux "/boot/old/vmlinux-2.6.32")
       (linux-arguments '("root=/dev/sda2"))
       (initrd "/boot/old/initrd"))

You can read the relevant information in the guix manual.  The chapter
is titled:  6.2.12 Bootloader Configuration.

>
> Would someone have a track that would enlighten me a bit?
>
> The GRUB originally installed on debian was on /dev/sda1
>
> I installed GuixSD on /dev/sda6 (my-root). As a result, the new GRUB is also on /dev/sda6. In 'config.scm', the bootloader points to /dev/sda
>
> (bootloader (grub-configuration (target "/dev/sda")))
> (file-systems (cons (file-system
>                       (device "my-root")
>                       (title 'label)
>                       (mount-point "/")
>                       (type "ext4"))
>                     %base-file-systems))
>
> Apart from this issue, I will focus on the importance of supergrub2disk in the case of an installation, especially for an end user like me.
>
> The first time it was after the installation of GuixSD 0.14 on my other laptop, it had worked as well and GRUB had been easy to restore.
>
> https://www.supergrubdisk.org/category/download/supergrub2diskdownload/
>
> Hoping it could be useful to other people ...
>
> Thank you in advance for your advice
>
> Hubert
>

-- 
Joshua Branson
Sent from Emacs and Gnus

  reply	other threads:[~2019-01-20  9:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <802417500.-1621294835.1547755891168.JavaMail.root@zimbra49-e8.priv.proxad.net>
2019-01-17 20:12 ` Supergrub2disk helped me to have the choice at startup hub.lombard
2019-01-19 16:14   ` Joshua Branson
2019-01-20  9:02     ` hub.lombard [this message]
2019-01-19 16:53   ` Maxim Cournoyer
2019-01-20  9:10     ` hub.lombard
2019-01-21 10:41       ` hub.lombard
2019-01-27  1:13         ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1677205745.-1594451124.1547974922633.JavaMail.root@zimbra49-e8.priv.proxad.net \
    --to=hub.lombard@free.fr \
    --cc=help-guix@gnu.org \
    --cc=jbranso@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.