All of lore.kernel.org
 help / color / mirror / Atom feed
* kexec problem on CentOS 5.3
@ 2010-08-11 20:25 Josh England
  2010-08-12  1:08 ` Neil Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Josh England @ 2010-08-11 20:25 UTC (permalink / raw)
  To: kexec

I'm running CentOS 5.3 on x86_64 platform with kernel version
2.6.18-128.el5 and having issues running kexec.  I've got the kernel
built with CONFIG_KEXEC and CONFIG_CRASH_DUMP, and I'm booting with
crashkernel=64M@16M, but anytime I try to load a kernel with kexec I get
the following:

Invalid memory segment (nil) - 0x309fff

Did I miss something somewhere?  I will provide any additional
information if needed.

-JE



_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

* Re: kexec problem on CentOS 5.3
  2010-08-11 20:25 kexec problem on CentOS 5.3 Josh England
@ 2010-08-12  1:08 ` Neil Horman
  2010-08-12 17:55   ` Josh England
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Horman @ 2010-08-12  1:08 UTC (permalink / raw)
  To: Josh England; +Cc: kexec

On Wed, Aug 11, 2010 at 01:25:32PM -0700, Josh England wrote:
> I'm running CentOS 5.3 on x86_64 platform with kernel version
> 2.6.18-128.el5 and having issues running kexec.  I've got the kernel
> built with CONFIG_KEXEC and CONFIG_CRASH_DUMP, and I'm booting with
> crashkernel=64M@16M, but anytime I try to load a kernel with kexec I get
> the following:
> 
> Invalid memory segment (nil) - 0x309fff
> 
> Did I miss something somewhere?  I will provide any additional
> information if needed.
> 
ususally I see erors like that when you don't have sufficient memory reserved.
try bumping up your crashkernel allocation to 128M
Neil

> -JE
> 
> 
> 
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

* Re: kexec problem on CentOS 5.3
  2010-08-12  1:08 ` Neil Horman
@ 2010-08-12 17:55   ` Josh England
  0 siblings, 0 replies; 3+ messages in thread
From: Josh England @ 2010-08-12 17:55 UTC (permalink / raw)
  To: Neil Horman; +Cc: kexec

On Wed, 2010-08-11 at 21:08 -0400, Neil Horman wrote:
> On Wed, Aug 11, 2010 at 01:25:32PM -0700, Josh England wrote:
> > Invalid memory segment (nil) - 0x309fff
> > 
> ususally I see erors like that when you don't have sufficient memory reserved.
> try bumping up your crashkernel allocation to 128M

I just tried crashkernel=128M@16M and also crashkernel=256M@16M and it
keeps giving me the same error.  Shouldn't the (nil) actually be
something like 0x100000, corresponding to the 16M physical memory offset
of the kernel?  Looking at my kernel config, it doesn't even have a
CONFIG_PHYSICAL_START setting available.

-JE



_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2010-08-12 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11 20:25 kexec problem on CentOS 5.3 Josh England
2010-08-12  1:08 ` Neil Horman
2010-08-12 17:55   ` Josh England

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.