kexec#
Boot another kernel from a running one (no BIOS pass).
$ sudo kexec -l /boot/vmlinuz --initrd=/boot/initrd.img \
--reuse-cmdline
$ sudo kexec -e
Boot another kernel from a running one (no BIOS pass).
$ sudo kexec -l /boot/vmlinuz --initrd=/boot/initrd.img \
--reuse-cmdline
$ sudo kexec -e