On Mon, Mar 26, 2007 at 01:11:27PM -0600, Bob Montgomery wrote:
> On Mon, 2007-03-26 at 10:26 -0700, Judith Lebzelter wrote:
> > On Sun, Mar 25, 2007 at 06:12:40PM +0530, Rachita Kothiyal wrote:
> 
> > /proc/iomem does _not_ show a reserved region.  I guess the -l option must 
> > be failing silently.
> > 
> > I have the configuration set to:
> > 
> > CONFIG_KEXEC=y
> > # CONFIG_CRASH_DUMP is not set
> > CONFIG_PHYSICAL_START=0x100000
> > # CONFIG_RELOCATABLE is not set
> > CONFIG_PHYSICAL_ALIGN=0x100000
> > CONFIG_SYSFS=y
> > CONFIG_DEBUG_INFO=y
> > 
> > 
> > This is all that is required according to the Documentation.  I am running 
> > FC5.    
> > The grub options seem correct to me:
> > 
> > title 2.6.21-rc4-kexec
> >         root (hd0,0)
> >         kernel /vmlinuz-2.6.21-rc4-kexec console=ttyS0,38400n8 console=tty1 
> > ro [EMAIL PROTECTED] root=LABEL=/ nmi_watchdog=1
> >         initrd /initrd-2.6.21-rc4-kexec.img
> > 
> > The machine is kind of old, a Pentium III/700.126MHz 8-way.
> > 
> > Am I missing something obvious?
> 
> Maybe.  CONFIG_PHYSICAL_START = 0x100000 which is 1048576 (1M), but you
> have 16M as the location in your crashkernel parameter.  16M is 0x1000000.
> Is that the problem?

CONFIG_PHYSICAL_START=0x100000 (1M) is for this first, system kernel.  In the 
.config
for the second (kdump) kernel to be loaded by kexec, it is set to the 
0x1000000 (16M).

Judith

> 
> Bob Montgomery
_______________________________________________
fastboot mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/fastboot

Reply via email to