also if you would have bothered to read the post I linked. It would tell you 3 different ways to possibly fix grub. don't just go off the title of the post. I wouldn't have linked it if it wasn't relavent.
I'm sorry if I offended you in anyway, but I did in fact read the post. I just wasn't sure at the time what the problem even was, so I wasn't sure whether or not your fixes would have helped for my purposes.
In any case, here are the outputs:
Fdisk:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb37a81e0
Device Boot Start End Blocks Id System
/dev/sda1 1 892 7164958+ 7 HPFS/NTFS
/dev/sda2 * 893 15669 118696252+ 6 FAT16
/dev/sda3 15670 30401 118334790 7 HPFS/NTFS
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf0099cfd
Device Boot Start End Blocks Id System
/dev/sdb1 * 27 23071 185108962+ 83 Linux
/dev/sdb2 23072 30402 58874880 f W95 Ext'd (LBA)
/dev/sdb3 1 26 208813+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Blkid:
/dev/sda1: UUID="3E30F53916D9B5D2" LABEL="PQSERVICE" TYPE="ntfs"
/dev/sda2: UUID="145409E65409CC04" LABEL="ACER" TYPE="ntfs"
/dev/sda3: UUID="BEA40F63A40F1E11" LABEL="DATA" TYPE="ntfs"
/dev/cloop0: LABEL="KNOPPIX_FS" TYPE="iso9660"
/dev/sdb1: LABEL="/" UUID="cab80741-33ff-4db3-b309-1261b6bed90b" TYPE="ext4"
/dev/sdb3: LABEL="SWAP-sdb3" UUID="ea4b6ffd-2188-4b5e-be03-f1e532cd3c14" TYPE="swap"
grub.conf:
# grub.conf generated by the Sabayon Linux Installer
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd1,0)
# kernel /boot/kernel-genkernel real_root=UUID=cab80741-33ff-4db3-b309-1261b6bed90b
# initrd /boot/initramfs-genkernel
#boot=sda
default=0
timeout=5
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Sabayon Linux x86 (genkernel-x86-2.6.29-sabayon)
root (hd1,0)
kernel /boot/kernel-genkernel-x86-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=cab80741-33ff-4db3-b309-1261b6bed90b dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet sabayonmce resume=swap:/dev/sdb3
initrd /boot/initramfs-genkernel-x86-2.6.29-sabayon
savedefault
title Sabayon Linux x86 (genkernel-x86-2.6.29-sabayon) (safe mode)
root (hd1,0)
kernel /boot/kernel-genkernel-x86-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=cab80741-33ff-4db3-b309-1261b6bed90b dolvm init=/linuxrc CONSOLE=/dev/tty1 sabayonmce resume=swap:/dev/sdb3 nox acpi=off ide=nodma vga=normal
initrd /boot/initramfs-genkernel-x86-2.6.29-sabayon
savedefault
title Other Operating System - Microsoft Windows
rootnoverify (hd0,1)
chainloader +1
savedefaulttitle Other Operating System - Microsoft Windows
rootnoverify (hd0,0)
chainloader +1