### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-15-generic" {
recordfail=1
if -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 9e2411e2-7dc3-4219-b184-b7534c771adf
linux /boot/vmlinuz-2.6.31-15-generic root=UUID=9e2411e2-7dc3-4219-b184-b7534c771adf ro quiet splash
initrd /boot/initrd.img-2.6.31-15-generic
}
Ubuntu 9.10 is in an extended partition. WIth my current grub entry Ubuntu boots (you can see the white ubuntu sign) but thats it, the sign goes away, all I can do is a hard-reset.