th3kent skribis: > ludo@gnu.org (Ludovic Courtès) 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’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’.