"白い熊 @相撲道" <guix-devel_gnu....@sumou.com> skribis:
> On 2015年3月9日 3:04:55 CET, Mark H Weaver <m...@netris.org> wrote: >>> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: >> >>> >>> guix system: error: failed to load operating system file >>'/etc/sysconfig.scm': >>> ERROR: no code for module (gnu packages wicd) >>> >>> This after a `guix pull'. >>> >>> What could be the problem? >> >>"guix pull" puts the updates in $HOME/.config/guix/latest, so it will >>only affect calls to 'guix' by the user who ran "guix pull". When you >>run 'guix' as some other user (root in this case), then it won't see >>those updates. >> >>So I guess you should run "sudo guix pull" and then try again. > > OK, did this, was able to reconfigure the system then and now I get a kernel > panic on boot, same issue as in > http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00757.html If you choose one of the previous configurations in the GRUB menu, does it boot? This might be due to a failure to mount the root file system, for instance due to a missing module in the initrd. Would be good if you could check in the running system what modules are used for the root device. Once you’ve identified the problem, we must also arrange for the boot code to provide better error handling. Thanks, Ludo’.