From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: System installation from a USB stick Date: Fri, 18 Jul 2014 20:12:06 +0200 (CEST) Message-ID: References: <87y4xdhgn3.fsf@gnu.org> <877g3z2w60.fsf@gnu.org> <87r41jp2pa.fsf@gnu.org> <877g3ayjeq.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Cdi-0002aX-FO for guix-devel@gnu.org; Fri, 18 Jul 2014 14:12:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8Cdd-0003It-BZ for guix-devel@gnu.org; Fri, 18 Jul 2014 14:12:14 -0400 Received: from sandbox.cz ([87.236.197.188]:54386 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Cdd-0003GM-5p for guix-devel@gnu.org; Fri, 18 Jul 2014 14:12:09 -0400 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 016DC38425 for ; Fri, 18 Jul 2014 20:12:06 +0200 (CEST) In-Reply-To: <877g3ayjeq.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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 Cc: guix-devel On Fri, 18 Jul 2014, David Thompson wrote: > Adam Pribyl writes: > >> Booted fine, but mounted my HDD install root /dev/sda1 as /real-root and I >> can not unmount it or >> find /real-root... > > Try `mkdir /real-root` first? Making this directory on USB flash with guix root did not change anything. IMHO this is some remain after initrd or something... > -- > David Thompson Adam Pribyl