I had Linux Mint 18 on this box and created a RAID 0 stripe with mdadm using two 2TB drives connected to a Promise Fasttrak TX4310 controller which I let Linux define the array and the Promise card just just a dummy sata interface, no array defined.
On installing GeckoLinux, I unplugged the card to avoid any GRUB errors, as GRUB likes to stick boot files in the wrong places sometimes. After installing mdadm in GeckoLinux, and running the mdadm --scan command I noticed the array had already been recognized after rebooting, and gecko will mount the array and access the files, it still shows it was created in Linux Mint 18 in the Partitioner applet, and identifies it as /dev/md/P5KPL-LinuxMint18:0
I was tickled to see the array had migrated safely to the new install!
Question now, on boot I get a 1min 30 second timeout while the system says "a start job is running for dev-sda1.device" where the two drives in the array are sda and sdb. What would be the purpose of this start job and is there a way to fix the 90 second timeout on boot?