You're almost certainly right- adding the new partition has probably caused the partition information in grub's config file to become out of sync with the current partition layout.
Are your / (root) and boot filesystems on separate partitions, or is boot just a subdirectory on the / partition? If you can tell us that we can tell you exactly how to modify your grub config file to reflect the new partition layout. If you know exactly what the new layout is (that is: / is now on /dev/hda2, boot is now on /dev/hda3, etc.), that would help us a lot. If not though, don't sweat it; we can tell you how to determine that info if need be.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
You're welcome.
I haven't used Mandrake in a while, so I can't tell you exactly how you get into rescue mode once you've booted from the CD, but I know the option is there somewhere. Once you do get into rescue mode and get to a command prompt, typing the following command will exxentially switch you from running of the CD to running off the system on your hard drive:
chroot /mnt/sysimage
From there you should at least be able to browse to the direftory where your grub config file lives and view/edit the file.
Keep us posted.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370