file not found
its not finding either the kernel or initrd for ubuntu
look in ubuntu partition in /boot folder
is menu.lst/grub.cfg listing correct kernel/initrd??
OH
the probem is your thing above says root (hd0,1)
and then kernel /dev/sda7/etc
it should look like this:
Code:
title Ubuntu 9.04, kernel 2.6.28-11-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.28-11-generic ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
chainloader +1
however, that entry is for 1st hardrive, 2nd partition
where does ubuntu live??
if ubuntu lives on 2nd partition then the above should work?