unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Error system reconfigure with guix-latest
@ 2018-03-04 12:46 Jone
  2018-03-04 15:01 ` 宋文武
  2018-03-04 19:57 ` Alex Kost
  0 siblings, 2 replies; 11+ messages in thread
From: Jone @ 2018-03-04 12:46 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

Hello!
I'm newbie. After update system (guix pull) I see this error:

root@guix ~# guix system -n reconfigure /etc/CURRENT.scm
/etc/CURRENT.scm:37:24: error: you need these modules in the initrd for
/dev/sdb2: sata_nv pata_acpi

BUT:
1. Prior to this (before upgrade) everything was OK
2. sata_nv and pata_acpi already selected in CURRENT.scm:

(operating-system
  (host-name "guix")
  (timezone "Europe/Moscow")
  (locale "en_US.utf8")
  (bootloader (bootloader-configuration
               (bootloader grub-bootloader)
               (target "/dev/sdd")))
  (initrd (lambda (file-systems . rest)
          (apply base-initrd file-systems
        #:extra-modules '("sata_nv" "pata_acpi")
        rest)))
  (file-systems (cons*
              (file-system
            (device "two")
             (mount-point "/")
             (type "ext4")
             (title 'label))
            (file-system
             (device "one")
             (mount-point "/home")
             (type "ext4")
             (title 'label))
             %base-file-systems))

I didn't find any answers in GuixSD documentation..

[-- Attachment #2: Type: text/html, Size: 1569 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-07 21:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-04 12:46 Error system reconfigure with guix-latest Jone
2018-03-04 15:01 ` 宋文武
2018-03-04 19:57 ` Alex Kost
2018-03-04 20:52   ` Jone
2018-03-05  8:38     ` Ludovic Courtès
2018-03-05 16:08       ` Jone
2018-03-05 17:05         ` Ludovic Courtès
2018-03-05 19:01           ` Jone
2018-03-06 15:47             ` Ludovic Courtès
2018-03-06 17:09               ` Jone
2018-03-07 21:06                 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).