Texte - Anleitungen - Linux - Error during remote...
Error during remote reboot over ssh
Problem:
My MSI Neo2 K8T Mainboard would reboot when a keyboard was attached to the linux machine, but when the keyboard was absent, the machine would hang during reboot.


Solution:
Just upgrade your MSI BIOS to the current version (9.2 at this moment). You can download it at the official MSI site.

If for any reason you can't upgrade, then there is an alternative:
Add the following kernel option to your grub.conf file (located in /etc/grub.conf): i8042.reset
The changed part in your grub.conf file might then look like this:
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ i8042.reset
initrd /initrd-2.6.11-1.1369_FC4.img
Can Özdemir
eingereicht von Usher