▼マウスが使えない現象の修正
/boot/grub/grub.conf の kernel 部分に i8042.noloop を追加します。
kernel /vmlinuz-2.6.18-128.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet i8042.noloop
▼X が表示できない現象の修正
/etc/X11/xorg.conf の
DefaultDepth を 24 → 16 に変更
Section "Screen" SubSection "Display" Depth を 24 → 16 に変更