From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19220: GRUB fails to find the =?UTF-8?Q?=E2=80=98bzImage=E2=80=99?= file when =?UTF-8?Q?=E2=80=98/boot=E2=80=99?= is on a separate partition Date: Tue, 09 Dec 2014 11:09:20 +0100 Message-ID: <87d27t16en.fsf@gnu.org> References: <87oarppwz1.fsf@karetnikov.org> <873890mjkj.fsf@gnu.org> <87sigsp1gn.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyHk8-0000Rt-DB for bug-guix@gnu.org; Tue, 09 Dec 2014 05:10:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyHk2-0005lV-JL for bug-guix@gnu.org; Tue, 09 Dec 2014 05:10:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:33100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyHk2-0005kZ-Ge for bug-guix@gnu.org; Tue, 09 Dec 2014 05:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XyHk1-0002a6-Vk for bug-guix@gnu.org; Tue, 09 Dec 2014 05:10:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sigsp1gn.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sun, 07 Dec 2014 07:45:28 +0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: 19220@debbugs.gnu.org Nikita Karetnikov skribis: >> I believe this fixes the problem. > > Unfortunately, it makes things worse. Now GRUB doesn=E2=80=99t even both= er to > show the menu; I get straight into the GRUB shell. I realized that commit 39d1f82, which fixed another bug, introduced a regression causing this: it made /boot/grub/grub.cfg a symlink to the store, which does not work when /boot is a separate partition. Commit 6412e58 fixes that. Could you retry with Guix master after 6412e58, and with the patch I gave earlier in this thread? Thanks in advance, Ludo=E2=80=99.