From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19248: installation of 0.8 stops at guile prompt. Date: Sun, 07 Dec 2014 23:17:35 +0100 Message-ID: <87388rksu8.fsf@gnu.org> References: <877fybni67.fsf@gnulx000.localhost.localdomian> <87oark2x91.fsf@gnu.org> <871toeufk7.fsf@gnulx000.localhost.localdomian> 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]:48706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxk9Y-0003Gw-Dm for bug-guix@gnu.org; Sun, 07 Dec 2014 17:18:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxk9T-0001fo-2J for bug-guix@gnu.org; Sun, 07 Dec 2014 17:18:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:59426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxk9S-0001fj-VL for bug-guix@gnu.org; Sun, 07 Dec 2014 17:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xxk9S-0001gx-Cd for bug-guix@gnu.org; Sun, 07 Dec 2014 17:18:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871toeufk7.fsf@gnulx000.localhost.localdomian> (th3kent's message of "Fri, 05 Dec 2014 20:17:28 +0200") 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: th3kent Cc: 19248@debbugs.gnu.org th3kent skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> th3kent skribis: [...] >>> on restarting the laptop and booting from the h.d.d, the reboot stops >>> at the guile-user prompt. the backtrace shows the following: >>> >>> In /gnu/store/*-module-import/gnu/build/linux-boot.scm: >>> 385:7 2 (#>> In srfi/srfi-1.scm: >>> 619:17 1 (for-each # ... >> >> Does it show an actual error below that? >> >> Could you post your OS config? [...] > (initrd (lambda (file-systems . rest) > (apply base-initrd file-systems > #:extra-modules '("pata_acpi.ko" "pata_atiixp.ko") > rest))) This may be the culprit. First, it=E2=80=99s not needed, because 0.8 alrea= dy included these two modules by default. Second, 0.8 would fail when trying to load the same module twice, which is exactly what would happen here (this is fixed in =E2=80=98master=E2=80=99, around commit 0e704a2.) Could you try to remove these =E2=80=98initrd=E2=80=99 lines and try again? Thanks in advance, Ludo=E2=80=99.