WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [solved] Auto reboot in case of a KP ?  (Read 1518 times)

Offline Larry3

  • Newbie
  • *
  • Posts: 2
[solved] Auto reboot in case of a KP ?
« on: March 09, 2014, 05:13:54 AM »
Hello,

I would like to know if Core 64 bits enables itself to automatically reboot in case of a kernel panic ?

I am talking about a functionality such as

kernel.panic = xx

like possible in /etc/sysctl.conf in Debian.

Thanks
« Last Edit: March 09, 2014, 12:48:12 PM by Larry3 »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Auto reboot in case of a KP ?
« Reply #1 on: March 09, 2014, 11:11:29 AM »
You could use the "panic=" parameter on your bootline as documented here:

https://www.kernel.org/doc/Documentation/kernel-parameters.txt
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Larry3

  • Newbie
  • *
  • Posts: 2
Re: Auto reboot in case of a KP ?
« Reply #2 on: March 09, 2014, 12:47:26 PM »
Many thanks :)