Delete RAID partition before doing new installation
Basically you will be failed to install a new operating system using a hard drive that contain raid filesystem and this is a simple command to delete the file system.
# wipefs -af /dev/sd?
For example # wipefs -af /dev/sda
Please make sure you doesn't delete your 'workable' hard drive file system, fdisk to make sure.