Yesterday I took a look to kexec, a Linux kernel feature integrated since 2.6.13. It allows to reboot to a new kernel without having the initial BIOS setup launched.

So this morning, I wrote a little patch to initscripts in order to use this new cool feature. With this patch you just have to edit /etc/default/reboot and change REBOOT=reboot to REBOOT=kexec, and it should work !

The patch has been sent to the BTS, see #387599.