From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: System installation from a USB stick Date: Sat, 19 Jul 2014 15:15:42 +0200 Message-ID: <87vbqtfq0x.fsf@gnu.org> References: <87y4xdhgn3.fsf@gnu.org> <877g3z2w60.fsf@gnu.org> <87r41jp2pa.fsf@gnu.org> <87bnslk4d6.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]:37171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8UUT-0001fb-77 for guix-devel@gnu.org; Sat, 19 Jul 2014 09:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8UUJ-0008TI-FX for guix-devel@gnu.org; Sat, 19 Jul 2014 09:15:53 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:34399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8UUJ-0008TD-7q for guix-devel@gnu.org; Sat, 19 Jul 2014 09:15:43 -0400 In-Reply-To: (Adam Pribyl's message of "Sat, 19 Jul 2014 14:02:51 +0200 (CEST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Adam Pribyl Cc: guix-devel Adam Pribyl skribis: > On Sat, 19 Jul 2014, Ludovic Court=C3=A8s wrote: [...] >> The installation image=E2=80=99s root is mounted by label. So if you ha= ppen to >> have a different partition with the label =E2=80=98gnu-disk-image=E2=80= =99, then it may >> end up mounting the wrong partition. That=E2=80=99s what=E2=80=99s happ= ening here, >> right? > > Well, could be, this is a test machine where I installed the previous > USB image. If the name is the same at installes as the USB OS, then it > is very probable. The partition is manually created by the user. So unless you did =E2=80=98mkfs.ext2 -L gnu-disk-image ...=E2=80=99, there=E2=80=99s no reaso= n it uses the same name. But can you actually check whether this is the case, for instance using the =E2=80=98blkid=E2=80=99 command? Thanks, Ludo=E2=80=99.