> 
>    1. kernel cannot load with -p option (Judith Lebzelter)

> Hi,
> 
> I installed the kexec tools and was trying to load a newly built
> 2.6.21-rc4 kernel using this command:
> 
> kexec -p /boot/vmlinux-kdump --initrd=/boot/initrd-2.6.21-rc4-kdump.img
> --args-linux --console-serial --elf32-core-headers --append="1
> root=LABEL=/ irqpoll console=ttyS0,38400  , earlyprintk=ttyS0,38400
> debug"
> 
> but kexec gives an error:  'Cannot load /boot/vmlinux-kdump'
> 
> However, when I load with -l:
> 
> kexec -l /boot/vmlinux-kdump --initrd=/boot/initrd-2.6.21-rc4-kdump.img
> --args-linux --console-serial --elf32-core-headers --append="1
> root=LABEL=/ irqpoll console=ttyS0,38400  , earlyprintk=ttyS0,38400
> debug"
> 
> I do not see the error.
> 
> Are these options all right for i686?  (I've been doing mostly x86_64
> with few problems)
> 
> Thanks,
> Judith
> 
> 
> 

Did you follow the Documentation/kdump/kdump.txt ??

How do you build the vmlinux-kdump ?? 
SMP=n
CRASH_DUMP=y
PHYSICAL_ADDRESS=xxxxxx

These three are the madetory fileds ...


Please check with the aboe options and try once again ...


Thanks
Seetharam



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

Reply via email to