Re: kexec not working

2016-03-05 Thread Ronit Halder
Hi Rami, kexec -p executes normally. Then when I do echo c > /proc/sysrq-trigger, screen freezes and nothing happens. But, There is a small thing which is different when I execute echo c > /proc/sysrq-trigger without kexec -p, the caps lock light blinks. But in case of kexec -p ... and cho c > /pro

Re: kexec not working

2016-03-05 Thread Rami Rosen
Hi Ronit, Can you please tell what happens when you ran the "kexec -p" that you mentioned ? Do you see any message on screen ? Does it hang immediately ? Regards, Rami Rosen בתאריך 6 במרץ 2016 05:23, "Ronit Halder" כתב: > When I am doing normal load of kernel using kexec, it works. > > #kexec -l

kexec not working

2016-03-05 Thread Ronit Halder
When I am doing normal load of kernel using kexec, it works. #kexec -l /boot/vmlinuz-4.3.0-crash+ --initrd=/boot/initramfs-4.3.0-crash+.img --append="root=/dev/mapper/fedora-root 1 irqpoll maxcpus=1 reset_devices" #kexec -e But, when I am doing load on panic using kexec, it isn't working. #ke