Unknown Error during installation...

Issues related to applications and software problems and general support
Post Reply
ethon
Posts: 33
Joined: 2013/07/09 10:14:59

Unknown Error during installation...

Post by ethon » 2020/10/16 19:40:03

Getting an "Unknown error" when Anaconda comes up.

I am booting an ISO from a thumb drive, attempting to install to an SSD, the only other drive on the system.

If I disable SATA in bios or unplug the SSD completely, I do not get the crash.

The SSD is newly formatted and works on another machine.

Where to go from here?

BShT
Posts: 585
Joined: 2019/10/09 12:31:40

Re: Unknown Error during installation...

Post by BShT » 2020/10/16 20:18:01

try AHCI and IDE at BIOS SATA options

runaway from RAID

ethon
Posts: 33
Joined: 2013/07/09 10:14:59

Re: Unknown Error during installation...

Post by ethon » 2020/10/16 21:23:37

try AHCI and IDE at BIOS SATA options

runaway from RAID
Already did that. RAID is turned off in bios. LSI RAID card is completely removed physically from server.

No change.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Unknown Error during installation...

Post by TrevorH » 2020/10/16 21:40:04

How did you copy the iso to the USB stick? Many of the windows based tools corrupt it as they "copy" it *i.e they don't copy it, they try to be clever and "fix" it at the same time when it doesn't need fixing). Please see the link in my signature to teh USB Install wiki page that details which those are.

A hardware RAID controller should not be the problem. What may be a problem is disks that have been previously used for BIOS RAID as those have a signature written to them to show they are BIOS RAID members and the installer does not like those when seen as part of something that is not BIOS RAID. You may need to wipe the disk(s) first using dmraid -E -r (read the man page for dmraid as that may not be the correct syntax).
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ethon
Posts: 33
Joined: 2013/07/09 10:14:59

Re: Unknown Error during installation...

Post by ethon » 2020/10/16 21:56:35

I will use another tool to create the USB and see what happens.
What may be a problem is disks that have been previously used for BIOS RAID as those have a signature written to them to show they are BIOS RAID members and the installer does not like those when seen as part of something that is not BIOS RAID
Question though, the SSD hard drive was formatted with another system before it was placed into the new server. Are you saying it's still possible that it retains some kind of RAID identity on it even though it has been formatted?

ethon
Posts: 33
Joined: 2013/07/09 10:14:59

Re: Unknown Error during installation...

Post by ethon » 2020/10/16 22:58:55

Recreated the USB using Rawrite32. No change.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Unknown Error during installation...

Post by TrevorH » 2020/10/17 13:48:15

Yes, the RAID signature data is written outside the area that gets formatted when it's partitioned.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ethon
Posts: 33
Joined: 2013/07/09 10:14:59

Re: Unknown Error during installation...

Post by ethon » 2020/10/17 16:01:54

Yes, the RAID signature data is written outside the area that gets formatted when it's partitioned.
Okay, so how to clear? Tried dmraid in recovery but it says invalid command.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Unknown Error during installation...

Post by TrevorH » 2020/10/17 16:23:54

Boot a CentOS 7 iso and use its rescue env which does have the dmraid command? Or dd /dev/zero over the last 10MB (to be safe, probably the last 1MB is enough) on the disk?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ethon
Posts: 33
Joined: 2013/07/09 10:14:59

Re: Unknown Error during installation...

Post by ethon » 2020/10/17 19:22:00

DD solved the issue. A noob lesson in formatting and superblocks for me.

Post Reply