<p>By doing this grub is installed but it is not showing any boot options. It just stops and gives me a command line interface.<br>
</p>
<div class="gmail_quote">On Oct 21, 2012 1:15 AM, "Nils Kassube" <<a href="mailto:kassube@gmx.net">kassube@gmx.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Vedang Patel wrote:<br>
> I am trying to install ubuntu 12.10. But, somehow there is some<br>
> error while installing grub. So, I am not able to boot into ubuntu.<br>
> I tried repairing it using boot-repair without any success. I also<br>
> tried reinstalling it multiple times. I am using it side by side<br>
> with Windows 7. Previously, I was using ubuntu 11.04 with windows 7<br>
> without any problems. Please help with this issue. Following is the<br>
> link generated by boot-repair.<br>
><br>
> <a href="http://paste.ubuntu.com/1294057/" target="_blank">http://paste.ubuntu.com/1294057/</a><br>
<br>
I'm not sure, but to me it looks like grub tries to boot from sda1 while<br>
it should boot from sda5:<br>
<br>
| ============================= Boot Info Summary: ===============================<br>
|<br>
| => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of<br>
| the same hard drive for core.img. core.img is at this location and looks<br>
| for (,msdos1)/boot/grub on this drive.<br>
<br>
I would try the following. Running the live system I would open a<br>
terminal and use these commands:<br>
<br>
sudo mount /dev/sda5 /mnt<br>
sudo grub-install --root-directory=/mnt /dev/sda<br>
<br>
Then reboot.<br>
<br>
<br>
Nils<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</blockquote></div>