Automatic Reboot after Kernel Panic (Ubuntu)
I don’t know why Ubuntu server doesn’t have this enabled by default, but you should add the following to /etc/sysctrl.conf:
kernel.panic=60
This will automatically reboot your server 60 seconds after a kernel panic.
June 18, 2008