Web Hosting Talk







View Full Version : "Smart Boot" for linux?


ckpeter
02-24-2002, 11:38 AM
I am a semi-newbie linux administrator. Everytime I try to upgrade the kernel and remotely reboot the server, I always have the fear that the new kernel won't work, and the machine will be stuck in the booting process, while I can do nothing(since its a dedicated server), except calling tech support.

Is there any smart boot software(lilo? grub?) for linux that would skip over a failed boot and use a "last known good kernel"?

Thanks,

Peter

priyadi
02-26-2002, 08:31 AM
I think that wouldn't be possible :(. After LILO/grub has executed a (broken) kernel, the computer is under control of the kernel itself.

jks
02-26-2002, 09:15 AM
Originally posted by priyadi
I think that wouldn't be possible :(. After LILO/grub has executed a (broken) kernel, the computer is under control of the kernel itself.

With a hardware watchdog - it is possible.

However I do not know if LILO has support for such (as they could indicate whether or not they have had to force a reboot in the last xx minutes / seconds).