problem installing and booting Herd 5 on a Toshiba Tecra S3 laptop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned | ||
linux-source-2.6.20 (Ubuntu) |
Won't Fix
|
Undecided
|
Kyle McMartin |
Bug Description
Binary package hint: kernel-
Ubuntu 6.10 installs fine and the laptop SATA chipset is handled correctly by kernel 2.6.17 through ahci driver.
The problem arises with 7.04 Herd5.
The disc is not found in the installation procedure.
A workaround is:
modprobe -r ata_piix
modprobe -r ahci
modprobe ahci
At this point the disc is found and the installation process can go on,
BUT when the system reboots no disc is found by the installed kernel, so the system is unusable.
I suspect that is a Toshiba BIOS bug: there is no switch to choose the chipset ahci compatibility mode. Actually the chipset works in ahci mode but the kernel (at least the 2.6.20 kernel shipped with ubuntu) tries to handle the chipset with ata_piix driver and that fails.
Can you save away a copy of "lspci -vvnn" from the installer and attach it to the bug report?
Cheers,
Kyle