From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: boot fails after system reconfigure Date: Tue, 23 May 2017 20:26:28 +0200 Message-ID: References: <20170523172902.GA17127@jasmine> <20170523174954.GA18648@jasmine> <20170523180914.GA19306@jasmine> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f403045c0d04523d61055035200b" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDEVr-0008LN-NF for help-guix@gnu.org; Tue, 23 May 2017 14:26:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDEVq-0005we-NQ for help-guix@gnu.org; Tue, 23 May 2017 14:26:31 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDEVq-0005wS-BZ for help-guix@gnu.org; Tue, 23 May 2017 14:26:30 -0400 Received: by mail-wm0-x229.google.com with SMTP id d127so37269917wmf.0 for ; Tue, 23 May 2017 11:26:30 -0700 (PDT) In-Reply-To: <20170523180914.GA19306@jasmine> 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: Leo Famulari Cc: help-guix --f403045c0d04523d61055035200b Content-Type: text/plain; charset="UTF-8" 2017-05-23 20:09 GMT+02:00 Leo Famulari : > On Tue, May 23, 2017 at 07:56:07PM +0200, Catonano wrote: > > > > (file-systems (cons (file-system > > > > (device "my-root") > > > > (title 'label) > > > > (mount-point "/") > > > > (type "ext4") > > > > > > > > ) > > > > %base-file-systems)) > > > > This is e2label > > > > catonano@xps ~$ sudo e2label /dev/sda > > sda sda1 sda2 sda3 sda5 sda6 > > catonano@xps ~$ sudo e2label /dev/sda1 > > boot > > catonano@xps ~$ sudo e2label /dev/sda2 > > e2label: Valore magic non corretto nel super-blocco nell'aprire /dev/sda2 > > /dev/sda2 contiene un file system swap > > catonano@xps ~$ sudo e2label /dev/sda3 > > e2label: Attempt to read block from filesystem resulted in short read > > nell'aprire /dev/sda3 > > Impossibile trovare un valido super-blocco per il file system. > > catonano@xps ~$ sudo e2label /dev/sda5 > > root > > catonano@xps ~$ sudo e2label /dev/sda6 > > home > > The issue is that there is no filesystem with the label 'my-root'. Did > this configuration really work previously with the same partition and > filesystem layout? > Oh gosh, no The conf file I pasted is not the one I used for the working generations The conf file I pasted is the one I used for playing with the qemu virtual machines ! Now I'm reconiguring again with the hopeully right file I'll let you know Sorry, I have been panicking ! --f403045c0d04523d61055035200b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2017-05-23 20:09 GMT+02:00 Leo Famulari = <leo@famulari.nam= e>:
=
On Tue, May 23, 2017 at 07:= 56:07PM +0200, Catonano wrote:
> > >=C2=A0 =C2=A0(file-systems (cons (file-system
> > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(device "my-root")
> > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(title 'label)
> > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(mount-point "/")
> > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(type "ext4")
> > >
> > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0)
> > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0%base-file-systems))
>
> This is e2label
>
> catonano@xps ~$ sudo e2label /dev/sda
> sda=C2=A0 =C2=A0sda1=C2=A0 sda2=C2=A0 sda3=C2=A0 sda5=C2=A0 sda6
> catonano@xps ~$ sudo e2label /dev/sda1
> boot
> catonano@xps ~$ sudo e2label /dev/sda2
> e2label: Valore magic non corretto nel super-blocco nell'aprire /d= ev/sda2
> /dev/sda2 contiene un file system swap
> catonano@xps ~$ sudo e2label /dev/sda3
> e2label: Attempt to read block from filesystem resulted in short read<= br> > nell'aprire /dev/sda3
> Impossibile trovare un valido super-blocco per il file system.
> catonano@xps ~$ sudo e2label /dev/sda5
> root
> catonano@xps ~$ sudo e2label /dev/sda6
> home

The issue is that there is no filesystem with the label 'my-root= '. Did
this configuration really work previously with the same partition and
filesystem layout?

Oh gosh, no

=
The conf file I pasted is not the one I us= ed for the working generations

The = conf file I pasted is the one I used for playing with the qemu virtual mach= ines !

Now I'm reconiguring aga= in with the hopeully right file
I'l= l let you know

Sorry, I have been p= anicking !
--f403045c0d04523d61055035200b--