Hi Everyone,
I just did a clean install of Debian xfce4 from the Squeeze live CD.
I found out that issuing reboot, does not really reboot. Instead of going all the way to grub menu, it shuts all services, and reload the kernel and all services.
I have never seen such behaviour, and I’m guessing it is somehow related to the new grub2.
Can some enlighten me ?
Thanks,
Oz
Justin B. Rye
If you don’t see the POST process and GRUB prompt, it’s conceivable you have kexec-tools installed (and enabled): kexec replaces reboots with a “warm reload” into whatever kernel is the target of /vmlinuz. This is handy for minimising a server’s downtime during a kernel upgrade if its BIOS takes ages to initialise hardware, but less handy if you wanted to reboot into your Windows install!
Hi Justin, at the moment this pacakge is not installed on my system, and the issue is solved. I don’t know why it was installed, but during one of the last upgrades it was removed (at least according to cat /var/log/dpkg.log | grep kexec 2011-05-12 06:28:33 remove kexec-tools 1:2.0.2-1
Thanks !
“…cat /var/log/dpkg.log | grep kexec 2011-05-12 06:28:33 remove kexec-tools 1:2.0.2-1”
@oz123 seems the version of kexec-tools you had installed ( 1:2.0.2-1 ) was from unstable (sid)
The Q&A was helpful still as marking kexec-tools ‘manual’ and ‘forbid version’ in aptitude is something I will try to remember to do on desktops now.
The package hierarchy in unstable has dependencies which are mostly correct, however having unstable packages on your system, like you did, ( kexec-tools 1:2.0.2-1 ) does involve a little dependency risk – sometimes a package might be pulled down through a dependency that you weren’t expecting. http://packages.debian.org/source/unstable/kexec-tools
What do you mean “reload the kernel”? You don’t get the usual BIOS stuff?