From mboxrd@z Thu Jan 1 00:00:00 1970 From: hub.lombard@free.fr Subject: Supergrub2disk helped me to have the choice at startup Date: Thu, 17 Jan 2019 21:12:42 +0100 (CET) Message-ID: <1441094001.-1621283511.1547755962837.JavaMail.root@zimbra49-e8.priv.proxad.net> References: <802417500.-1621294835.1547755891168.JavaMail.root@zimbra49-e8.priv.proxad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkE21-0003JQ-2I for help-guix@gnu.org; Thu, 17 Jan 2019 15:12:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkE1z-0006h8-BF for help-guix@gnu.org; Thu, 17 Jan 2019 15:12:52 -0500 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:19280) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkE1y-0006a7-BT for help-guix@gnu.org; Thu, 17 Jan 2019 15:12:51 -0500 Received: from zimbra49-e8.priv.proxad.net (unknown [172.20.243.199]) by smtp5-g21.free.fr (Postfix) with ESMTP id DE7DB5FFD7 for ; Thu, 17 Jan 2019 21:12:42 +0100 (CET) In-Reply-To: <802417500.-1621294835.1547755891168.JavaMail.root@zimbra49-e8.priv.proxad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help Guix 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. 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