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:27:00 +0200 Message-ID: References: <20170523172902.GA17127@jasmine> <20170523174954.GA18648@jasmine> <20170523180914.GA19306@jasmine> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f4030438914c3ccf10055035224a" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDEWO-0008RG-4R for help-guix@gnu.org; Tue, 23 May 2017 14:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDEWN-00067Q-0n for help-guix@gnu.org; Tue, 23 May 2017 14:27:04 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:38488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDEWM-000676-F9 for help-guix@gnu.org; Tue, 23 May 2017 14:27:02 -0400 Received: by mail-wm0-x234.google.com with SMTP id e127so41429399wmg.1 for ; Tue, 23 May 2017 11:27:02 -0700 (PDT) In-Reply-To: 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 --f4030438914c3ccf10055035224a Content-Type: text/plain; charset="UTF-8" it's compiling the kernel This will take a while 2017-05-23 20:26 GMT+02:00 Catonano : > 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 ! > --f4030438914c3ccf10055035224a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
it's compiling the kernel
This will take= a while

2017-05-23 20:26 GMT+02:00 Catonano <catonano@gmail.com>:<= br>
2= 017-05-23 20:09 GMT+02:00 Leo Famulari <leo@famulari.name>:<= br>
On Tue, May 23, 2017 at 07:56:07PM +0200, Catonano wrot= e:
> > >=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 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 reco= niguring again with the hopeully right file
I'll let you know

Sorry, I= have been panicking !

--f4030438914c3ccf10055035224a--