unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GuixSD kernel panic on linux-libre 3.18.7
@ 2015-02-26 11:35 Daniel Pimentel
  2015-02-26 11:42 ` Daniel Pimentel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Daniel Pimentel @ 2015-02-26 11:35 UTC (permalink / raw)
  To: guix-devel

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

P.S.: With old kernel (Linux-Libre 3.18.4) it's work.

Thanks,

-- 
Daniel Pimentel (d4n1)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GuixSD kernel panic on linux-libre 3.18.7
  2015-02-26 11:35 GuixSD kernel panic on linux-libre 3.18.7 Daniel Pimentel
@ 2015-02-26 11:42 ` Daniel Pimentel
  2015-02-26 12:28 ` Adam Pribyl
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Daniel Pimentel @ 2015-02-26 11:42 UTC (permalink / raw)
  To: guix-devel; +Cc: guix-devel-bounces+d4n1=opmbx.org

On 2015-02-26 08:35, 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
> 
> P.S.: With old kernel (Linux-Libre 3.18.4) it's work.
> 
> Thanks,
In other motherboard GuixSD work but if Thinkpad X200 Tablet not.

Sorry for forget put Thinkpad X200 in subject.
-- 
Daniel Pimentel (d4n1)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GuixSD kernel panic on linux-libre 3.18.7
  2015-02-26 11:35 GuixSD kernel panic on linux-libre 3.18.7 Daniel Pimentel
  2015-02-26 11:42 ` Daniel Pimentel
@ 2015-02-26 12:28 ` Adam Pribyl
  2015-02-26 17:12 ` Ludovic Courtès
  2015-02-26 18:31 ` Mark H Weaver
  3 siblings, 0 replies; 6+ messages in thread
From: Adam Pribyl @ 2015-02-26 12:28 UTC (permalink / raw)
  Cc: guix-devel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GuixSD kernel panic on linux-libre 3.18.7
  2015-02-26 11:35 GuixSD kernel panic on linux-libre 3.18.7 Daniel Pimentel
  2015-02-26 11:42 ` Daniel Pimentel
  2015-02-26 12:28 ` Adam Pribyl
@ 2015-02-26 17:12 ` Ludovic Courtès
  2015-02-26 18:31 ` Mark H Weaver
  3 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2015-02-26 17:12 UTC (permalink / raw)
  To: Daniel Pimentel; +Cc: guix-devel

Daniel Pimentel <d4n1@openmailbox.org> skribis:

> 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

Could you see if there’s a more meaningful error before that?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GuixSD kernel panic on linux-libre 3.18.7
  2015-02-26 11:35 GuixSD kernel panic on linux-libre 3.18.7 Daniel Pimentel
                   ` (2 preceding siblings ...)
  2015-02-26 17:12 ` Ludovic Courtès
@ 2015-02-26 18:31 ` Mark H Weaver
  2015-03-03  0:28   ` Daniel Pimentel
  3 siblings, 1 reply; 6+ messages in thread
From: Mark H Weaver @ 2015-02-26 18:31 UTC (permalink / raw)
  To: Daniel Pimentel; +Cc: guix-devel

Daniel Pimentel <d4n1@openmailbox.org> writes:

> 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
>
> P.S.: With old kernel (Linux-Libre 3.18.4) it's work.

You haven't given enough information, but the line above suggests that
the initialization program failed to boot the system.  This can happen
due to problems in your OS configuration.  Is your OS config exactly the
same now as it was when you installed the working system.

Anyway, to debug the problem further, it would be useful to see:

* More of the messages printed before the last line.

* Your OS config, along with any memories you have about what you might
  have changed since it last worked.

      Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GuixSD kernel panic on linux-libre 3.18.7
  2015-02-26 18:31 ` Mark H Weaver
@ 2015-03-03  0:28   ` Daniel Pimentel
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Pimentel @ 2015-03-03  0:28 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel, guix-devel-bounces+d4n1=opmbx.org

[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]

On 2015-02-26 15:31, Mark H Weaver wrote:
> Daniel Pimentel <d4n1@openmailbox.org> writes:
> 
>> 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
>> 
>> P.S.: With old kernel (Linux-Libre 3.18.4) it's work.
> 
> You haven't given enough information, but the line above suggests that
> the initialization program failed to boot the system.  This can happen
> due to problems in your OS configuration.  Is your OS config exactly 
> the
> same now as it was when you installed the working system.
> 
> Anyway, to debug the problem further, it would be useful to see:
> 
> * More of the messages printed before the last line.
> 
> * Your OS config, along with any memories you have about what you might
>   have changed since it last worked.
> 
>       Mark
Attached a image with kernel panic (maybe I send Log too). Sorry for my 
late.

Thanks,
-- 
Daniel Pimentel (d4n1)

[-- Attachment #2: IMG_20150226_082554.jpg --]
[-- Type: image/jpeg, Size: 341681 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-03  0:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 11:35 GuixSD kernel panic on linux-libre 3.18.7 Daniel Pimentel
2015-02-26 11:42 ` Daniel Pimentel
2015-02-26 12:28 ` Adam Pribyl
2015-02-26 17:12 ` Ludovic Courtès
2015-02-26 18:31 ` Mark H Weaver
2015-03-03  0:28   ` Daniel Pimentel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).