<br><br><div class="gmail_quote">On Sun, Dec 13, 2009 at 5:18 PM, Ravi Joshi <span dir="ltr">&lt;<a href="mailto:ravi.joshi53@yahoo.com">ravi.joshi53@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">

<div>Hi,</div>
<div>    I have installed Ubuntu 9.10 some day ago.Before installing Ubuntu9.10 i have Ubuntu9.04,BT4(KDE,Ubuntu8.10)and WindowsXP installled in my laptop.At the time of installing Ubuntu 9.10 i have checked in the icon Install Boot Loader.After complete installation when i restart my laptop it is showing grub error 15 at the time of booting.</div>


<div>     I restart my laptop and login it using Ubuntu Live CD and there is nothing at the location boot/grub/ . No menu.lst file found.I tried to copy it from BT4(KDE,Ubuntu8.10) and paste it at the location boot/grub/ but i have no permission to paste on this location.</div>


<div>     What should i do to boot my all OS?<br></div></td></tr></tbody></table></blockquote><div>You have to some work but trivial dont worry<br><br>First of all ubuntu karmic have new grub loader 1.97beta6..., so there is menu.lst in /boot/grub instead /boot/grub/grub.cfg is the file<br>

and config files are available in /etc/grub.d folder<br><br>Recovery should be like this<br>  Boot into live CD<br>  open Terminal<br>  type in commands as follows<br><b><i>      sudo /dev/sdax /mnt</i></b>  (sdax is the ubuntu karmic partition, if you dont know go to system --&gt; administrative--&gt;disk utility and find out)<br>

<b><i>      sudo grub-install --root-directory=/mnt /dev/sda</i></b> (drive name)<br><br>This should give you grub menu at start<br><br>if you want to add any entries append your grub entries like below<br>  menuentry &quot;Windows XP&quot; {<br>

            set root=(hd0,1)<br>            chainloader +1<br>  }<br><br>and then type in command<br><i><b>  sudo update-grub</b></i><br><br><br>Hope this helps, please find yourself more information from grub2 ubuntu wiki page<br>

</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">

<div><br>-Ravi Joshi</div></td></tr></tbody></table><br>



      <br>--<br>
ubuntu-in mailing list<br>
<a href="mailto:ubuntu-in@lists.ubuntu.com">ubuntu-in@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-in" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-in</a><br>
<br></blockquote></div><br>