I have Acer TM 4651LMi and couldn't boot from 2005.0 minimal live CD.
What helps is providing apic=off noapic boot options.
But even then system couldn't find CD/DVD drive.
It worked correctly with 2004.0 cd (with 2.4 kernel).
I tried also SuSe 9.3, and it runs OK with kernel 2.6,
and apic=off option.
It finds DVD drive, also output of lspci looks more sane,
while that one I got with 2005.0 was... strange, no device names, only some
numbers. I have found topic on linux-kernel group
(
http://seclists.org/lists/linux-kernel/ ... /0881.html) which may
be about that problem (but may be not, I am not sure...) - something
with PCI Express...
It looks like Suse 9.3 has kernel patched in some way that
deals with that problem - it is 2.6.11.4-20a-default.
Also, 2004.0 (with kernel 2.4) saw disc and DVD as hdb and hdc devices,
2005.0 (with 2.6) saw disc as hdc, and didnt see DVD at all,
and SUSE shows both devices as SATA devices:
CD-ROM as /dev/sr0, and disc as /dev/sda
Also dmesg shows that for both devices ata_piix kernel
module is used.
This module is not present on 2005.0 live CD, maybe this is the reason?
I will try to install Gentoo using SUSE boot disc, and then try
to build working 2.6 kernel...
If someone has any information that could help (what are differences
between gentoo and suse kernels maybe?) - please write something...