Coolname007
Distinguished Member
You also might want to reinstall Grub to the boot sector of the partition, not to the MBR...
To do this, run the following commands in your terminal back in Ubuntu:
Also please create and post your boot_info_results.txt file:

Cheers!
-Coolname007
Addendum:
Again, i think your problem is Grub isn't installed to the partition...its only installed to the MBR.
You will need to first install it to the boot sector of the Ubuntu partition, using the above commands, before you will see it work. 
Cheers!
-Coolname007
To do this, run the following commands in your terminal back in Ubuntu:
Code:
sudo grub
find /boot/grub/stage1
root (hd0,4)
setup (hd0,4)
quit
This will help us to better evaluate what your problem is...cd ~/Desktop && wget 'http://comcast.net/~Ubuntu_grub/boot_script.txt' && sudo bash boot_info_script.txt
Cheers!
-Coolname007
Addendum:
It says
It says that for 5 and for 2 it just adds the line
Again, i think your problem is Grub isn't installed to the partition...its only installed to the MBR.
Cheers!
-Coolname007
Last edited: