This is a very common problem when windows is reinstalled. When Windows is installed it automatically overwrites the Master Boot Record (MBR) of the primary harddisk (which is listed first in your BIOS). When reinstall I simply change this order (I install windows on a separate physical disk) and 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 put back your grub MBR. If you didn't make a GRUB bootable disk, then you can use the ubuntu live cd and install grub on your MBR again. Just go to a 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 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 which contain the file. Once you've set the root device correctly, run the command setup:
<br>     grub> setup (hd0)<br><br>Succes!<br><br>Rutger<br><br><br><div><span class="gmail_quote">On 12/20/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;">i was running kubuntu 6.06 and winxp on my system. i had some problems<br>
with my windows so i formatted the drive and reinstalled windows. now<br>i cant see the boot menu(grub) and the windows automatically boots. is<br>my linux installation completely gone or just the booting is taken<br>control by windows?? if so how can i return to grub boot loader??
<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>