bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19248: installation of 0.8 stops at guile prompt.


From: Ludovic Courtès
Subject: bug#19248: installation of 0.8 stops at guile prompt.
Date: Sun, 07 Dec 2014 23:17:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

th3kent <address@hidden> skribis:

> address@hidden (Ludovic Courtès) writes:
>> th3kent <address@hidden> 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 (#<procedure 1e943c0 at /gnu/store/...
>>> In srfi/srfi-1.scm:
>>>   619:17  1 (for-each #<procedure load-linux-module* (file)> ...
>>
>> 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’s not needed, because 0.8 already
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 ‘master’, around commit 0e704a2.)

Could you try to remove these ‘initrd’ lines and try again?

Thanks in advance,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]