0

I have 2 hard drives on my server and I have previously installed CentOS on one of the hard drives. I'm not sure which, but I am guessing it's the second.

I fresh installed Ubuntu 14.04 on the first one I will say, but after the successful installation (which I assume it has repartitioned my hard drives) when it reboots I get this error:

error: file '/grub/i386-pc/normal.mod' not found

enter image description here

I tried to use rescue mode to fix what the issue is and am brought to a screen that asks to choose the boot device I want, and when I choose /dev/sda1 it says I can't use it.

enter image description here

enter image description here

How do I fix this and/or how can I wipe out everything on my 2 hard drives first, before starting another fresh install?

karel
  • 122,292
  • 133
  • 301
  • 332
uberrebu
  • 248

1 Answers1

0

I just used gparted from http://gparted.org/ and deleted all the partitions

there was the second drive that was locked because it uses lvm2 So i used lvscan to check all the volumes on it and then used lvremove to remove all the volumes, then i was able to delete it as well, before using lvremove the partition was locked and i could not delete

So have 2 fresh hard drives back again

uberrebu
  • 248