CentOS 6.10 Freezing with Kernel Panic
-
Recently updated an older CentOS 6 box to the latest 6.10 with the new kernel. When booting, we get a kernel panic with the following errors:
atkbd.c: Unknown key pressed (translated set 2, code 0xba on isa0060/serio0). atkbd.c: Use 'setkeycodes e03a <keycode>' to make it known.
-
Kernel Working: 2.6.32-573.7.1.el6.x86_64
Kernel Not Working: 2.6.32-754.18.2.el6.x86_64 -
@scottalanmiller said in CentOS 6.10 Freezing with Kernel Panic:
isa0060
isa0060 is touch pad device, you can black list it in grub boot
-
https://bugs.launchpad.net/ubuntu/+source/module-init-tools/+bug/60716
evbug is Input driver event debug module.
It should not be autoloaded. It is listed in /etc/modprobe.d/blacklist (or
should be). If it isn't on your system, then perhaps you modifed that file at
some point.Does the file /etc/modprobe.conf exist? It should not exist. (On an modern system that file OVERRIDES all distribution-supplied configuration, including blacklists, rather than augments it.)
-
@Emad-R said in CentOS 6.10 Freezing with Kernel Panic:
@scottalanmiller said in CentOS 6.10 Freezing with Kernel Panic:
isa0060
isa0060 is touch pad device, you can black list it in grub boot
Good call, attempting to blacklist.
-
@Emad-R said in CentOS 6.10 Freezing with Kernel Panic:
@scottalanmiller said in CentOS 6.10 Freezing with Kernel Panic:
isa0060
isa0060 is touch pad device, you can black list it in grub boot
Comes up as an AT Keyboard.
-
This is on a Cisco UCS Blade, BTW.
-