부팅시 아래와 같은 메시지와 함께 PS/2 키보드가 바로 인식되지 않을 수 있다.
PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
일부 BIOS 에서 발생할 수 있는 문제이며 부트 로더에 커널 인자로 아래 값을 추가한다.
i8042.nopnp=1
Grub을 사용한다면 아래와 같이 커널 인자를 전달할 수 있다.
title Debian GNU/Linux 5.0 root (hd0,1) kernel /boot/vmlinuz-2.6.29.090518 root=UUID=7d0ee3d0-05cd-4737-ba08-2dee eeff6ea9 ro i8042.nopnp=1 vga=785 splash quiet initrd /boot/initrd.img-2.6.29.090518