All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.30-rc8 does not boot
@ 2009-06-08 10:23 Michael Tokarev
  2009-06-08 10:47 ` Michael Tokarev
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2009-06-08 10:23 UTC (permalink / raw)
  To: Linux-kernel

Hello.

I just gave 2.6.30-rc a try, taken from Linus git, tag v2.6.29-rc8.
And this one does not want to boot on my test machine which is an
AMD X2-64 with AMD780G chipset.  Neither 64 nor 32bit kernel boots.
I even tried in kvm virtual machine, -- same effect.  It freezes right
after displaying "Verifying BIOS data successful" message -- nothing
more is on the screen.

I did `make silentoldconfig' based on my current 2.6.29 configs.  In
the configs there are the following changes:
  - quite some changes in various new/changed drivers (which should
    not affect what I'm seeing)

  - decompression: I've no idea what compression it used before, but
    `make oldconfig' offered gzip by default which I accepted. Should
    I try bzip2 instead?

  - changed HZ from 100 to 300

  - also the following which I don't think I touched:

   -X86_INTERNODE_CACHE_BYTES=128
   +X86_INTERNODE_CACHE_BYTES=64

   -X86_L1_CACHE_BYTES=128
   +X86_L1_CACHE_BYTES=64

   -X86_L1_CACHE_SHIFT=7
   +X86_L1_CACHE_SHIFT=6

I'm trying different compression method for now.  If it will solve
this issue, my conclusion will be that the default value is  wrong
and - oh well - expect more reports/questions like this one :)

The rest of the system is not very interesting I think: the kernel
config is pretty generic (most stuff is in modules), compiler is
default on Debian Lenny (4.3.2-1.1).

Thanks!

/mjt

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

* Re: 2.6.30-rc8 does not boot
  2009-06-08 10:23 2.6.30-rc8 does not boot Michael Tokarev
@ 2009-06-08 10:47 ` Michael Tokarev
  2009-06-08 11:00   ` solved: " Michael Tokarev
  2009-06-08 11:06   ` Vegard Nossum
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tokarev @ 2009-06-08 10:47 UTC (permalink / raw)
  To: Linux-kernel

Michael Tokarev wrote:
> Hello.
> 
> I just gave 2.6.30-rc a try, taken from Linus git, tag v2.6.29-rc8.
> And this one does not want to boot on my test machine which is an
> AMD X2-64 with AMD780G chipset.  Neither 64 nor 32bit kernel boots.
> I even tried in kvm virtual machine, -- same effect.  It freezes right
> after displaying "Verifying BIOS data successful" message -- nothing
> more is on the screen.
> 
> I did `make silentoldconfig' based on my current 2.6.29 configs.  In
> the configs there are the following changes:
>  - quite some changes in various new/changed drivers (which should
>    not affect what I'm seeing)
> 
>  - decompression: I've no idea what compression it used before, but
>    `make oldconfig' offered gzip by default which I accepted. Should
>    I try bzip2 instead?
> 
>  - changed HZ from 100 to 300
> 
>  - also the following which I don't think I touched:
> 
>   -X86_INTERNODE_CACHE_BYTES=128
>   +X86_INTERNODE_CACHE_BYTES=64
> 
>   -X86_L1_CACHE_BYTES=128
>   +X86_L1_CACHE_BYTES=64
> 
>   -X86_L1_CACHE_SHIFT=7
>   +X86_L1_CACHE_SHIFT=6
> 
> I'm trying different compression method for now.  If it will solve
> this issue, my conclusion will be that the default value is  wrong
> and - oh well - expect more reports/questions like this one :)

Ok, compression did not change anything.  But now I've a bit more
info available.  Here's how the boot screen looks like when the
boot stops:

Loading kernel ....
Loading initrd ....
BIOS data check successful


PANIC: early exception 0e rip: 10:ffffffff802c9abd error 0 cr2 0

> The rest of the system is not very interesting I think: the kernel
> config is pretty generic (most stuff is in modules), compiler is
> default on Debian Lenny (4.3.2-1.1).

Tried two boot loaders: lilo (22.8) and extlinux.  With similar
effect.

Thanks!

/mjt


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

* solved: Re: 2.6.30-rc8 does not boot
  2009-06-08 10:47 ` Michael Tokarev
@ 2009-06-08 11:00   ` Michael Tokarev
  2009-06-08 11:06   ` Vegard Nossum
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2009-06-08 11:00 UTC (permalink / raw)
  To: Linux-kernel

[2nd reply to my own email...]

Michael Tokarev wrote:
> Michael Tokarev wrote:
>> Hello.
>>
>> I just gave 2.6.30-rc a try, taken from Linus git, tag v2.6.29-rc8.
>> And this one does not want to boot on my test machine which is an
>> AMD X2-64 with AMD780G chipset.  Neither 64 nor 32bit kernel boots.
>> I even tried in kvm virtual machine, -- same effect.  It freezes right
>> after displaying "Verifying BIOS data successful" message -- nothing
>> more is on the screen.
>>
[]
> Loading kernel ....
> Loading initrd ....
> BIOS data check successful
> 
> PANIC: early exception 0e rip: 10:ffffffff802c9abd error 0 cr2 0

It turned out to be an issue with acpi-dsdt-initrd-v0.9c-2.6.29.patch
which I forgot to remove from my package when rebuilding the kernel.
Reverting that patch solved boot issues and the kernel is now working.

Please excuse me for the noise.

Thanks!

/mjt

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

* Re: 2.6.30-rc8 does not boot
  2009-06-08 10:47 ` Michael Tokarev
  2009-06-08 11:00   ` solved: " Michael Tokarev
@ 2009-06-08 11:06   ` Vegard Nossum
  1 sibling, 0 replies; 4+ messages in thread
From: Vegard Nossum @ 2009-06-08 11:06 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: Linux-kernel

2009/6/8 Michael Tokarev <mjt@tls.msk.ru>:
> Michael Tokarev wrote:
>>
>> Hello.
>>
>> I just gave 2.6.30-rc a try, taken from Linus git, tag v2.6.29-rc8.
>> And this one does not want to boot on my test machine which is an
>> AMD X2-64 with AMD780G chipset.  Neither 64 nor 32bit kernel boots.
>> I even tried in kvm virtual machine, -- same effect.  It freezes right
>> after displaying "Verifying BIOS data successful" message -- nothing
>> more is on the screen.
[...]
> PANIC: early exception 0e rip: 10:ffffffff802c9abd error 0 cr2 0

That seems to be a NULL dereference (0e = page fault, cr2 0 =
dereferenced address).

Try:
$ addr2line -e vmlinux -i ffffffff802c9abd

This should print the name of the function that crashed. If you enable
CONFIG_DEBUG_INFO you can get the exact line number info too (but
remember to replace the ffffffff802c9abd with the new value if you
recompile and run it again).


Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036

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

end of thread, other threads:[~2009-06-08 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08 10:23 2.6.30-rc8 does not boot Michael Tokarev
2009-06-08 10:47 ` Michael Tokarev
2009-06-08 11:00   ` solved: " Michael Tokarev
2009-06-08 11:06   ` Vegard Nossum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.