From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Error system reconfigure with guix-latest Date: Mon, 05 Mar 2018 18:05:43 +0100 Message-ID: <87tvtu8nbs.fsf@gnu.org> References: <87fu5fehqo.fsf@gmail.com> <87r2oyex30.fsf@gnu.org> 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]:36761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1estYe-0004e3-2n for help-guix@gnu.org; Mon, 05 Mar 2018 12:05:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1estYY-0000f9-7P for help-guix@gnu.org; Mon, 05 Mar 2018 12:05:52 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:34264) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1estYY-0000et-1b for help-guix@gnu.org; Mon, 05 Mar 2018 12:05:46 -0500 In-Reply-To: (Jone's message of "Mon, 5 Mar 2018 19:08:02 +0300") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jone Cc: Alex Kost , help-guix@gnu.org Jone skribis: >> Does =E2=80=98guix system reconfigure=E2=80=99 succeed once you specify = the >> =E2=80=98initrd-modules=E2=80=99 field as others suggested? > > This problem is resolved, thanks. But I still can't reconfigure system > (=E2=80=98--verbosity=3D10=E2=80=99 needed to see some output, otherwise = absolutely nothing > in console). Experimentally, I found out that the problem with the > following code blocks: > > 1. in file-systems: > > ;; (file-system > ;; (device "c36b9de3-2b00-4263-8844-9f2d72628d78") > ;; (mount-point "/mnt/oldhome") > ;; (type "ext4") > ;; (options "noatime,discard 0 0") > ;; (title 'uuid)) > > 2. and in bootloader configuration: > > (bootloader (bootloader-configuration > (bootloader grub-bootloader) > (target "/dev/sdd") > ;; (menu-entries (menu-entry > ;; (label "OldLinux") > ;; (linux "/boot/vmlinuz-4.14.9-calculate") > ;; (linux-arguments '("root=3D/dev/sda3")) > ;; (initrd > "/boot/initramfs-4.14.9-calculate.img"))) > )) > > If to comment out them (as above), then process starts, otherwise the > output is visible only with =E2=80=98--verbosity=3D10=E2=80=99 and nothin= g else happens, > there are no errors. But I need a possibility of the login in old system > and old partitions are necessary :) At first sight the code blocks above shouldn=E2=80=99t be a problem. Can you post the whole config file so we can investigate? Thanks, Ludo=E2=80=99.