Discussion:
Running kexec, kernel gets stuck at "Starting new kernel"
Rudici Cazeao
2017-04-28 01:50:57 UTC
Permalink
I am running kexec in consecutive loops on 4 different dual-core arm processors. On 3 of these processors, usually, somewhere between the 500th and the 5000th loop, the kernel gets stuck at "Starting new kernel". On the remaining processor, kexec is run over and over without running into this issue. And this appears to be pretty consistent. Any ideas?

Also, on rare occasions, the kernel gets stuck at " Uncompressing Linux... done, booting the kernel".

The SoC is Cortex-A9 (ARMv7-A)
The kernel version is 3.0.51-rt75
Pratyush Anand
2017-05-01 10:53:45 UTC
Permalink
Post by Rudici Cazeao
I am running kexec in consecutive loops on 4 different dual-core arm processors. On 3 of these processors, usually, somewhere between the 500th and the 5000th loop, the kernel gets stuck at "Starting new kernel". On the remaining processor, kexec is run over and over without running into this issue. And this appears to be pretty consistent. Any ideas?
Also, on rare occasions, the kernel gets stuck at " Uncompressing Linux... done, booting the kernel".
Try to look for earlycon or earlyprintk setting for your board, and pass that
in "--append=" of kexec. You will have more information about the failed
component.

~Pratyush

Loading...