On Fri, Jan 24, 2025 at 7:57 AM Thomas Lange <la...@cs.uni-koeln.de> wrote:
> >>>>> On Thu, 23 Jan 2025 17:33:56 -0500, Matthew Pounsett < > m...@conundrum.com> said: > > I've used dd to wipe all four drives of data left behind by the > previous hardware controller, and > > when I started the install all four drives had no partitions, but > somewhere along the way > > setup-storage seems to have written partitions to all four drives, > not just the first two. > Did you used the command wipefs -a on all disks and partitions? > Maybe also use dd and write some MB of zeros onto the disks. There may > be signatures of soft raid and GPT tables at the end of the disk. I'm already using dd to write zeros to the disks ("I've used dd to wipe all four drives of data left behind by the previous hardware controller" above), which has been sufficient in the past. I guess I've never run into a case where FAI assigned the same UUID to two different disks before ... but wipefs seems to have worked around that. Thanks for the suggestion! Unfortunately, I'm now getting an entirely new error from LVM, for which I'm running out of troubleshooting steps. I'll start a new thread for that if I can't solve it. Thanks for the help!