I thought I would give it one more try. When I boot my system...it simply continues to reboot, again and again in a never ending cycle. I have tried the redo mbr in system> configuration>boot and init as well as reinstalling grub from pclos control center without any luck. My fstab looks like this:
### Entries below this line were automatically added by hwdetect v0.7.1
# ROOT
/dev/root / rootfs defaults 0 0
# PROC
none /proc proc defaults 0 0
# PTS
none /dev/pts devpts mode=0620 0 0
# /dev/hda1, size=38909367, type=131: Journalised FS: ext3 (primary)
/dev/hda1 /mnt/hda1 ext3 user,exec,rw,noauto 0 0
# /dev/hda5, size=8177022, type=130: Linux swap (extended)
/dev/hda5 swap swap defaults 0 0
# /dev/hda6, size=109209807, type=131: Journalised FS: ext3 (extended)
/dev/hda6 /mnt/hda6 ext3 user,exec,rw,noauto 0 0
# cdrom: LITE-ON DVD SOHD-16P9SV
/dev/hdc /media/cdrom auto user,exec,ro,noauto 0 0
# cdrom: LITE-ON DVDRW SHW-160P6S
/dev/hdd /media/cdrom2 auto user,exec,ro,noauto 0 0
and my menu.lst looks like this:
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=a78be4b2-2b2e-41ab-944e-551119cbc36a acpi=on resume=UUID=878bb41c-01bc-4576-9ac6-17653ff32abd splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=a78be4b2-2b2e-41ab-944e-551119cbc36a acpi=on resume=UUID=878bb41c-01bc-4576-9ac6-17653ff32abd
initrd (hd0,0)/boot/initrd.img
title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=a78be4b2-2b2e-41ab-944e-551119cbc36a failsafe acpi=on
initrd (hd0,0)/boot/initrd.img
My system has only one os, pclos with a root partition hda1 ( from manage disk partitions) that looks like this: /mnt/hda1 and a home partition that looks like /mnt/hda6 (also made a swap partition). According to gparted, the boot flag is set on hda1.
Any ideas on how I can fix this? It seems similar but I don't think that the solution applies in my case?