Hey, all -- Trying to set up autoinstall for a number of servers with the following discs: 80 GB SATA attached to an onboard SiL SATA controller (uses sata_sil module) 80 GB SATA attached to the same SiL SATA controller 678 GB RAID-5 attached to a 3Ware 9500-series SATA controller (uses 3w-9xxx module) I've got the partition set up complete and it should be working fine, but I'm having technical difficulty getting it to actually install. Specifically: the two 80GB disks should be imported as /dev/sda and /dev/sdb (both during installation and afterwards). But they're not. The array exported from the 3Ware card is always mounted as /dev/sda (and, what's more, gets the grub stuff installed on it, along with the /boot partition). What I would like to do is change the order in which the disks are imported. I need the onboard disks to be mounted first, and the 3ware array to be mounted afterward. I would like the final configuration to be something like this: 80 GB onboard as /dev/sda: 100 MB ext3 partition as /boot 2 GB swap partition as swap max Linux-RAID partition 80 GB onboard as /dev/sdb: 100 MB ext3 partition as /boot-secondary (synced w/ unison from /boot) 2 GB swap partition as swap Max Linux-RAID partition Linux raid partitions joined as /dev/md0(RAID-1): Max ext3 partition as / 678 GB RAID-5 array as /dev/sdc: 678 LVM partition with 278 GB ext3 partition allocated and mounted as /space Leaving out, for the moment, the fact that this setup is kind of weird: Anyone have thoughts on how I might get the stupid boot order to change? Is there a way to specify that the hardware probe should check for SiL controllers before it checks for 3ware controllers? Help? Please? Thanks, Ian