Ubuntu is not showing in Suse bootloader

I am new to this forum as i have installed suse 11.2 now. I am using ubuntu from a long time so decided to try other distro along with karmic. I had lost ubuntu grub after suse installation. Suse bootloader doesnt detect ubuntu partiton. I had tried to edit grub list but failed. I have added following ubuntu details to suse bootloader

#Don’t change this comment - YaST2 identifier: Original name: none#
title Ubuntu 9.10
root (hd0,2)
kernel /vmlinuz root=/dev/sda6 ro quiet splash
initrd /initrd.img

below is my HDD partiton details

Filesystem Size Used Avail Use% Mounted on
/dev/sda6 15G 2.1G 12G 16% / (Ubuntu)
udev 470M 260K 470M 1% /dev
none 470M 456K 469M 1% /dev/shm
none 470M 92K 470M 1% /var/run
none 470M 4.0K 470M 1% /var/lock
none 470M 0 470M 0% /lib/init/rw
/dev/sr0 1.3M 1.3M 0 100% /media/cdrom0
/dev/sda4 15G 3.0G 11G 22% /media/bb1c9f4a-4b32-4b15-b877-7ee0b4997e2d (Opensuse)
/dev/sda3 24G 21G 2.9G 88% /media/5C01B5971855CC35 (NTFS partition)
/dev/sda1 96G 30G 66G 31% /media/EE28ECE528ECADB1 (Windows partition)

This is from Ubuntu terminal.

Please let me know how should i boot ubuntu from suse bootloader

Can you check the file /boot/grub/menu.lst after booting up openSUSE?

Change to

#Don’t change this comment - YaST2 identifier: Original name: none#
title Ubuntu 9.10
root (hd0,5)
kernel /vmlinuz root=/dev/sda6 ro quiet splash
initrd /initrd.img

thanks buddy, now i am able to boot from suse grub. Can i know where is the fault with boot entry from my side.

Do you mean - what was wrong with this

#Don’t change this comment - YaST2 identifier: Original name: none#
title Ubuntu 9.10
root (hd0,2)
kernel /vmlinuz root=/dev/sda6 ro quiet splash
initrd /initrd.img

??

The entry you used first was seeking Ubuntu on sda3, kind of mixed up cos it’s on sda6.

For an explanation of booting Ubuntu from openSUSE, refer here:
HowTo Multiboot Ubuntu from openSUSE using the GRUB bootloader