what is the current support of kexec ?
When I was trying to use it, the system could not boot.
Linux 4.8.11 + grsecurity-3.1-4.8.11-201611271225.patch
- Code: Select all
root@ubuntu16-grsec:~# kexec -l /boot/vmlinuz-4.8.11-grsec --initrd=/boot/initrd.img-4.8.11-grsec --reuse-cmdline
root@ubuntu16-grsec:~# echo $?
0
root@ubuntu16-grsec:~# cat /sys/kernel/kexec_loaded
1
root@ubuntu16-grsec:~# systemctl kexec
- Code: Select all
---
[[0;32m OK [0m] Stopped target Remote File Systems.
[[0;32m OK [0m] Stopped target Remote File Systems (Pre).
Stopping Login to default iSCSI targets...
[ 423.142097] kexec_core: Starting new kernel
... hangs here ...
# top
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
28742 107 20 0 1384172 562260 19960 S 99.1 1.7 4:59.50 qemu-kvm
- config-4.8.11-grsec http://pastebin.com/Cp4J2BrG
- crash dump doesn't seem to show anything useful:
http://pastebin.com/CLBUtSSQ
Thank you in advance,
Kind Regards,
Andrey Arapov