Thank you very much geleem. I will inform you about the result after trying the procedure.<br>I have posted on other forum and mailing list too but no one has come up with a clear solution like yours.<br>Thanks again for your suggestion.<br>
<br>Tanmoy<br><br><div class="gmail_quote">On Thu, Sep 9, 2010 at 7:44 PM, g <span dir="ltr">&lt;<a href="mailto:geleem@bellsouth.net">geleem@bellsouth.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
On 09/09/2010 01:20 PM, Tanmoy Chatterjee wrote:<br>
&lt;snip&gt;<br>
<div class="im"><br>
&gt; PROBLEM:<br>
&gt; 1) After installing Fedora, rebooting the system does not come up with usual<br>
&gt; grub list of OS&#39;s and I can&#39;t log into ubuntu. I can only log into fedora<br>
&gt; though I can find the ubuntu partition and even browse my files there.<br>
<br>
</div>this is because fedora over wrote your ubuntu boot sector and fedora does<br>
not recognize ubuntu partition.<br>
<div class="im"><br>
<br>
&gt; Can anybody suggest some other solution for a novice like me?<br>
<br>
<br>
</div>in fedora, directory &quot;/boot/grub&quot;, file &quot;grub.conf&quot;, add following<br>
between ++++ at end of file.<br>
<br>
++++<br>
<br>
title Ubuntu os ($version.number)<br>
    root (hd$x,$y)<br>
    kernel /boot/vmlinuz-$version.number ro root=LABEL=/ \<br>
      devfs=nomount resume=/dev/hd$x$y acpi=force vga=794<br>
    initrd /boot/initrd-$version.number.img<br>
<br>
++++<br>
<br>
*notes:*<br>
replace &quot;$version.number&quot; with ubuntu version<br>
replace &quot;$x&quot; with drive number. where values are 0, 1, 2, 3.<br>
replace &quot;$y&quot; with partition number. where values are 1, 2, 3, 4, 5, etc.<br>
<br>
&quot;root=&quot; may be &quot;sda$y&quot;, &quot;sdb$y&quot;, &quot;sdc$y&quot;, &quot;sdd$y&quot;, or &quot;UUID&quot; for partition.<br>
<br>
use &quot;acpi=force&quot; to force loading of &#39;acpi&#39;.<br>
<br>
use &quot;vga=794&quot; to display a screen sizing of 54 x 120<br>
<br>
&quot;\&quot; is a &#39;line break&#39; and is not actually used.<br>
<br>
*also:*<br>
look at what is currently in your fedora 13 &quot;grub.conf&quot; file to get<br>
idea of structure.<br>
<br>
if your &#39;ubuntu&#39; partition is mounted, open file &quot;/boot/grub/grub.conf&quot;<br>
and copy &quot;title&quot; info to your f13 grub.conf file.<br>
<br>
<br>
hth.<br>
<br>
<br>
btw.<br>
 if you would, please post in &quot;text/plain&quot; and not &quot;text/html&quot;<br>
 thank you.<br>
<br>
<br>
--<br>
<br>
peace out.<br>
<br>
tc,hago.<br>
<br>
g<br>
.<br>
<br>
****<br>
in a free world without fences, who needs gates.<br>
**<br>
help microsoft stamp out piracy - give linux to a friend today.<br>
**<br>
to mess up a linux box, you need to work at it.<br>
to mess up an ms windows box, you just need to *look* at it.<br>
**<br>
learn linux:<br>
&#39;Rute User&#39;s Tutorial and Exposition&#39; <a href="http://rute.2038bug.com/index.html" target="_blank">http://rute.2038bug.com/index.html</a><br>
&#39;The Linux Documentation Project&#39; <a href="http://www.tldp.org/" target="_blank">http://www.tldp.org/</a><br>
&#39;LDP HOWTO-index&#39; <a href="http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html" target="_blank">http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html</a><br>
&#39;HowtoForge&#39; <a href="http://howtoforge.com/" target="_blank">http://howtoforge.com/</a><br>
****<br>
<br>
<br>--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
<br></blockquote></div><br>