Thanks Roland,

That is my gut feeling. I'll give it a try and let you know.

Ian

On Wed, May 22, 2019 at 11:44 AM Roland Fehrenbacher <rf@q-leap.de> wrote:
>>>>> "I" == Ian Kaufman <ikaufman@eng.ucsd.edu> writes:

Hi Ian,

    I> Nope - no /live on the installed system

I've had situations before where the installer barked when an old
software RAID was present. Assuming that you really want to perform the
install (which will wipe the disks anyway) you can try to just
brute-force wipe the FS and RAID info before starting the installer. For
that boot into your old system and do:

for d in a b; do # Assume a mirror of /dev/sd[ab]]
  dd if=/dev/zero of=/dev/sd$d bs=1M count=1024
done

Obviously, you won't be able to shutdown anymore after this, so you'll
have to reset the machine for a reboot with the installer medium
present.

If that still doesn't help, you probably really have a corrupted installer
medium.

Good luck,

Roland
_______________________________________________
Qlustar-General mailing list -- qlustar-general@qlustar.org
To unsubscribe send an email to qlustar-general-leave@qlustar.org


--
Ian Kaufman
Research Systems Administrator
UC San Diego, Jacobs School of Engineering ikaufman AT ucsd DOT edu