>> -----Original Message----- >> From: fedora-list-bounces@xxxxxxxxxx [mailto:fedora-list-bounces@xxxxxxxxxx] >> Sent: Monday, February 21, 2005 4:34 PM >> >> DOH!!!! Sorry folks -- I quite neatly forgot to paste it in >> >> Heres the grub.conf file >> >> # 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/hda2 >> # initrd /initrd-version.img >> #boot=/dev/hda >> default=0 >> timeout=10 >> splashimage=(hd0,0)/grub/splash.xpm.gz >> title Fedora Core (2.6.10-1.14_FC2) >> root (hd0,0) >> kernel /vmlinuz-2.6.10-1.14_FC2 ro root=LABEL=/ rhgb quiet Change this line to: kernel /vmlinuz-2.6.10-1.14_FC2 ro root=LABEL=/ rhgb quiet psmouse.proto=bare >> initrd /initrd-2.6.10-1.14_FC2.img >> title Fedora Core (2.6.5-1.358) >> root (hd0,0) >> kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet >> initrd /initrd-2.6.5-1.358.img You can also test this without changing grub.conf by editing this line from grub during the boot process. When the grub menu appears, hit an arrow key to stop the timer (you have 10 seconds based on the timeout in your grub.conf). Once the timer is stopped, you'll have time to read the text under the available boot options. What you want to do is select the one you want to edit (most likely the top one) and hit the letter <a>. Type the stuff you want to add at the end (the psmouse stuff) and hit enter. -- Henry