Is it correct in your box that hd0 = /dev/sda ?
It's your first bios drive?
If your paths are right, maybe try:
Code:
title LINUX
root (hd0,6)
kernel (hd0,2)/PATH-TO-YOUR-KERNEL ro root=/dev/sda7
One of mine entries (that works) looks like this:
Code:
title (hda3) Slackware 11 2.4.33.3
root (hd0,2)
kernel (hd0,2)/boot/vmlinuz-ide-2.4.33.3 ro root=/dev/hda3