Just what commands did you give grub after the changes.?
There is a command something like grub -install (don't have a grub machine handy here at the moment to check) to make grub reread its config file.
'man grub' should help.
It's something like:
$ grub-install /dev/hda
if you want to reinstall grub into the MBR. To install it into the boot partition,
$ grub-install /dev/hda1
(If /dev/hda1 is the boot partition).
Yawar Amin - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs