It sounds as if the wrong root partition is passed to your kernel when booting from grub. Just to be sure, you can boot windows from grub now, right?<br>What you could do is edit the line in grub: select the line which boots ubuntu in grub and press 'e'. Then you can see the boot lines needed to boot ubuntu.
<br>Check that the partitions are ok. You can again edit the lines by pressing 'e' and confirming them with 'Enter'. And when done editing you can boot by pressing 'b'. Things to check:<br><br>- Is the right partition loaded by grub? (in (hd0,0) format)
<br>- Is the right image loaded by grub?<br>- Is the right root partition passed to the kernel? (in /dev/hda1 format).<br><br>Good luck!<br><br><br><div><span class="gmail_quote">On 12/22/06, <b class="gmail_sendername">Cheatah 0#@!^
</b> <<a href="mailto:cheataah@gmail.com">cheataah@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">This is a very common problem when windows is reinstalled. When Windows is
<br>installed it automatically overwrites the Master Boot Record (MBR) of the<br>primary harddisk (which is listed first in your BIOS). When reinstall I<br>simply change this order (I install windows on a separate physical disk) and
<br>after the install I change it back. This is the easiest way.<br>>>>Your problem is easy to solve. Your partitions aren't gone, you just have to<br>put back your grub MBR. If you didn't make a GRUB bootable disk, then you
<br>can use the ubuntu live cd and install grub on your MBR again. Just go to a<br>terminal and type 'sudo grub'. Now, in grub you can do this:<br><br> grub> root (hd0,0)<br>If you are not sure which partition actually holds the boot directory, use
<br>the command find, like this:<br> grub> find /boot/grub/stage1<br>This will search for the file name /boot/grub/stage1 and show the devices<br>which contain the file. Once you've set the root device correctly, run the
<br>command setup:<br> grub> setup (hd0)<br><br>Succes!<br><br>Rutger<br><br><br><br>thank you 4 that reply. i went according to ur reply and was able to<br>reinstate the boot menu, then i selected the ubuntu option from the
<br>menu, thats when things went wrong- a new screen saying "cant mount<br>the patition................." comes up.actually i set hd0,7 as my<br>root, but in the screen where the error message came it is written
<br>root(hd0,9). i had confirmed that the partition with the boot file was<br>hd0,7. can u tell what exactly is the problem.<br>Thanks.<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">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>