1

I think I screwed up my computer. I used to have a dual boot with Windows 7 and Ubuntu (not sure which version) and Ubuntu wasn't working so I decided to delete Ubuntu and have a crack at Mint.

So in windows I wiped my linux partitions with the disk manager and when I turned my computer back on it came up with the grup rescue page which looks like

error : no such partition.
grub rescue>    

I cannot access the BIOS in anyway. The list of partitions using the ls command is,

grub rescue> ls
(hd0) (hd0,msdos2) (hd0,msdos1) .

Now all of the solutions to this problem say you have to find the linux partition with the grub loader using

ls (hdX,Y)/

however when I do this for the two partions all I get is,

ls (hd0,msdos2)/
error: unknown filesystem
ls (hd0,msdos1)/
error: unknown filesystem

I am unsure what to do from here since I can't locate anything to do with grub since I wiped the linux partition.

I have the linux mint iso file on a USB and this is listed as (hd1,msdos1) but even in that I cannot find any grup loader.

Any help with be greatly appreciated, if I could get to some sort of terminal I think I should be sweet but it is just getting past this grup rescue screen.

Thanks.

lackos
  • 43
  • 1
  • 2
  • 7

2 Answers2

1

I would recommend downloading and booting to UBCD (Ultimate Boot CD)

It will give you several tools for rebuilding Grub, including a full linux desktop that will check all mounted devices for just about any OS, and build a fresh Grub that will include all of them.

snurfle
  • 121
0

As Linux Mint is off-topic here, just download Ubuntu 14.04.2 and re-install it on the partitions it used to be installed on previously.

Once grub is back, it will detect Windows again as well and you'll have both back.

Then read How to install Software on Ubuntu so you will have a stable version of Ubuntu and can enjoy it much longer. ;)

Fabby
  • 35,017