Debian Tip:Use kexec for a quick reboot
Posted by Admin on November 22nd, 2009
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
kexec tool for kexec reboots - This tool is used to load a kernel in memory and reboot into the kernel loaded in memory using the kexec system call.
Install kexec-tools in debian
#apt-get install kexec-tools
and you’re done! Never again will you see that ugly BIOS POST when rebooting your Debian


January 14th, 2010 at 1:10 pm
What happens when you want to see the BIOS messages, say if h/w is giving you problems. Do you have to apt-get remove kexec-tools? Thanks for the info.