From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: GuixSD kernel panic on linux-libre 3.18.7 Date: Thu, 26 Feb 2015 13:28:10 +0100 (CET) Message-ID: References: <6768e1bbe5e2dcba3e3b2e8e884b14fc@openmailbox.org> 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]:44406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQxY7-0003rc-3P for guix-devel@gnu.org; Thu, 26 Feb 2015 07:28:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQxY4-00012p-Bg for guix-devel@gnu.org; Thu, 26 Feb 2015 07:28:15 -0500 Received: from sandbox.cz ([87.236.197.188]:45518 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQxY4-00012i-4g for guix-devel@gnu.org; Thu, 26 Feb 2015 07:28:12 -0500 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 21BA238166 for ; Thu, 26 Feb 2015 13:28:10 +0100 (CET) In-Reply-To: <6768e1bbe5e2dcba3e3b2e8e884b14fc@openmailbox.org> 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@gnu.org On Thu, 26 Feb 2015, Daniel Pimentel wrote: > Hi Guix, > > I installed GuixSD on Lenovo X200 Tablet with success (Linux-Libre 3.18.4), > but after upgrade (# guix pull; guix system reconfigure /etc/config.scm) > there is a kernel panic with kernel higher than 3.18.4 (last line): > kernel panic - not syncing: Attempted to kill init! exit code=0x00000100 This may a or may not be related to kernel, the message is too common to find what is going on. guix pull and reconfigure is too invasive to say this is a kernel fault. It could be the initramfs is not build, root device not set properly etc... > P.S.: With old kernel (Linux-Libre 3.18.4) it's work. > > Thanks, > > -- > Daniel Pimentel (d4n1) Adam Pribyl