2.第一次启动,在grup引导时,按e进入edit模式,将鼠标移动到第二行,按e进行编辑,在行末尾加上vesa i8042.noloop,回车,按b启动
3.以root用户登陆,然后编辑/etc/grub.conf,命令如下:
引用:#vi /etc/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vesa i8042.noloop psmouse.proto=imps clock=pit vga=771
initrd /initrd-2.6.23.1-42.fc8.img
编辑后保存,linux 即可正常运行。