WOW you forgot your root password
if you have a live CD use that then open a terminal (ctrl + alt + F1)
mount your Linux partition (such as mount /dev/hda1 /mnt)
then chroot /mnt
then use passwd to change the root password.
or if your using ubuntu
sudo passwd
or sudo paswd root