Coolname007
Distinguished Member
Grub menu or Grub prompt?
If its grub prompt, run these commands:
where "x" and "y" are replaced with the correct HDD and partition values respectively, returned by the find command. Let us know the results.
Addendum:
If its grub prompt, run these commands:
Code:
find /boot/grub/grub.cfg
root (hdx,y)
kernel /boot/grub/core.img
boot
Addendum:
Also, are you sure the Ubuntu partition is the first partition on the HDD? hd0,0 = first HDD in BIOS boot sequence, first partition slot in the MBR of that HDD. I noticed you said you have a data partition on it too. Which one comes first?Hi all,
So this is what is in Neogrub:
title Ubuntu 9.10
map (hd0) (hd2)
map (hd2) (hd0)
map --hook
root (hd0,0)
chainloader +1
Last edited: