I have 320GB HDD messed with Ububtu 10.04 and Windows Developers preview. I formated Windows partition and deleted the Linux boot folder from the disk, I thought it may help me to install newer version of Linux because my Windows installation was messed up with a problem and I can't install Windows on Linux .
Now I get a grub rescue terminal and after searching a lot I got someway out but there was another a problem when I insert the windows 7 disc. It does not give anything just a paused Starting Windows screen. I tried the Ubuntu Live CD but same problem occurred so I starting to mess with GRUB rescue terminal when I ran the commands:
set root=(hd0,12)
set prefix=(hd0,12)/boot/grub
insmod /boot/grub/linux.mod
I got the message file not found
How would I fix this problem?