最初設置時の「boot:」の画面で
「linux vesa i8042.noloop psmouse.proto=imps clock=pit」を入力してから Enter
インストールが終わった後管理者権限でログインして
「/etc/grub.conf」を以下のように赤い部分を追記する。
defult=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-164.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
i8042.noloop psmouse.proto=imps clock=pit
initrd /initrd-2.6.18-164.el5.img
*「boot:」の画面で何も入力しないまま進むとグラフィックモードが正確に表示されない。
*もしくは「boot:linux vesa」で進んだ場合はマウスが動かない。
*管理者は CentOS 4.5 で設置できました。