Re: [systemd-devel] kexec -p option does not cause a reboot on panic

2016-11-03 Thread Lennart Poettering
On Sat, 29.10.16 00:16, Dey, Megha (megha@intel.com) wrote: > Hi, > > I was testing kexec on systemd (Ubuntu 16.04). Here are the steps I follow: systemd is not involved with crash dumping on kernel crashes. Please contact your distro maintainers or the crash dumping maintainers for help,

Re: [systemd-devel] kexec -p option does not cause a reboot on panic

2016-10-30 Thread Satya Naik
Hi, Build primary kernel with enabling this config . Please read the documentation for this config for your hardware. CONFIG_PHYSICAL_START=0x100 CONFIG_SYSFS=y CONFIG_HIGHMEM4G=y CONFIG_RELOCATABLE=y CONFIG_KEXEC=y CONFIG_DEBUG_INFO=y CONFIG_CRASH_DUMP=y later you can check the running

Re: [systemd-devel] kexec -p option does not cause a reboot on panic

2016-10-30 Thread Andrei Borzenkov
29.10.2016 03:16, Dey, Megha пишет: > Hi, > > I was testing kexec on systemd (Ubuntu 16.04). Here are the steps I follow: > > > 1. Install a kexec aware kernel (all the configs needed for kexec are > enabled) > > 2. Give the following command after making sure we have set up crash

[systemd-devel] kexec -p option does not cause a reboot on panic

2016-10-28 Thread Dey, Megha
Hi, I was testing kexec on systemd (Ubuntu 16.04). Here are the steps I follow: 1. Install a kexec aware kernel (all the configs needed for kexec are enabled) 2. Give the following command after making sure we have set up crash memory: kexec -p --initrd= --reuse-cmdline 3.