From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Kernel panic while installing GuixSD Date: Thu, 28 Jan 2016 14:39:18 +0100 Message-ID: <878u39ddrt.fsf@gnu.org> References: <87bn88tp2p.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]:45535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOmnE-0003Wt-A5 for help-guix@gnu.org; Thu, 28 Jan 2016 08:39:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOmnB-0004JE-4b for help-guix@gnu.org; Thu, 28 Jan 2016 08:39:24 -0500 In-Reply-To: (Kabelo Moiloa's message of "Tue, 26 Jan 2016 18:36:16 +0000") 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-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Kabelo Moiloa Cc: help-guix@gnu.org Kabelo Moiloa skribis: > Okay, using a VirtualBox VM, I obtained the following error message before > the VFS one: > No filesystem could mount root, tries ext3 ext2 ext4 vfat I don=E2=80=99t know where this message comes from; there=E2=80=99s no such= error message in Guix. Could you type =E2=80=98e=E2=80=99 from the GRUB menu, and add =E2=80=9C--r= epl=E2=80=9D on the =E2=80=98linux=E2=80=99 line, then type Ctrl-X? That should give you a Guile prompt. From there can you type: ,use (gnu build file-systems) (disk-partitions) (find-partition-by-label "gnu-disk-image") and send us what the last two lines return? Thanks in advance, Ludo=E2=80=99.