Где-то с 27 версии все устройства опознаются как сата. Это где-то в конфиге ядра можно отменить или происать загрузку с sdX
Немного поправлю. С версии ядра 2.6.22 модуль libata распознает устройства как /dev/sda. Вот что удалось откопать:
libata uses /dev/sda for the first harddisk instead of /dev/hda
Disks with more than 15 partitions are not handled automatically right now. You can disable libata support by booting with the following kernel parameter: hwprobe=-modules.pata
Then you see all the partitions > 15 again and can access them for installation.